Name: [DOC] ADR-013 + ADR-032: catalogue speech models, settle language resolution

State: Failed finished in 49m

PR State: open

PR Author: David Tran

PR Author Email:

PR: #110

Committer: David Tran

Committer Email: davidtran.hp@gmail.com

Commit: e76df44c81abdd6616162d638cbcc07d1c857b98

Description:

                                            [DOC] ADR-013: say which duration call_tts returns

Section 4 ratified call_tts's return as {'audio_bytes': bytes,
'duration_ms': int} without saying which duration it means. The key
name reads naturally as playback length, and the implementation
returns wall-clock HTTP latency, so a reader could reasonably build
on either.

The module keeps the two apart deliberately: duration_ms is how
long the vendor took to answer, audio_duration_ms is how long a
recording plays. A 3 second call can carry 60 seconds of audio, so
a consumer confusing them is wrong by orders of magnitude.

call_tts bills by characters and computes no playback length, so it
reports none. Section 4 now says all of this, because the contract
is what a coder reads before writing the consumer, while a docstring
is what they read after something already looks wrong.
                                            

Branch: 17.0

Instance ID: 0

Age:

Up-time:

Subbuilds Name State Detail
Build 400321 Check the quality with Pylint: from test_lint to test_pylint 48m Failed Log
Build 400322 At install tests: from account to website_twitter 139m Succeed Log
Build 400323 Post install tests: step install all modules 59m Succeed Log
Build 400324 Post install tests: from account to l10n_vn_viin_hr_payroll_meal_account 149m Succeed Log
Build 400325 Post install tests: from l10n_vn_viin_hr_payroll_overtime to resource 129m Succeed Log
Build 400326 Post install tests: from sale to to_erponline_utility 155m Succeed Log
Build 400327 Post install tests: from to_event_project to to_stock_block_quantity 59m Succeed Log
Build 400328 Post install tests: from to_stock_equipment to viin_brain 125m Succeed Log
Build 400329 Post install tests: from viin_brain_account to viin_features_activate_website 19m Succeed Log
Build 400330 Post install tests: from viin_fleet to viin_mail_tracking 74m Succeed Log
Build 400331 Post install tests: from viin_maintenance to viin_stock_approval 45m Succeed Log
Build 400332 Post install tests: from viin_stock_backdate to website_twitter 54m Succeed Log
Build 400333 Test install all modules without demo data: from account to website_twitter 43m Succeed Log
Create Date Level Message
08/01/2026 09:00:35 INFO
Updated repository Viindoo-odoo
08/01/2026 09:00:35 INFO
Updated repository Viindoo-tvtmaaddons
08/01/2026 09:00:35 INFO
Updated repository Viindoo-erponline-enterprise
08/01/2026 09:00:35 INFO
Updated repository Viindoo-branding
08/01/2026 09:00:35 INFO
Cloned repository Viindoo-ai
08/01/2026 09:50:04 ERROR
Subbuild # 400321: odoo.addons.test_pylint.tests.test_flake8: FAIL: TestFlake8.test_flake8 Traceback (most recent call last): File "/data/build/Viindoo-tvtmaaddons-17.0/test_pylint/tests/test_flake8.py", line 117, in test_flake8 self.fail("flake8 test failed:\n" + (b"\n" + out + b"\n" + err).decode('utf-8').strip()) AssertionError: flake8 test failed: ./Viindoo-tvtmaaddons-17.0/to_bank_currency_rate_purchase_stock/tests/test_bank_rate_standard_price_receipt.py:565:5: E303 too many blank lines (2) ./Viindoo-tvtmaaddons-17.0/to_bank_currency_rate_purchase_stock/tests/test_bank_rate_standard_price_receipt.py:568:5: E301 expected 1 blank line, found 0 ./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:9:1: E303 too many blank lines (3) ./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:83:1: W293 blank line contains whitespace ./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:84:13: E303 too many blank lines (2) ./Viindoo-tvtmaaddons-17.0/viin_queue/__manifest__.py:11:5: W191 indentation contains tabs ./Viindoo-tvtmaaddons-17.0/viin_queue/__manifest__.py:11:5: E101 indentation contains mixed spaces and tabs ./Viindoo-tvtmaaddons-17.0/viin_queue/helpers.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/setup.py:13:13: F821 undefined name 'version' ./Viindoo-odoo-17.0/setup.py:14:17: F821 undefined name 'description' ./Viindoo-odoo-17.0/setup.py:15:22: F821 undefined name 'long_desc' ./Viindoo-odoo-17.0/setup.py:16:9: F821 undefined name 'url' ./Viindoo-odoo-17.0/setup.py:17:12: F821 undefined name 'author' ./Viindoo-odoo-17.0/setup.py:18:18: F821 undefined name 'author_email' ./Viindoo-odoo-17.0/setup.py:19:29: F821 undefined name 'classifiers' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:17:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:19:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:20:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:28:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:31:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:32:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:33:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:34:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:35:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:37:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:39:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:44:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:46:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/package.py:12:1: F401 'textwrap' imported but unused ./Viindoo-odoo-17.0/setup/package.py:21:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/package.py:23:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/package.py:422:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:41:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:405:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/sql_db.py:779:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:814:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:816:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:829:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:835:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/fields.py:8:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/fields.py:8:1: F401 'lxml.html' imported but unused ./Viindoo-odoo-17.0/odoo/fields.py:44:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/odoo/fields.py:52:10: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/fields.py:1209:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/fields.py:1209:28: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/fields.py:1896:21: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/fields.py:2334:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/fields.py:2615:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/fields.py:4234:17: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/fields.py:5062:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/fields.py:5243:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/fields.py:5244:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/models.py:26:1: F401 'copy' imported but unused ./Viindoo-odoo-17.0/odoo/models.py:40:1: F401 'collections.OrderedDict' imported but unused ./Viindoo-odoo-17.0/odoo/models.py:43:1: F401 'inspect.currentframe' imported but unused ./Viindoo-odoo-17.0/odoo/models.py:95:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:130:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:135:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:143:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/models.py:145:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:380:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/models.py:842:19: F402 import '_' from line 66 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/models.py:961:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/models.py:1349:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/models.py:1361:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/models.py:2253:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/models.py:2260:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/models.py:3728:40: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/models.py:4019:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/models.py:4478:17: F402 import 'fields' from line 7318 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/models.py:4662:17: F402 import 'fields' from line 7318 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/models.py:4697:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/models.py:5589:5: F811 redefinition of unused 'copy' from line 26 ./Viindoo-odoo-17.0/odoo/models.py:6165:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/models.py:7064:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/models.py:7088:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/models.py:7112:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7152:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7168:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7248:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7260:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7302:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7308:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7318:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/models.py:7319:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/models.py:7320:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/loglevels.py:4:1: F401 'sys' imported but unused ./Viindoo-odoo-17.0/odoo/loglevels.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/loglevels.py:29:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/loglevels.py:43:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/loglevels.py:44:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/api.py:89:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/api.py:400:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/api.py:421:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/api.py:442:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/api.py:1112:39: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/api.py:1391:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/api.py:1392:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/api.py:1393:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:7:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:10:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:23:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:25:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:61:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:63:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:65:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:66:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/__init__.py:67:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:79:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:82:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:83:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:84:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:90:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:92:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:108:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:110:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:111:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/__init__.py:111:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:112:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:113:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:114:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:115:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:116:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:117:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:118:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:119:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:120:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:121:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:123:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:125:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:126:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:127:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:128:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:129:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:130:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:132:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:134:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:135:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:136:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/release.py:37:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/netsvc.py:26:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:27:11: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/netsvc.py:28:17: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/netsvc.py:31:15: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/netsvc.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:84:21: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/netsvc.py:89:32: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/odoo/netsvc.py:95:24: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/odoo/netsvc.py:100:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:101:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/netsvc.py:102:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/netsvc.py:115:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:131:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:145:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:167:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:168:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/netsvc.py:175:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/netsvc.py:198:9: F402 import 'module' from line 22 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/netsvc.py:199:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:200:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:201:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:202:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:204:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:353:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:355:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/netsvc.py:371:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/netsvc.py:373:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:375:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/http.py:227:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:237:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/http.py:324:70: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/http.py:344:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:809:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:856:46: E222 multiple spaces after operator ./Viindoo-odoo-17.0/odoo/http.py:938:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:1123:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/odoo/http.py:1127:1: E302 expected 2 blank lines, found 3 ./Viindoo-odoo-17.0/odoo/http.py:1235:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/http.py:1238:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:1580:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/http.py:2025:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:2207:9: F841 local variable 'exc' is assigned to but never used ./Viindoo-odoo-17.0/odoo/http.py:2210:9: F841 local variable 'exc' is assigned to but never used ./Viindoo-odoo-17.0/odoo/http.py:2394:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/cli/obfuscate.py:201:72: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:56:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:56:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:72:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:78:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:88:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:91:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:144:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:148:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/db.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/db.py:117:48: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/cli/db.py:118:63: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/cli/server.py:14:11: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/cli/server.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:42:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:76:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:84:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:96:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:120:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:131:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:182:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/start.py:38:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/cli/start.py:65:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/odoo/cli/start.py:74:26: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/cli/start.py:82:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/genproxytoken.py:3:1: F401 'os' imported but unused ./Viindoo-odoo-17.0/odoo/cli/deploy.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/populate.py:94:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/cli/populate.py:110:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/cli/cloc.py:3:1: F401 'os' imported but unused ./Viindoo-odoo-17.0/odoo/cli/cloc.py:5:1: F401 'textwrap' imported but unused ./Viindoo-odoo-17.0/odoo/cli/cloc.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:149:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:154:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:178:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/registry.py:40:19: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/registry.py:41:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/registry.py:44:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/registry.py:56:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/registry.py:839:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/registry.py:939:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/modules/registry.py:941:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/modules/registry.py:943:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/modules/neutralize.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/neutralize.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/neutralize.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:19:1: F401 'odoo.tools.pycompat' imported but unused ./Viindoo-odoo-17.0/odoo/modules/module.py:57:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/modules/module.py:72:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/modules/module.py:77:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/modules/module.py:80:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/modules/module.py:160:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/module.py:187:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:220:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:240:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:243:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:275:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:283:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:289:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:305:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:332:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:386:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:400:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:404:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:410:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:437:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:465:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:476:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/migration.py:137:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/modules/loading.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/loading.py:260:47: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/modules/loading.py:336:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/loading.py:350:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/loading.py:376:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/loading.py:400:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/loading.py:608:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/modules/graph.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/graph.py:47:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/modules/graph.py:49:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/modules/graph.py:52:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/modules/graph.py:55:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/modules/graph.py:73:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/graph.py:86:20: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/modules/graph.py:109:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/modules/graph.py:113:99: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/modules/graph.py:122:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:9:1: F401 'threading' imported but unused ./Viindoo-odoo-17.0/odoo/service/db.py:10:1: F401 'traceback' imported but unused ./Viindoo-odoo-17.0/odoo/service/db.py:17:1: F401 'functools.wraps' imported but unused ./Viindoo-odoo-17.0/odoo/service/db.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:47:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:49:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:51:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:57:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:97:5: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/odoo/service/db.py:171:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:179:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:207:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:223:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:249:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:256:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:272:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:296:18: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/service/db.py:308:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:323:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:377:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:400:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:406:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:414:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:416:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:418:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:420:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/service/db.py:428:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:451:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:484:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:487:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:496:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:502:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:504:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:506:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:3:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:22:1: F401 'itertools.chain' imported but unused ./Viindoo-odoo-17.0/odoo/service/server.py:26:1: F401 'werkzeug.debug.DebuggedApplication' imported but unused ./Viindoo-odoo-17.0/odoo/service/server.py:58:5: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/service/server.py:71:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:89:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:97:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:99:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:100:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:202:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:251:36: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/service/server.py:251:38: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/service/server.py:252:34: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/service/server.py:252:36: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/service/server.py:288:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:290:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:291:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:374:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:376:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:437:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:522:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/service/server.py:716:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:812:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/service/server.py:828:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1060:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:1075:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1202:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/service/server.py:1206:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1249:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1338:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:1340:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:1342:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1344:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1358:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1378:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1399:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1463:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1479:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/service/server.py:1532:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/security.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/security.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/security.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/__init__.py:11:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/model.py:46:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/model.py:74:9: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/service/model.py:75:9: F841 local variable '_0' is assigned to but never used ./Viindoo-odoo-17.0/odoo/service/common.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:34:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:47:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/osv/expression.py:766:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/osv/expression.py:1070:25: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:100:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:110:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:154:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:208:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:232:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:660:76: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/tools/image.py:7:1: F401 'PIL.ImageOps' imported but unused ./Viindoo-odoo-17.0/odoo/tools/image.py:9:1: F401 'PIL.IcoImagePlugin' imported but unused ./Viindoo-odoo-17.0/odoo/tools/image.py:39:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/image.py:45:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/image.py:47:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/image.py:410:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:21:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:55:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:65:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/view_validation.py:181:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/cache.py:30:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/cache.py:182:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/osutil.py:23:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/osutil.py:54:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/osutil.py:69:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/osutil.py:95:5: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:22:1: F401 'opcode.HAVE_ARGUMENT' imported but unused ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:49:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:79:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:200:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:223:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:253:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:299:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:320:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:358:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:423:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:459:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:482:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:482:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:26:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:27:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:28:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:29:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:31:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:58:51: E227 missing whitespace around bitwise or shift operator ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:99:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:108:48: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:4:1: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:5:1: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:32: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:36: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:40: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:53: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:67: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:77: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:81: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:88: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:91: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:95: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:15:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:16:28: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:58:20: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:59:42: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:61:38: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:66:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:67:9: E117 over-indented ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:77:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:79:61: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:80:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/tools/lru.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/lru.py:54:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:32:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:34:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:54:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:350:26: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:514:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:1001:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:1016:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/which.py:22:78: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/which.py:45:1: F401 'os.R_OK' imported but unused ./Viindoo-odoo-17.0/odoo/tools/which.py:45:1: F401 'os.W_OK' imported but unused ./Viindoo-odoo-17.0/odoo/tools/which.py:46:1: F401 'os.path.dirname' imported but unused ./Viindoo-odoo-17.0/odoo/tools/which.py:54:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/which.py:65:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/which.py:123:8: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/tools/which.py:124:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/which.py:133:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/which.py:147:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/json.py:14:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/json.py:24:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/json.py:27:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/json.py:55:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/mail.py:10:1: F401 'threading' imported but unused ./Viindoo-odoo-17.0/odoo/tools/mail.py:23:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/odoo/tools/mail.py:40:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/mail.py:42:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/mail.py:338:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:408:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/mail.py:409:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/mail.py:410:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/mail.py:515:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/mail.py:519:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:574:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/mail.py:576:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/mail.py:579:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:588:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:601:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:647:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:653:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:660:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:668:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:705:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:719:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:749:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:781:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:792:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:799:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:811:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:816:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:819:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:862:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:889:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:916:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/template_inheritance.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:29:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:54:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:78:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:88:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:114:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:123:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:146:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:210:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/__init__.py:19:1: F403 'from .barcode import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:21:1: F403 'from .date_utils import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:22:1: F403 'from .float_utils import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:23:1: F403 'from .func import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:24:1: F403 'from .image import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:25:1: F403 'from .mail import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:26:1: F403 'from .misc import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:28:1: F403 'from .sql import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:29:1: F403 'from .template_inheritance import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:30:1: F403 'from .translate import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:31:1: F403 'from .xml_utils import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:32:1: F403 'from .convert import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/config.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/config.py:39:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/config.py:40:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/config.py:48:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/config.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/config.py:65:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/config.py:424:96: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/tools/config.py:425:55: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:439:97: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/tools/config.py:522:74: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:658:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/config.py:690:22: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/config.py:692:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:692:42: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:694:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:694:43: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:697:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/config.py:703:29: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:703:46: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:705:29: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:705:47: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:738:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/config.py:738:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/config.py:762:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:20:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:20:51: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:20:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:20:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:27:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:27:51: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:27:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:46:76: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:75:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:113:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:116:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:123:17: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:128:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:132:76: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:141:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:155:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:158:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:162:76: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:177:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:192:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:194:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:220:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:232:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:270:29: E702 multiple statements on one line (semicolon) ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:283:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:44:1: F401 'passlib.utils' imported but unused ./Viindoo-odoo-17.0/odoo/tools/misc.py:46:1: F401 'werkzeug.utils' imported but unused ./Viindoo-odoo-17.0/odoo/tools/misc.py:56:1: F403 'from .cache import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/misc.py:58:1: F401 '.parse_version.parse_version' imported but unused ./Viindoo-odoo-17.0/odoo/tools/misc.py:75:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:77:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:79:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:85:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:90:24: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/misc.py:94:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:101:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:103:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:105:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:114:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:137:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:146:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:152:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:154:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:156:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:198:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:260:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:262:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:290:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:290:23: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/tools/misc.py:310:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:318:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:424:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:424:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:424:66: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:426:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:432:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:455:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:10: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:13: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:23: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:463:11: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/misc.py:467:28: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/misc.py:467:55: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/misc.py:470:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:480:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:488:11: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/misc.py:495:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:497:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:517:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:532:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:539:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:550:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:553:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:558:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:559:49: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/tools/misc.py:585:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:599:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:600:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:602:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:604:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:610:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:614:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:614:19: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:616:19: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:619:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:643:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:659:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:660:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:663:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:686:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:688:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:690:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:692:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:708:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:724:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:725:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:738:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:742:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:749:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:761:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:771:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:871:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:892:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:894:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:904:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:911:34: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/tools/misc.py:922:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:929:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1006:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1017:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1270:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/misc.py:1271:14: F405 'defaultdict' may be undefined, or defined from star imports: .cache ./Viindoo-odoo-17.0/odoo/tools/misc.py:1276:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1291:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1302:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1320:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1324:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1365:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1367:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1392:5: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/tools/misc.py:1395:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/tools/misc.py:1398:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1495:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1511:5: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/tools/misc.py:1670:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1689:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1695:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1703:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1901:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1932:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:105:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/translate.py:106:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/translate.py:137:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/translate.py:137:11: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/translate.py:138:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/translate.py:141:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:167:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:177:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:326:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:331:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/translate.py:370:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:377:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:399:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:409:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:427:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:443:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:461:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:469:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:574:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/odoo/tools/translate.py:649:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:655:35: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:656:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:659:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:660:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:662:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:665:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:669:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:678:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:706:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:796:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:76: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:818:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/translate.py:934:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:940:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:954:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:998:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/translate.py:1021:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/translate.py:1064:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:1289:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/translate.py:1781:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/tools/translate.py:1802:20: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:127:21: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:127:90: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:131:25: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:131:69: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:176:25: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:176:43: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:221:25: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:221:43: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:229:21: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:229:90: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:233:25: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:233:69: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:241:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:300:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:336:58: E702 multiple statements on one line (semicolon) ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:336:67: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:340:59: E702 multiple statements on one line (semicolon) ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:340:68: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:357:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:361:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:365:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:369:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:373:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:377:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:385:1: E303 too many blank lines (4) ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:385:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:387:1: E302 expected 2 blank lines, found 4 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:405:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:431:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:432:5: F811 redefinition of unused 'ctypes' from line 463 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:457:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:459:9: F401 'win32com.shell' imported but unused ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:463:13: F401 'ctypes' imported but unused ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:470:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:470:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/func.py:10:1: F401 'json.JSONEncoder' imported but unused ./Viindoo-odoo-17.0/odoo/tools/func.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:66:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:83:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:89:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/func.py:91:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:95:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/tools/func.py:110:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:125:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/func.py:135:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:172:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/func.py:258:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/func.py:265:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/populate.py:4:1: F401 'odoo.tools.pycompat' imported but unused ./Viindoo-odoo-17.0/odoo/tools/populate.py:97:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/populate.py:140:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/populate.py:154:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/populate.py:162:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:17:1: F401 '.config' imported but unused ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:71:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:135:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:28: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:95: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:134: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:150:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:152:39: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:190:68: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:208:25: F841 local variable 'cancel_found' is assigned to but never used ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:237:57: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:247:21: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:260:28: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/profiler.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/profiler.py:472:39: F402 import 'time' from line 9 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/tools/pycompat.py:2:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:24:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/cloc.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/cloc.py:37:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:39:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:68:27: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:101:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:103:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:299:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:301:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/convert.py:16:1: F401 'warnings' imported but unused ./Viindoo-odoo-17.0/odoo/tools/convert.py:33:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/odoo/tools/convert.py:33:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/tools/convert.py:38:1: F811 redefinition of unused 'pytz' from line 21 ./Viindoo-odoo-17.0/odoo/tools/convert.py:38:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/convert.py:39:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/convert.py:41:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:51:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/convert.py:56:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:71:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:89:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:90:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:91:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:95:35: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:122:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/convert.py:131:20: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/tools/convert.py:137:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/convert.py:143:18: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/convert.py:178:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:179:16: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/convert.py:182:17: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/convert.py:213:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:221:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:304:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/convert.py:322:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/convert.py:334:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/convert.py:399:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/convert.py:406:36: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:671:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:684:17: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/convert.py:688:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:689:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/convert.py:691:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:726:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/date_utils.py:209:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/date_utils.py:251:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/_vendor/send_file.py:34:14: F821 undefined name 'WSGIEnvironment' ./Viindoo-odoo-17.0/odoo/tools/pdf/_pypdf2_1.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/zeep/helpers.py:1:1: F401 'zeep.helpers.serialize_object' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/ns.py:1:1: F403 'from zeep.ns import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/zeep/ns.py:1:1: F401 'zeep.ns.*' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/exceptions.py:1:1: F403 'from zeep.exceptions import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/zeep/exceptions.py:1:1: F401 'zeep.exceptions.*' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/wsa.py:1:1: F403 'from zeep.wsa import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/zeep/wsa.py:1:1: F401 'zeep.wsa.*' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/wsdl/utils.py:1:1: F401 'zeep.wsdl.utils.etree_to_string' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/wsdl/utils.py:1:1: F401 'zeep.wsdl.utils.get_or_create_header' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/wsse/username/__init__.py:1:1: F403 'from zeep.wsse.username import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tests/case.py:34:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/tests/case.py:34:16: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/result.py:44:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tests/result.py:201:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tests/result.py:253:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/loader.py:110:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tests/loader.py:111:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tests/test_security.py:5:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tests/__init__.py:9:1: F403 'from .common import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tests/form.py:11:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/odoo/tests/form.py:13:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/odoo/tests/common.py:108:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:110:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:119:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:203:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:206:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:261:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:263:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:264:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:281:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tests/common.py:826:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tests/common.py:843:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:940:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:949:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:957:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:964:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:968:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:1208:46: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tests/common.py:1209:52: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tests/common.py:1211:47: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tests/common.py:1358:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:1456:71: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:1484:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:1515:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:1542:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tests/common.py:1805:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:1842:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:1877:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:2034:17: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:2117:63: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tests/common.py:2127:85: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/odoo/tests/common.py:2164:78: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:2172:81: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/tests/common.py:2225:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:9:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:11:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:12:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:13:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:14:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:15:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:115:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:120:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:125:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/suite.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/tag_selector.py:69:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/tag_selector.py:99:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/tests/_odoo_checker_markup.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:5:1: F401 'sys' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:22:9: F841 local variable 'l' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:22:9: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:28:43: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:43:17: F841 local variable 'x' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:6:1: F401 'odoo.tools.pycompat' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:37:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:60:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:78:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:68:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:83:60: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:86:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:99:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:101:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:144:17: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:66:1: W391 blank line at end of file ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:44:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:104:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:105:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:107:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:108:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:117:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:131:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:135:20: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:210:72: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:271:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:280:13: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:280:14: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:286:29: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:290:13: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:290:14: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:296:29: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:314:13: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:314:14: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:339:57: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:341:60: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:342:53: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:356:53: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_onchange_domains.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:3:1: F401 'itertools' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:42:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:45:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:159:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/__init__.py:12:1: F811 redefinition of unused 'test_pofile' from line 4 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/__init__.py:13:1: F811 redefinition of unused 'test_pylint' from line 3 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_eslint.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_eslint.py:33:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_dunderinit.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:36:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:69:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:80:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:97:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:97:19: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:103:11: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:106:11: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:157:17: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:374:126: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:374:171: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:376:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:41:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_gettext.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_gettext.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_jstranslate.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_l10n.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_fill_temporal.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_m2m_grouping.py:266:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_group_operator.py:65:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_translation_import/models/models.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_translation_import/tests/test_term_count.py:164:9: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_uninstall/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_uninstall/models.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_convert/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_convert/models.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_env.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_env.py:87:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_convert.py:10:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_convert.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_converter/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:9:1: F401 'odoo.tools.html_escape as e' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:46:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:169:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_gbf.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:24:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:30:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:35:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:40:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:45:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:62:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:10:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:11:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:12:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:949:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1077:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1265:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1446:52: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1535:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1885:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_json_field.py:26:84: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_qweb_float.py:34:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_qweb_float.py:60:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:120:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:123:9: F841 local variable 'books_with_edition' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:475:38: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:475:62: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_web_save.py:27:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:57:9: F841 local variable 'ok' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:63:13: F841 local variable 'faulty' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:75:46: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:75:58: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:505:9: F841 local variable 'baz' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:613:9: F841 local variable 'dean' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:615:9: F841 local variable 'finn' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:616:9: F841 local variable 'gabe' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:1555:9: F841 local variable 'rule' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:2314:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:3177:9: F841 local variable 'all_children' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:1:1: F401 're' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:24:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:62:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:120:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:9:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:268:42: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:299:22: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_sequence.py:64:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_sequence.py:129:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:9:1: F401 'psycopg2.IntegrityError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:27:10: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:27:11: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:28:10: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:28:11: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:148:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:16:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:18:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:22:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:33:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:43:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:212:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:313:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:614:33: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:7:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:26:1: F401 'odoo.tools.str2bool' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:27:1: F401 'odoo.tools.safe_eval' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:587:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:589:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:981:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:983:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:985:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1064:17: F841 local variable 'is_base_model' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1187:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1189:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1284:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1286:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1326:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1328:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1387:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1389:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1511:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1614:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1630:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1632:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1635:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1811:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1816:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1832:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1839:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1939:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1941:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2083:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2085:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2884:9: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:281:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:282:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:360:82: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/models/res_bank.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/decimal_precision.py:70:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_rule.py:12:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_rule.py:217:101: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:41:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:43:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:421:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:421:16: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:430:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:442:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:515:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:43:5: F811 redefinition of unused 'SSLCryptoError' from line 21 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:90:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:97:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:111:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:114:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:117:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:119:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:122:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:124:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:423:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:864:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:20:1: F401 'babel.core' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:38:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:97:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:100:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:103:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:106:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:109:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:112:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:115:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:118:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:133:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:138:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:157:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:177:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:179:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:181:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:380:71: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:381:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:597:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:703:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:872:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1154:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1267:80: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1353:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1449:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1508:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1717:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2008:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2048:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2050:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2052:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2092:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2114:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2114:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2115:15: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2122:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2172:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2175:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2262:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2292:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:9:1: F401 'threading' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:15:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:20:1: F401 'odoo.osv.expression.get_unaccent_wrapper' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:26:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:27:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:28:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:34:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:41:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:63:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:67:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:68:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:335:13: F402 import '_' from line 19 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:400:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:401:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:969:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:971:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:1020:19: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:7:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:8:1: F401 'itertools' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:17:1: F401 'PIL.Image' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:201:22: F402 import '_' from line 19 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:374:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:396:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:675:60: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:675:80: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:6:1: F401 'warnings' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:7:1: F401 'traceback' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:9:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:27:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:177:26: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:178:26: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:179:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:180:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:181:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:201:9: F841 local variable 'lang' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:263:29: F402 import '_' from line 11 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:295:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:378:11: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:396:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:405:17: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:408:9: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:414:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:416:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:426:65: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:38:5: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:568:97: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:601:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1161:9: F841 local variable 'cr' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1891:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1891:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:2111:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:2237:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:2:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:4:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:5:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:9:1: F401 'mimetypes' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:11:1: F401 're' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:12:1: F401 'sys' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:13:1: F401 'traceback' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:28:1: F401 'odoo.exceptions.AccessError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:28:1: F401 'odoo.exceptions.MissingError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:120:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:122:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_menu.py:7:1: F401 'operator' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_menu.py:34:120: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:7:1: F401 'operator.attrgetter' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:9:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:14:1: F401 'zipfile' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:16:1: F401 'requests' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:17:1: F401 'werkzeug.urls' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:48:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:181:43: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:420:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:967:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_currency.py:7:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_currency.py:194:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_demo_failure.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_logging.py:2:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:7:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:11:1: F401 'itertools' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:19:1: F401 'psycopg2' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:315:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:654:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:659:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:708:17: F841 local variable 'process' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:824:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:872:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:1023:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:6:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:82:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:213:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:215:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:502:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:539:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:518:1: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:521:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:568:1: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:675:60: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:766:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:981:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1098:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1111:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1161:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1174:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1194:94: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1279:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1280:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1669:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1822:72: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2058:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2154:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2181:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2279:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2369:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2504:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2621:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2729:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_cron.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:10:1: F401 'odoo.http.request' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:287:113: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:288:108: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:307:21: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:336:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:413:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:1033:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:1146:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_property.py:231:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_property.py:247:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/migrations/17.0.1.4/post-migration.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/report/__init__.py:4:51: W292 no newline at end of file ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_company.py:1:1: F401 'collections' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:26:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:88:19: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:149:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_currency.py:4:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:50:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:145:9: F841 local variable '_b' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:259:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_acl.py:8:1: F401 'odoo.tests.common.TransactionCase' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_display_name.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:4:1: F401 'collections' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:5:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:6:1: F401 'os.path' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:7:1: F401 're' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:11:1: F401 'lxml.builder.E' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:12:1: F401 'copy.deepcopy' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:19:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:674:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:703:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:706:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:713:76: E203 whitespace before ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:713:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:715:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:716:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:721:66: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:721:74: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:828:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1387:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1390:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1392:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1393:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1395:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1397:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1398:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1498:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1517:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1831:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1835:49: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1852:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1856:49: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1873:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1876:36: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1888:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1892:36: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1901:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:3113:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:3214:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:7:1: F401 'odoo.tools.DEFAULT_SERVER_DATE_FORMAT as DATE_FORMAT' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:25:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:66:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:114:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:6:1: F401 'psycopg2.ProgrammingError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:10:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:507:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_test_suite.py:20:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:79:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:94:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:126:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:2:1: F401 'unittest' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:62:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:113:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tz.py:17:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_cloc.py:129:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence.py:102:21: F841 local variable 'n1' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:30:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:31:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:32:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:33:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:34:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:34:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:35:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:35:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:36:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:36:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:40:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_module_category.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb_field.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_avatar_mixin.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:12:1: F401 'odoo.addons.base.tests.common.TransactionCaseWithUserDemo' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:75:12: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:80:12: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:177:90: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ormcache.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ormcache.py:65:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:210:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:227:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:264:56: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:432:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:518:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_cache.py:11:1: F401 'odoo.tests.common.TransactionCase' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:5:1: F401 'xmlrpc.client.Binary' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:46:9: F841 local variable 'groups' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:131:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:205:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:206:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:207:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:215:61: E211 whitespace before '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:229:69: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_split_table.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_split_table.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server.py:98:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server.py:182:13: F402 import 'email' from line 5 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:76:74: E202 whitespace before ')' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:291:9: F841 local variable 'filter_a' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:296:44: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:308:108: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:22:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:23:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:24:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:24:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:25:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:26:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:27:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:28:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:29:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:29:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:30:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:43:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:46:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:147:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:182:84: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:210:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:212:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:213:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:226:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:235:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:243:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:42:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:141:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:176:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_country.py:25:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:12:1: F401 'odoo.fields.Date' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:13:1: F401 'odoo.models.BaseModel' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:297:9: F841 local variable 'res_8' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:386:95: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:388:83: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:390:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:392:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:394:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:396:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:411:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:437:78: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:439:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:510:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:512:88: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:552:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:553:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:560:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:596:92: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:598:95: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:600:94: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:69: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:90: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:94: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:6:1: F401 'psycopg2' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:8:1: F401 'odoo.exceptions.MissingError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:70:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:70:66: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:92:29: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_sql.py:164:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_sql.py:177:1: W391 blank line at end of file ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:6:1: F401 'binascii' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:115:40: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:117:40: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_pdf.py:77:9: F841 local variable 'page' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:179:64: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:181:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:840:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_func.py:4:1: F401 'functools' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:56:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:172:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:174:110: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:176:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:178:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:180:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:186:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:188:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:190:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:193:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:193:37: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:196:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:198:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:201:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:203:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:206:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:208:110: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:210:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:212:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:214:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:216:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:218:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:220:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:222:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:225:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:228:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:230:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:233:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:236:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:238:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:240:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:243:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:246:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:249:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:252:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:107:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:140:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:154:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:173:13: F841 local variable 'dates' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:184:13: F841 local variable 'dates' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:308:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:433:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:440:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:446:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:482:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:489:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:8:1: F401 'psycopg2.IntegrityError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:15:1: F401 'odoo.tests.common.new_test_user' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:31:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:32:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:34:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:635:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1381:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1601:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1602:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1604:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1605:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1606:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1607:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1608:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1617:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1618:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1620:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1623:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1624:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1626:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1627:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1628:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_search.py:189:41: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_search.py:195:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:83:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:127:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:296:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:308:21: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:430:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:430:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:436:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:436:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:464:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:464:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:470:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:470:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:504:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:507:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:513:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:513:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:519:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:519:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:484:117: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:490:116: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:499:116: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:508:116: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:527:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:62:62: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:336:9: F841 local variable 'partner_merge_wizard' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:966:21: E227 missing whitespace around bitwise or shift operator ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3:1: F401 'ast' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:217:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:1530:9: F841 local variable 'view2' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:2449:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3840:9: F841 local variable 'c' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3845:9: F841 local variable 'd' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4057:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4072:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4082:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4488:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:111:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:199:54: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:361:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:366:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:398:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_menu.py:23:75: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_menu.py:29:18: E222 multiple spaces after operator ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_users.py:88:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_users.py:256:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:78:65: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:95:44: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:107:7: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:133:44: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:141:72: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:254:22: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:262:7: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:329:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:331:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:334:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:335:2: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:336:2: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:337:5: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:351:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:353:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:356:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:357:2: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:358:2: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:359:5: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:548:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:549:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:550:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:551:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:552:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:553:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:556:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:557:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:558:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:559:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:560:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:561:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:564:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:565:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:566:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:567:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:568:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:569:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:576:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:590:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:612:43: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_import_language.py:10:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_import_language.py:10:1: F401 'odoo.sql_db' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:22:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:25:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:25:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:30:73: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:30:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:35:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_module_update.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:13:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:112:9: F841 local variable 'Partner' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:469:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:506:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:553:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_inherits_depends/tests/test_inherits.py:20:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_http/models.py:26:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_http/utils.py:11:25: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/odoo/addons/test_http/utils.py:46:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_error.py:67:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_echo_reply.py:42:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_misc.py:149:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_static.py:253:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:66:25: E201 whitespace after '{' ./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:66:39: E202 whitespace before '}' ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/__manifest__.py:6:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/__manifest__.py:7:71: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:4:1: F401 'itertools.count' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:42:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:53:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:59:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:79:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:84:5: F811 redefinition of unused 'count' from line 4 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:101:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:126:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:132:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:138:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:150:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:174:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:181:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:190:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:259:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:263:5: F811 redefinition of unused 'count' from line 4 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:274:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:281:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:287:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:302:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:307:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:316:55: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:320:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:334:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:341:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:23:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:91:59: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:148:55: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_lxml.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:116:9: F841 local variable 'a' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:166:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:293:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:294:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:332:17: E117 over-indented ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:630:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:654:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:655:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:663:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:664:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:699:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:700:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:708:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:709:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:751:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_methods.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_res_config.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_inherit/models.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_inherit/tests/test_inherit.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/controllers/main.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:5:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:16:1: F401 'odoo.http' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:17:1: F401 'odoo.addons.__path__ as ADDONS_PATH' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:24:1: F401 'odoo.addons.base.models.ir_qweb.QWebException' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:25:1: F401 'odoo.tools.func' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:640:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1592:9: F841 local variable 'view' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1856:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1862:105: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1920:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1991:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1995:92: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:2004:1: W391 blank line at end of file ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler_regex.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:375:11: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:376:42: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:379:11: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:400:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:14:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:18:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:22:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_main_flows/__init__.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_main_flows/models/model_multicompany.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_main_flows/tests/test_flow.py:99:58: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:42:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/tests/test_feedback.py:163:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/tests/test_feedback.py:441:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/models.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/tests/test_bindings.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/tests/test_bindings.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:19:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:60:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:172:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:177:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:184:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:189:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:194:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:200:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:227:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:355:12: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:369:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:465:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:655:9: F841 local variable 'sids' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:718:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:743:69: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:114:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:147:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:148:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:149:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:150:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:151:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:333:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:411:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:593:47: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:745:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:760:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:782:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:833:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1170:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1326:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1332:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_multi_range.py:535:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_range.py:307:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_range.py:367:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_auth_custom/__init__.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_auth_custom/tests/test_endpoints.py:4:1: F401 'odoo.tests.HOST' imported but unused ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:46:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:59:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:81:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:86:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:101:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_pe_website_sale/tests/test_l10n_pe_website_sale.py:30:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_pe_website_sale/tests/test_l10n_pe_website_sale.py:41:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/website_event_crm/tests/test_event_registration.py:157:13: F841 local variable '_attendees' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs_company/__init__.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet/__manifest__.py:35:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:1:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:2:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:5:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet/models/spreadsheet_mixin.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet/models/spreadsheet_mixin.py:51:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:3:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:6:1: F401 'odoo.tests.common.Form' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/tests/test_currency.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_jitsi/models/chat_room_mixin.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:28:39: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:129:21: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:129:22: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:157:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:158:24: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:159:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_nl/models/account_journal.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_nl/models/account_journal.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_nl/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_expense_margin/models/sale_order_line.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_expense_margin/tests/test_so_expense_purchase_price.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_razorpay/models/payment_provider.py:41:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_website/tests/test_is_multilang.py:21:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_website/tests/test_qweb.py:4:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/addons/test_website/tests/test_settings.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_website/tests/test_systray.py:3:1: F401 'odoo.tests.common.HOST' imported but unused ./Viindoo-odoo-17.0/addons/test_website/tests/test_systray.py:4:1: F401 'odoo.tools.config' imported but unused ./Viindoo-odoo-17.0/addons/test_website/tests/test_website_controller_page.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_website/tests/test_website_controller_page.py:170:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_website/tests/test_fuzzy.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_br_sales/models/sale_order.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_se/models/res_partner.py:20:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/l10n_se/models/res_partner.py:20:20: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_se/models/account_move.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_se/models/account_move.py:33:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_outlook/controllers/main.py:6:1: F401 'werkzeug' imported but unused ./Viindoo-odoo-17.0/addons/mrp_landed_costs/__manifest__.py:9:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mrp_landed_costs/__manifest__.py:10:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/sale/__manifest__.py:33:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/controllers/portal.py:154:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/controllers/portal.py:292:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/models/utm_campaign.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale/models/analytic.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale/models/res_partner.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale/models/account_move.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:49:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:301:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:351:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:703:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:728:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:811:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:850:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1224:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1224:70: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1314:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1520:9: F841 local variable 'local_msg_vals' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1720:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1742:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1935:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1945:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:64:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:64:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:68:63: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:138:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:142:22: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/payment_transaction.py:158:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/models/product_product.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:11:1: F401 'odoo.tools.float_round' imported but unused ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:265:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:323:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:907:25: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:952:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:954:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:991:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1114:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1120:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1201:17: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1205:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1218:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1293:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_prices.py:407:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:55:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:56:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:67:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_reinvoice.py:231:9: F841 local variable 'sale_order_line' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:172:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:215:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:1044:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/sale/tests/test_access_rights.py:4:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/sale/tests/test_payment_flow.py:135:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/tests/test_credit_limit.py:124:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:717:9: F841 local variable 'product_no_account' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:768:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:870:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:874:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale/tests/common.py:13:19: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:120:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:121:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:122:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:124:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:125:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:127:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:147:92: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:149:92: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:151:92: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:168:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:169:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:170:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:172:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:173:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:175:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:191:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:192:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:193:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:195:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:196:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:198:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:215:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:216:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:218:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:219:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:221:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:238:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:239:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:240:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:242:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:243:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:245:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:263:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:264:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:265:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:267:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:268:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:270:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:285:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:287:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:288:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:289:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:291:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:292:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:294:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:313:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:314:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:315:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:317:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:318:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:320:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:359:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:360:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:361:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:363:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:364:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:366:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:422:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:424:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:426:92: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:426:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:428:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:429:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:431:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:454:125: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:457:125: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:459:125: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:461:125: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:506:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:507:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:509:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:510:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:512:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:555:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:557:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:559:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:609:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:610:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:612:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:613:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:615:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:634:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:636:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:637:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:639:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:640:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:642:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:659:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:660:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:662:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:664:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:665:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:667:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:668:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:670:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:717:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:718:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:720:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:721:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:723:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:742:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:744:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:745:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:747:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:748:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:750:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:767:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:768:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:770:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:772:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:773:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:775:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:776:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:778:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:783:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:820:23: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:848:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:849:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:850:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:851:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:852:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:854:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:855:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:856:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:857:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:858:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:860:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:879:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:880:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:881:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:882:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:883:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:885:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:887:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:888:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:889:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:890:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:891:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:893:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:894:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:895:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:896:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:897:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:899:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_cancel.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_cancel.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/sale/wizard/payment_link_wizard.py:4:1: F401 'werkzeug.urls' imported but unused ./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_discount.py:103:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/wizard/res_config_settings.py:81:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/res_config_settings.py:105:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:88:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:145:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:153:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:177:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:194:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:3:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:3:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/models/im_livechat_channel.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/models/im_livechat.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/tests/test_ui.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/tests/common.py:74:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/website_livechat/tests/common.py:88:9: F841 local variable 'rating_to_emoji' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_dk/models/account_account.py:7:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/product_margin/models/__init__.py:4:30: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/product_margin/models/product_product.py:58:70: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product_margin/wizard/product_margin.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ie/__manifest__.py:9:88: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_co/models/res_partner.py:16:84: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/website_twitter/models/website_twitter.py:82:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:5:1: F401 'pytz' imported but unused ./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:20:90: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:54:58: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:54:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_event_track/models/event_track.py:272:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_event_track/models/event_track.py:274:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/website_event_track/models/website_menu.py:12:57: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:98:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:163:70: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:120:63: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:127:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:135:110: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:178:42: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:199:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:44:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:45:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:77:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:32:40: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:33:23: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:33:81: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_contract/models/resource.py:3:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/hr_contract/models/res_users.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_contract/models/res_users.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/hr_contract/models/hr_contract.py:137:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_contract/models/hr_contract.py:234:155: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_contract/report/hr_contract_history.py:70:39: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_access.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_resource.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_contract.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_contract.py:26:48: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_mail_activity_plan.py:53:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_mail_activity_plan.py:54:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mail/web_push.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/web_push.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/web_push.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/web_push.py:120:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/web_push.py:149:78: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/web_push.py:150:50: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/__init__.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:41:5: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:45:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/mail/tools/link_preview.py:45:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/tools/link_preview.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/controllers/mail.py:114:98: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/controllers/mail.py:194:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mail/models/mail_render_mixin.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/mail_render_mixin.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/ir_actions_server.py:97:53: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mail/models/ir_actions_server.py:130:57: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mail/models/mail_ice_server.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:10:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:112:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:669:17: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:164:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:165:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:268:33: F841 local variable 'res_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:94:34: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:97:81: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:98:52: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/models/res_partner.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/template_reset_mixin.py:8:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/template_reset_mixin.py:64:19: F402 import '_' from line 8 shadowed by loop variable ./Viindoo-odoo-17.0/addons/mail/models/mail_activity_type.py:76:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mail/models/models.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/update.py:8:1: F401 'werkzeug.urls' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:1285:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:2335:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:3443:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4002:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4118:9: F841 local variable 'fnames' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4123:17: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4126:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mail/models/mail_template.py:9:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_template.py:237:38: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:120:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:122:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:124:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:146:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/mail_activity_mixin.py:186:101: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:11:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:12:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:106:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:110:61: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:7:1: F401 'inspect.Parameter' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:7:1: F401 'inspect.signature' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:10:1: F401 'odoo.tools.get_lang' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:15:1: F401 'odoo.addons.bus.models.bus_presence.AWAY_TIMER' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:15:1: F401 'odoo.addons.bus.models.bus_presence.DISCONNECTION_TIMER' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/discuss_channel.py:1102:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/populate/mail_notification.py:82:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mail/populate/mail_message.py:50:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mail/populate/discuss/mail_message.py:43:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:69:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:142:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:156:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_mail_stable_selection.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_tools.py:91:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:149:13: F841 local variable '_name' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:155:13: F841 local variable '_form' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_render.py:241:13: F841 local variable '_rendered' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/__init__.py:22:1: F403 'from .discuss import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/mail/tests/common.py:859:104: F841 local variable '_bus_bus_create_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/common.py:886:113: F841 local variable '_mail_message_create_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/common.py:887:139: F841 local variable '_mail_notification_create_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/test_res_partner.py:36:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_discuss_channel_member.py:40:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_ui.py:16:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_message_controller.py:301:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/wizard/base_partner_merge_automatic_wizard.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mail/wizard/mail_compose_message.py:7:1: F401 'logging' imported but unused ./Viindoo-odoo-17.0/addons/mail/wizard/mail_compose_message.py:787:30: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mail/wizard/mail_template_preview.py:32:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_th/__init__.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_th/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_th/models/account_move.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail/country_utils.py:256:2: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/snailmail/models/res_company.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail/models/snailmail_letter.py:233:9: F841 local variable 'batch' is assigned to but never used ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:1:24: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:2:75: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:4:32: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:7:48: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:8:37: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/ir_actions_report.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/snailmail/models/ir_actions_report.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_missing_required_fields.py:2:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_missing_required_fields.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_format_error.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_format_error.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:31:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:55:18: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:55:18: E117 over-indented ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/controllers/main.py:332:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/controllers/main.py:333:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/models/res_partner.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/models/crm_lead.py:285:120: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/tests/test_partner_assign.py:155:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/wizard/__init__.py:4:37: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/analytic/__manifest__.py:5:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/analytic/__manifest__.py:8:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/analytic/models/analytic_plan.py:97:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/analytic/models/analytic_mixin.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/analytic/models/analytic_distribution_model.py:52:45: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/analytic/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_partner/controllers/__init__.py:3:19: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/website_partner/models/res_partner.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/account_edi_proxy_client/__init__.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_edi_proxy_client/models/account_edi_proxy_user.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:39:33: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:77:41: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:88:41: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:90:48: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:99:60: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:117:41: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:128:41: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:147:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:148:47: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:183:38: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:557:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_in/models/res_partner.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in/models/account_invoice.py:155:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_in/models/company.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:69:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:69:59: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:75:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:75:59: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:81:59: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:81:60: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:87:59: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:87:60: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_l10n_in_fiscal_position.py:247:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:25:36: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:27:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:31:36: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:33:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:37:36: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:85:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:92:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:97:15: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_discuss_full/tests/test_performance.py:72:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:4:1: F401 'pprint' imported but unused ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:9:1: F401 '.authorize_request.AuthorizeAPI' imported but unused ./Viindoo-odoo-17.0/addons/payment_authorize/models/authorize_request.py:161:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_provider.py:45:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_authorize/tests/test_authorize.py:6:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:55:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:134:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:190:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:190:47: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:191:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:191:51: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:198:9: F841 local variable 'eu_country_codes' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:365:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:473:9: F841 local variable 'error' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:562:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:661:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:661:24: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/controllers/download_efaktur.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/controllers/download_efaktur.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/product_template.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/uom_uom.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/account_move.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/account_move.py:362:9: F841 local variable 'idr' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/product_code.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/efaktur_document.py:3:17: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/uom_code.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_skills_slides/models/slide_channel.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ph/wizard/generate_2307_wizard.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:22:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:24:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:248:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:250:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tools.py:4:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/web_editor/tools.py:164:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/web_editor/tools.py:167:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:20:1: F401 'odoo.release' imported but unused ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:28:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:57:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:58:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:60:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:172:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:174:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:202:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:204:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:224:41: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:228:43: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_ui_view.py:46:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_ui_view.py:48:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:23:26: E741 ambiguous variable name 'I' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:26:1: F401 'odoo.modules' imported but unused ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:142:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:144:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:617:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/web_editor/models/assets.py:98:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:29:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:31:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:36:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:38:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:43:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:48:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:57:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:69:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:75:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:77:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:97:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:99:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:109:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:111:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:114:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:116:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_odoo_editor.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/transifex/models/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/transifex/models/transifex_translation.py:61:47: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_ro_edi_stock_batch/models/stock_picking_batch.py:6:1: F401 'odoo.addons.l10n_ro_edi_stock.models.stock_picking.LOCATION_TYPE_MAP' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ro_edi_stock_batch/models/stock_picking_batch.py:6:1: F401 'odoo.addons.l10n_ro_edi_stock.models.stock_picking.STATE_CODES' imported but unused ./Viindoo-odoo-17.0/addons/website_event_track_quiz/models/event_event.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/website_event_track_quiz/models/event_track.py:95:21: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_sale_stock/controllers/main.py:46:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_product_warehouse.py:23:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:21:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:40:28: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/website_sale_wishlist/models/res_users.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_sale_wishlist/models/res_users.py:1:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/digest/models/digest.py:231:13: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/l10n_es_edi_facturae_certificate.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:70:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:132:24: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:132:44: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/tests/test_edi_xml.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/tests/test_edi_xml.py:161:163: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp_account/models/analytic_account.py:81:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/models/product.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/report/mrp_report_mo_overview.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:4:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:185:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:198:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:211:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_analytic_account.py:211:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_analytic_account.py:297:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_mrp_account.py:299:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/models/product_supplierinfo.py:90:11: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/product/models/product_template.py:601:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_template.py:671:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_tag.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/models/product_document.py:34:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_document.py:48:32: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/product/models/product_packaging.py:6:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/product/models/product_product.py:5:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/product/models/product_product.py:6:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/product/models/product_product.py:602:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_product.py:649:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:139:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:141:109: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:189:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:218:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:270:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:309:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:380:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:382:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:433:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/populate/product.py:47:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:377:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:457:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:461:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:485:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:489:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:508:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:512:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:536:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:540:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:559:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:609:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:1401:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/tests/common.py:3:1: F401 'contextlib.nullcontext' imported but unused ./Viindoo-odoo-17.0/addons/product/tests/common.py:4:1: F401 'unittest.mock.patch' imported but unused ./Viindoo-odoo-17.0/addons/product/tests/test_product_attribute_value_config.py:178:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/attachment_indexation/models/ir_attachment.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/exception_logger.py:34:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/event_manager.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/main.py:3:1: F401 'traceback.format_exc' imported but unused ./Viindoo-odoo-17.0/addons/hw_drivers/main.py:131:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_drivers/main.py:149:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/http.py:10:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:24:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:187:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/DisplayDriver_L.py:132:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:10:1: F401 'pathlib.Path' imported but unused ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:66:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:374:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_L.py:27:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_L.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/SerialBaseDriver.py:110:23: F821 undefined name '_' ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:71:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:74:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:85:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:216:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:293:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:297:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:305:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:327:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:330:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:331:75: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:380:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:413:17: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:413:19: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:414:20: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:414:22: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:458:39: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:469:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:494:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:498:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:517:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:541:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:594:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/controllers/proxy.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:4:1: F401 'base64.b64decode' imported but unused ./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:9:1: F401 'subprocess' imported but unused ./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:18:1: F401 'odoo.addons.hw_drivers.main.manager' imported but unused ./Viindoo-odoo-17.0/addons/auth_password_policy/models/res_config_settings.py:1:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_it_edi_ndd/models/account_move.py:101:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:17: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:23:5: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:28:1: F403 'from .constants import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:29:1: F403 'from .exceptions import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:38:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:39:4: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:51:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:56:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:66:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:69:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:78:22: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:83:29: F405 'TXT_ALIGN_LT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:84:29: F405 'TXT_ALIGN_RT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:85:29: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:89:29: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:90:29: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:91:29: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:97:29: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:98:29: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:104:29: F405 'TXT_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:105:29: F405 'TXT_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:111:37: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:112:37: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:113:37: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:114:37: F405 'TXT_DOUBLE' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:118:29: F405 'TXT_COLOR_BLACK' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:119:29: F405 'TXT_COLOR_RED' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:124:33: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:126:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:128:34: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:138:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:159:9: F841 local variable '_style' is assigned to but never used ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:168:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:179:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:180:4: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:185:22: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:190:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:198:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:215:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:221:18: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:226:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:226:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:236:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:240:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:244:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:245:4: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:253:19: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:258:21: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:259:21: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:260:18: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:262:18: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:272:29: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:274:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:278:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:284:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:287:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:287:18: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:291:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:291:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:297:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:297:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:299:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:299:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:307:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:311:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:312:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:332:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:333:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:333:19: F405 'S_RASTER_N' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:339:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:348:55: E202 whitespace before ')' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:360:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:361:16: F405 'S_RASTER_N' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:367:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:380:9: F841 local variable 'pixels' is assigned to but never used ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:380:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:382:16: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:384:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:385:21: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:385:26: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:388:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:391:19: F405 'ImageSizeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:409:37: E202 whitespace before ')' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:419:30: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:425:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:433:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:447:55: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:447:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:456:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:468:16: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:481:19: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:483:21: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:483:35: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:484:23: F405 'BARCODE_HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:486:19: F405 'BarcodeSizeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:488:34: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:489:23: F405 'BARCODE_WIDTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:491:19: F405 'BarcodeSizeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:494:23: F405 'BARCODE_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:495:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:496:23: F405 'BARCODE_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:499:23: F405 'BARCODE_TXT_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:501:23: F405 'BARCODE_TXT_BTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:503:23: F405 'BARCODE_TXT_ABV' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:504:41: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:505:23: F405 'BARCODE_TXT_BLW' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:506:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:508:23: F405 'BARCODE_UPC_A' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:510:23: F405 'BARCODE_UPC_E' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:512:23: F405 'BARCODE_EAN13' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:514:23: F405 'BARCODE_EAN8' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:516:23: F405 'BARCODE_CODE39' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:518:23: F405 'BARCODE_ITF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:520:23: F405 'BARCODE_NW7' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:522:19: F405 'BarcodeTypeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:531:19: F405 'BarcodeCodeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:533:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:542:35: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:542:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:546:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:547:18: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:547:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:548:18: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:561:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:562:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:563:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:564:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:565:36: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:577:44: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:578:30: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:579:44: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:58: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:86: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:91: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:96: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:101: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:106: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:111: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:595:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:595:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:605:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:605:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:613:45: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:621:95: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:83: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:110: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:116: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:67: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:67: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:685:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:699:23: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:699:43: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:700:23: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:701:17: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:705:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:705:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:710:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:710:72: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:720:18: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:726:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:729:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:733:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:734:31: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:735:4: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:736:64: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:737:77: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:738:16: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:740:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:741:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:745:30: F405 'TXT_ENC_PC437' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:746:30: F405 'TXT_ENC_PC850' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:747:30: F405 'TXT_ENC_PC852' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:748:30: F405 'TXT_ENC_PC857' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:749:30: F405 'TXT_ENC_PC858' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:750:30: F405 'TXT_ENC_PC860' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:751:30: F405 'TXT_ENC_PC863' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:752:30: F405 'TXT_ENC_PC865' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:753:31: F405 'TXT_ENC_WPC1251' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:754:30: F405 'TXT_ENC_PC866' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:755:30: F405 'TXT_ENC_PC862' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:756:30: F405 'TXT_ENC_PC720' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:757:30: F405 'TXT_ENC_PC936' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:758:34: F405 'TXT_ENC_8859_2' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:759:34: F405 'TXT_ENC_8859_7' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:760:34: F405 'TXT_ENC_8859_9' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:761:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:761:34: F405 'TXT_ENC_WPC1254' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:762:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:762:34: F405 'TXT_ENC_WPC1255' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:763:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:763:34: F405 'TXT_ENC_WPC1256' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:764:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:764:34: F405 'TXT_ENC_WPC1257' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:765:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:765:34: F405 'TXT_ENC_WPC1258' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:766:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:766:34: F405 'TXT_ENC_KATAKANA' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:770:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:773:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:775:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:777:79: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:782:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:784:30: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:784:30: E117 over-indented ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:785:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:786:36: F405 'TXT_ENC_KATAKANA_MAP' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:787:39: F405 'TXT_ENC_KATAKANA_MAP' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:789:30: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:800:21: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:807:32: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:817:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:826:73: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:829:36: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:838:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:843:23: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:845:23: F405 'TXT_ALIGN_RT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:847:23: F405 'TXT_ALIGN_LT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:850:23: F405 'TXT_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:852:23: F405 'TXT_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:855:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:856:23: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:858:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:859:23: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:861:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:862:23: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:864:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:865:23: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:867:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:868:23: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:870:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:871:23: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:874:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:875:23: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:877:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:878:23: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:880:23: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:881:23: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:882:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:883:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:886:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:892:23: F405 'PAPER_PART_CUT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:893:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:894:23: F405 'PAPER_FULL_CUT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:897:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:905:23: F405 'CD_KICK_2' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:907:23: F405 'CD_KICK_5' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:909:19: F405 'CashDrawerError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:916:23: F405 'HW_INIT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:918:23: F405 'HW_SELECT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:920:23: F405 'HW_RESET' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:921:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:925:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:928:23: F405 'CTL_LF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:930:23: F405 'CTL_FF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:932:23: F405 'CTL_CR' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:934:23: F405 'CTL_HT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:936:23: F405 'CTL_VT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:23: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:53:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:62:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:81:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:90:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:99:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:10:1: F403 'from .escpos import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:11:1: F403 'from .constants import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:12:1: F403 'from .exceptions import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:15:11: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:27:54: F405 'PAPER_FULL_CUT' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:29:22: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:32:19: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:33:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:46:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:49:19: F405 'NoDeviceError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:52:65: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:57:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:57:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:61:21: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:62:21: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:73:19: F405 'HandleDeviceError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:86:13: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:90:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:97:19: F405 'TicketNotPrinted' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:98:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:102:19: E711 comparison to None should be 'if cond is None:' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:105:23: F405 'NoStatusError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:113:27: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:114:27: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:115:21: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:115:27: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:116:21: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:119:40: F405 'DLE_EOT_PRINTER' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:120:42: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:121:40: F405 'DLE_EOT_OFFLINE' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:123:40: F405 'DLE_EOT_ERROR' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:125:40: F405 'DLE_EOT_PAPER' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:127:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:128:41: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:129:42: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:130:36: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:131:38: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:132:43: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:134:41: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:135:42: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:136:40: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:137:43: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:138:35: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:139:35: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:140:39: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:141:40: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:142:39: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:143:38: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:144:41: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:145:44: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:146:39: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:147:40: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:148:36: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:149:35: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:161:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:161:14: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:171:21: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:174:21: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:178:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:188:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:193:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:200:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:200:15: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:203:22: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:203:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:213:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:222:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:226:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:9:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:10:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:11:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:12:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:13:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:16:16: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:17:16: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:18:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:19:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:22:8: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:24:9: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:24:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:26:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:30:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:30:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:31:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:31:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:32:14: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:33:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:33:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:34:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:34:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:35:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:35:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:36:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:36:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:37:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:37:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:38:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:38:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:39:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:39:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:40:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:40:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:41:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:41:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:42:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:42:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:43:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:43:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:44:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:44:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:45:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:45:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:46:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:46:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:47:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:48:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:48:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:52:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:52:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:53:17: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:53:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:54:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:54:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:55:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:55:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:56:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:56:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:57:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:57:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:58:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:58:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:50: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:60:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:60:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:61:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:61:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:62:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:62:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:49: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:64:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:64:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:65:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:65:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:66:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:67:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:67:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:68:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:68:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:69:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:69:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:70:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:70:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:71:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:71:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:72:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:72:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:73:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:73:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:74:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:74:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:75:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:75:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:76:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:76:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:50: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:78:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:78:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:79:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:79:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:80:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:80:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:81:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:81:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:82:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:82:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:83:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:83:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:84:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:84:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:85:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:85:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:86:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:86:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:87:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:87:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:88:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:88:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:89:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:90:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:91:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:92:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:93:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:94:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:95:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:96:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:97:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:97:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:103:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:104:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:105:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:106:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:107:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:109:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:110:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:111:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:112:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:113:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:114:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:115:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:116:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:117:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:118:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:119:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:120:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:121:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:122:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:123:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:124:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:125:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:126:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:127:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:128:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:129:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:130:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:131:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:132:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:133:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:134:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:135:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:136:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:137:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:138:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:139:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:140:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:141:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:142:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:143:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:144:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:145:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:146:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:147:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:148:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:149:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:150:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:151:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:152:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:153:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:154:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:155:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:156:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:157:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:158:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:159:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:160:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:161:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:162:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:163:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:164:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:166:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:167:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:171:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:172:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:173:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:174:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:175:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:175:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:176:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:176:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:177:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:177:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:178:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:178:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:179:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:179:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:180:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:180:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:181:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:181:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:182:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:182:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:183:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:183:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:184:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:184:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:185:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:185:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:186:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:187:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:187:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:188:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:188:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:189:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:189:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:190:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:190:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:9:1: F401 'os.path' imported but unused ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:10:1: F401 'subprocess' imported but unused ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:12:1: F401 'netifaces as ni' imported but unused ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:13:1: F401 'traceback' imported but unused ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:17:5: F403 'from ..escpos import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:18:5: F403 'from ..escpos.exceptions import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:23:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:24:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:31:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:32:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:38:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:41:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:45:18: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:46:32: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:46:57: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:56:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:107:20: F405 'HandleDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:119:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:126:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:130:41: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:130:43: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:131:34: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:133:24: E711 comparison to None should be 'if cond is not None:' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:158:28: E711 comparison to None should be 'if cond is None:' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:160:50: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:160:55: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:164:40: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:166:56: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:178:20: F405 'NoDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:180:20: F405 'HandleDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:183:20: F405 'TicketNotPrinted' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:185:20: F405 'NoStatusError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:23: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:34: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:36: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:199:36: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:199:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:201:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:201:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:204:27: E712 comparison to True should be 'if cond is not True:' or 'if not cond:' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:219:40: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:220:36: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:236:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:236:88: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:47: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:56: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:247:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:270:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:270:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:272:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:276:33: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:276:44: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:278:33: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:278:44: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:284:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:284:75: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:286:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:291:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:292:50: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:292:83: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:301:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:302:50: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:302:75: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:308:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:308:82: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:311:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:317:21: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:318:22: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:318:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:319:22: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:319:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:320:22: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:320:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:22: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:66: E202 whitespace before ')' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:330:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:333:46: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:335:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:338:47: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:339:35: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:343:51: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:344:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/product_expiry/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:37:23: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:116:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:125:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:136:23: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:190:103: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:497:9: F841 local variable 'user_group_stock_manager' is assigned to but never used ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_generate_serial_numbers.py:7:1: F401 'odoo.tests.common.Form' imported but unused ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_attendee.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_attendee.py:35:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/models/google_credentials.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/res_users.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/res_users.py:31:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_recurrence_rule.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_recurrence_rule.py:19:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/google_calendar/models/google_sync.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:476:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:572:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:787:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:26:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:65:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:74:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:85:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:133:14: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:824:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1456:89: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1679:14: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1698:26: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1699:26: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1734:14: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1777:14: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1986:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:2173:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:2206:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_token_access.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_event.py:38:26: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_event.py:123:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:26:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:113:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:114:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:118:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sales_team/models/crm_team.py:219:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sales_team/models/crm_team.py:376:82: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sales_team/models/crm_team_member.py:62:89: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/sales_team/tests/test_sales_team.py:151:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sales_team/tests/common.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_crm/controllers/website_form.py:30:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/barcodes/__init__.py:7:48: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/barcodes/models/barcode_events_mixin.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/membership/models/product.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/membership/models/partner.py:31:15: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/membership/models/partner.py:34:15: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/membership/models/partner.py:37:15: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/membership/models/partner.py:72:106: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/membership/report/report_membership.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/membership/tests/test_membership.py:7:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/membership/tests/test_membership.py:124:9: F841 local variable 'payment' is assigned to but never used ./Viindoo-odoo-17.0/addons/membership/wizard/membership_invoice.py:28:15: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_move.py:70:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:95:119: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:234:101: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:235:99: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:3:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:7:1: F401 'os' imported but unused ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:26:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:28:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:51:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:53:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:18:1: F401 'odoo.addons.base' imported but unused ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:37:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:62:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:63:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:64:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_din5008_stock/models/stock.py:2:1: F401 'odoo.tools.format_date' imported but unused ./Viindoo-odoo-17.0/addons/mass_mailing_sms/controllers/main.py:16:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:15:69: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:32:94: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:40:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/mailing_mailing.py:47:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/mailing_mailing.py:49:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/utm.py:28:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_retry.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_retry.py:31:64: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_controllers.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:4:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:14:1: F401 'odoo.tools.DEFAULT_SERVER_DATETIME_FORMAT' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:14:1: F401 'odoo.tools.misc' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:121:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:7:1: F401 'odoo.tools.float_utils.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:62:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail_plugin/controllers/mail_plugin.py:132:83: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/mail_plugin/controllers/mail_plugin.py:242:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mail_plugin/models/ir_http.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_meet_quiz/controllers/community.py:4:1: F401 'werkzeug.exceptions.Forbidden' imported but unused ./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_portal.py:42:165: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_rating.py:287:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_web_push.py:105:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_web_push.py:415:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/base_install_request/__manifest__.py:13:11: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/res_config_settings.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/account_edi_format.py:186:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/account_edi_format.py:257:51: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/tests/test_edi_json.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/tests/common.py:5:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet_margin/models/sale_order_line.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_fleet/models/account_move.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/account_fleet/tests/test_account_fleet.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_fleet/wizard/account_automatic_entry_wizard.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_automation/models/test_base_automation.py:151:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_automation/models/__init__.py:4:35: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/test_base_automation/tests/test_flow.py:1223:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/repair/__init__.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:4:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:7:1: F401 'odoo.tools.DEFAULT_SERVER_DATETIME_FORMAT' imported but unused ./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:101:45: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:116:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/repair/models/repair.py:7:1: F401 'odoo.tools.clean_context' imported but unused ./Viindoo-odoo-17.0/addons/repair/models/repair.py:394:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/repair/models/repair.py:603:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/repair/models/sale_order.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/repair/models/stock_warehouse.py:34:50: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/repair/tests/test_anglo_saxon_valuation.py:4:1: F401 'odoo.tests.Form' imported but unused ./Viindoo-odoo-17.0/addons/repair/tests/test_anglo_saxon_valuation.py:6:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:177:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:178:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:179:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:180:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:181:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:182:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:235:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:237:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:238:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:239:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:248:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:249:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:250:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:251:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:252:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:253:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:260:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:268:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:273:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:274:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:275:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:276:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:277:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:278:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:279:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:280:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:281:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:282:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:318:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:325:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:326:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:340:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:548:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:759:13: F601 dictionary key 'product_id' repeated with different values ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:762:13: F601 dictionary key 'product_id' repeated with different values ./Viindoo-odoo-17.0/addons/repair/wizard/repair_warn_uncomplete_move.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi_sale/tests/test_edi_sale_order_pa.py:101:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:33:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:41:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:95:72: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:3:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:3:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:9:1: F401 'odoo.fields.Datetime' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:63:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:72:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:161:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:165:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:203:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:209:111: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/account_closing.py:55:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/account_closing.py:95:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:16:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:17:24: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:18:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:19:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_mass_mailing_sms/__manifest__.py:8:65: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/calendar/models/calendar_attendee.py:12:1: F401 'odoo.tools.split_every' imported but unused ./Viindoo-odoo-17.0/addons/calendar/models/calendar_attendee.py:141:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/models/calendar_event.py:51:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/models/calendar_event.py:202:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/models/mail_activity_mixin.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:82:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:303:40: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:457:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:518:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:5:1: F811 redefinition of unused 'datetime' from line 3 ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:14:1: F401 'pytz' imported but unused ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:15:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:418:60: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:439:60: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:509:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:605:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:632:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:657:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:682:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:328:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:331:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:334:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:410:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:522:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:811:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/tests/test_access_rights.py:117:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/calendar/tests/test_access_rights.py:133:30: E227 missing whitespace around bitwise or shift operator ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:49:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:353:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:356:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:377:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:380:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:397:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_res_partner.py:56:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/calendar/wizard/calendar_popover_delete_wizard.py:12:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:101:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:105:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:105:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:106:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:106:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:107:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:107:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:108:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:108:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:109:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:109:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:110:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:110:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:111:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:111:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:112:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:112:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:113:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:113:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:119:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:119:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:120:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:120:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:121:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:121:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:122:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:122:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:123:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:123:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:124:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:124:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:125:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:125:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:126:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:126:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:127:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:127:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:139:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:139:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:140:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:140:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:141:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:142:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:142:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:143:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:144:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:144:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:145:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:145:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:146:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:147:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:147:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:159:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:159:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:160:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:160:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:161:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:162:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:162:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:163:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:164:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:164:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:165:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:165:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:166:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:167:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:167:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:180:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:180:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:181:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:181:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:182:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:182:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:183:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:184:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:184:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:185:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:185:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:186:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:187:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:187:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:188:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:189:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:189:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:202:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:202:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:203:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:203:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:204:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:204:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:205:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:206:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:206:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:207:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:207:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:208:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:209:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:209:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:210:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:210:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:222:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:222:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:223:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:223:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:224:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:224:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:225:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:225:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:226:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:226:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:227:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:227:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:228:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:228:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:229:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:229:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:230:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:230:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:243:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:243:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:244:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:244:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:245:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:245:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:246:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:246:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:247:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:247:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:248:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:248:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:249:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:249:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:250:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:250:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:251:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:251:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:252:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:252:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:265:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:265:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:266:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:266:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:267:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:267:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:268:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:268:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:269:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:269:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:270:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:270:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:271:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:271:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:272:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:272:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:273:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:273:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:274:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:274:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:285:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:285:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:286:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:286:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:287:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:287:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:288:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:288:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:289:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:289:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:290:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:290:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:305:10: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:335:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:342:24: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:342:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:343:24: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:343:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:344:24: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:344:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:345:24: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:345:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:357:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:357:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:358:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:358:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:359:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:359:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:360:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:360:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:361:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:361:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:362:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:362:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:404:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:404:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:405:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:405:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:406:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:407:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:407:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:438:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/res_company.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:33:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:131:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:264:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:266:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:268:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:88:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:105:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_format.py:111:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_format.py:205:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_document.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/demo/account_demo.py:12:138: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:107:125: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:138:128: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:152:128: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:167:125: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:188:125: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/point_of_sale/__manifest__.py:116:72: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/point_of_sale/__manifest__.py:226:13: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/point_of_sale/__init__.py:11:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tools/pos_order_data.py:10:116: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/controllers/main.py:40:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_category.py:4:1: F401 'typing.Tuple' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:6:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:12:13: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:29:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:114:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:160:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:179:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:184:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:225:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_combo.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/res_company.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:296:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:349:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:695:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:696:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1028:51: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1124:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1138:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1165:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1190:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1346:24: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1346:38: E202 whitespace before '}' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1359:50: E711 comparison to None should be 'if cond is None:' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1453:22: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1456:31: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1458:27: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1458:62: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1497:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1596:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1625:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1626:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:16:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:161:105: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:162:109: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:311:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:406:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_journal.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:44:50: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:165:27: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:167:52: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:356:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:357:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:400:44: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:557:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:909:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1013:79: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1014:70: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1262:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1326:42: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1500:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1500:52: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1645:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/res_partner.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/res_partner.py:4:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_move.py:36:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_move.py:75:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/product.py:184:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/product.py:189:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/res_config_settings.py:137:28: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/point_of_sale/models/barcode_rule.py:5:1: F401 'odoo.tools.translate._' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_tax.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_config.py:562:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_printer.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_other_currency_config.py:7:1: F401 'odoo.tests.common.Form' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_other_currency_config.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:52:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_basic_config.py:613:9: F841 local variable 'order' is assigned to but never used ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common_setup_methods.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common_setup_methods.py:265:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_controller.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_with_fiscal_position.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_with_fiscal_position.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:7:1: F401 'odoo.api.Environment' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:225:9: F841 local variable 'chair_legs_line' is assigned to but never used ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:249:9: F841 local variable 'chair_fabrics_line' is assigned to but never used ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:391:9: F841 local variable 'p' is assigned to but never used ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:505:51: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:505:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:507:51: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:507:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:512:44: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:678:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:829:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:855:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:864:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:872:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1062:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1070:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1077:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1095:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1380:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_pos_order.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_pos_order.py:62:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_products_with_tax.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:11:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:12:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:13:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:14:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:16:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:205:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:4:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:21:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:156:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:300:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:305:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:33:77: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:35:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:38:76: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:42:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:44:75: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:60:48: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:63:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:68:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:79:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:81:75: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:84:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:8:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:120:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:239:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:240:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:243:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:308:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:411:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:451:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:470:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_multiple_receivable_accounts.py:6:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_multiple_receivable_accounts.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_margin.py:28:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_margin.py:343:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:4:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:6:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:9:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:11:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:11:1: F401 'odoo.tools.test_reports' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1121:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1490:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1576:27: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1680:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1699:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1724:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1757:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1843:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1857:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1880:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1912:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1931:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1938:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1946:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1977:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:2085:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:2105:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_session.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_session.py:138:43: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_details.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_details.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_payment.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/test_sale_product_configurators/tests/test_event_sale_with_product_configurator.py:112:98: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/controllers/share.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/models/spreadsheet_dashboard_share.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/models/spreadsheet_dashboard.py:18:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_dashboard_tour.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_dashboard_share.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/common.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:50:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:52:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:97:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:99:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:83:40: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:84:68: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:85:78: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_br_website_sale/controllers/portal.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/utm/tests/common.py:5:1: F401 'odoo.tests.common.tagged' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/demo/account_demo.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/demo/account_demo.py:29:45: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:163:66: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:164:50: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:231:70: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:338:70: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:549:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:579:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/tests/test_edi_ewaybill_json.py:116:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/tests/test_edi_ewaybill_json.py:135:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_custom/models/payment_transaction.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_sale_picking/models/payment_provider.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/partner_autocomplete/models/res_partner_autocomplete_sync.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_subcontracting_purchase/tests/test_mrp_subcontracting_purchase.py:13:1: F401 'odoo.tests.loaded_demo_data' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting_purchase/tests/test_mrp_subcontracting_purchase.py:1041:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account_qr_code_sepa/models/res_bank.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/account_qr_code_sepa/models/__init__.py:3:23: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/account_qr_code_sepa/tests/test_sepa_qr.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_qr_code_sepa/tests/__init__.py:3:27: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/payment_alipay/models/payment_transaction.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/payment_alipay/models/payment_transaction.py:9:1: F401 'odoo.tools.float_utils.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/l10n_tr_nilvera/lib/nilvera_client.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi_website_sale/controllers/main.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/event_crm/models/event_lead_rule.py:210:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/event_crm/models/event_lead_rule.py:211:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/event_crm/models/event_registration.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/event_crm/models/event_registration.py:8:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused ./Viindoo-odoo-17.0/addons/event_crm/tests/test_event_crm_flow.py:7:1: F401 'odoo.tools.mute_logger' imported but unused ./Viindoo-odoo-17.0/addons/event_crm/tests/common.py:61:10: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:1:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:12:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/stock_landed_cost.py:181:105: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/stock_landed_cost.py:182:30: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/account_move.py:37:20: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stock_landed_costs_purchase.py:6:1: F401 'odoo.addons.stock_account.tests.test_stockvaluation._create_accounting_data' imported but unused ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stock_landed_costs_purchase.py:669:80: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:61:9: F841 local variable 'picking' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:154:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:155:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:156:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:164:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:166:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:173:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:174:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:182:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:183:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:190:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:192:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:199:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:200:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:201:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:213:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:214:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:215:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:216:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:225:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:239:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:240:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:241:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:242:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:251:9: F841 local variable 'lc1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:253:9: F841 local variable 'lc2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:285:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:286:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:287:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:293:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:295:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:302:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:303:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:312:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:313:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:365:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_comparison/models/__init__.py:2:38: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:24:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:29:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:175:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_posbox_homepage/__manifest__.py:18:61: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_posbox_homepage/controllers/main.py:18:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/payment_demo/models/payment_provider.py:14:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_demo/models/payment_transaction.py:16:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_demo/models/payment_transaction.py:60:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_cl/models/uom_uom.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/uom_uom.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/res_partner.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/res_partner.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/res_currency.py:2:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/res_currency.py:2:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_template_line.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/project_milestone.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/project.py:182:84: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_project/models/project.py:872:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/project.py:1090:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:8:1: F401 'odoo.tools.format_amount' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:9:1: F401 'odoo.tools.sql.column_exists' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:9:1: F401 'odoo.tools.sql.create_column' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:240:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E114 indentation is not a multiple of 4 (comment) ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E117 over-indented (comment) ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:516:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:523:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_so_line_milestones.py:34:29: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:37:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:41:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:95:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:99:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:151:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:155:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_project_profitability.py:636:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:145:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:151:19: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:151:83: E202 whitespace before '}' ./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:175:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_signup/models/res_users.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:12:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_signup/tests/test_login.py:2:1: F401 'odoo.addons.web.tests.test_login.TestWebLogin' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_order.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_order.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_config.py:20:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/payment_adyen/utils.py:1:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/payment_adyen/utils.py:2:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_token.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:41:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:65:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:76:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:149:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_transaction.py:20:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/tests/test_adyen.py:8:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_base/models/res_company.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_base/models/l10n_latam_identification_type.py:4:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/event_booth_sale/tests/test_event_booth_sale.py:157:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py:1010:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py:1011:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_de.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:109:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:110:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:509:128: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:510:128: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_us.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:40:44: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:61:9: F841 local variable 'team' is assigned to but never used ./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:66:9: F841 local variable 'teamb' is assigned to but never used ./Viindoo-odoo-17.0/addons/pos_self_order_epson_printer/models/pos_config.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order_epson_printer/models/pos_config.py:10:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae_adm_centers/tests/test_edi_xml.py:45:78: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_attendee.py:7:1: F401 'odoo.addons.microsoft_calendar.utils.microsoft_calendar.MicrosoftCalendarService' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_attendee.py:36:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_credentials.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:12:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:53:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:57:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:38:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:308:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:502:9: F841 local variable 'microsoft_guid' is assigned to but never used ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_recurrence_rule.py:13:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_event.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:12:1: F401 'odoo.modules.registry.Registry' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:13:1: F401 'odoo.addons.microsoft_account.models.microsoft_service.TIMEOUT' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:42:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_update_events.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_service.py:299:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_service.py:391:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_create_events.py:1:1: F401 'unittest.mock.call' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_create_events.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_answer_events.py:2:1: F401 'unittest.mock.ANY' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_delete_events.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_microsoft2odoo.py:7:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:42:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:199:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:200:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:203:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/event_id_storage.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/event_id_storage.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_event.py:5:1: F401 'odoo.api.model' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/wizard/reset_account.py:6:1: F401 'odoo.addons.microsoft_calendar.models.microsoft_sync.microsoft_calendar_token' imported but unused ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:5:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:105:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/base_iban/models/__init__.py:4:31: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_it_edi_withholding/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi_withholding/__init__.py:10:76: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/purchase_stock/models/stock.py:66:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:4:1: F401 'datetime.time' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:16:120: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase_stock/models/purchase_order_line.py:47:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/models/purchase_order_line.py:268:69: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/purchase_stock/models/product.py:23:73: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase_stock/models/product.py:40:102: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase_stock/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:6:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:10:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:17:7: F841 local variable 'product_tmpl' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:17:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:24:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:25:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:26:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:13:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:73:67: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:73:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:266:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:462:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:699:63: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:706:63: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_reordering_rule.py:729:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_reordering_rule.py:1093:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_move_cancel_propagation.py:3:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:83:9: F841 local variable 'supplierinfo1' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:90:9: F841 local variable 'supplierinfo2' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:135:9: F841 local variable 'supplierinfo1' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:142:9: F841 local variable 'supplierinfo2' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:149:9: F841 local variable 'supplierinfo3' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:193:9: F841 local variable 'supplierinfo1' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:199:9: F841 local variable 'supplierinfo2' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:241:9: F841 local variable 'supplierinfo1' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:247:9: F841 local variable 'supplierinfo2' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:253:9: F841 local variable 'supplierinfo3' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:336:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:372:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order_process.py:1:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:70:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:169:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:717:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1279:51: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1783:72: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1931:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:78:67: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:78:97: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:418:9: F841 local variable 'customer_move' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_uninstall.py:42:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/common.py:6:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_onchange_product.py:63:9: F841 local variable 'fp_tax_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order.py:113:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order.py:144:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_method.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_stock/wizard/product_replenish.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/website_event_sale/models/product_pricelist.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_sale/models/product.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_mrp/models/sale_order_line.py:87:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_mrp/models/sale_order_line.py:123:84: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:4:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:130:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:150:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_kit_bom.py:236:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:11:1: F401 'odoo.addons.stock_account.tests.test_stockvaluation._create_accounting_data' imported but unused ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:249:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:428:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:469:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:470:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:600:97: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:790:9: F841 local variable 'wiz' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:942:9: F841 local variable 'wiz' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1512:9: F841 local variable 'bom' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1560:9: F841 local variable 'bom' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1614:9: F841 local variable 'bom' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2133:28: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2505:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2506:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2507:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2508:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2516:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_lead_time.py:121:106: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/social_media/models/res_company.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/resource/models/resource_calendar.py:21:1: F401 'odoo.tools.float_utils' imported but unused ./Viindoo-odoo-17.0/addons/resource/models/resource_calendar.py:350:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/resource/models/utils.py:55:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/resource/models/utils.py:76:15: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:77:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:84:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:100:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:109:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:112:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/resource/models/utils.py:187:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/resource/models/utils.py:194:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/__manifest__.py:93:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/__manifest__.py:96:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/__manifest__.py:325:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/__manifest__.py:458:26: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/web/controllers/domain.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/export.py:162:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/controllers/export.py:206:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/controllers/export.py:276:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/controllers/export.py:520:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/export.py:564:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/report.py:20:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web/controllers/report.py:22:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web/controllers/report.py:52:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web/controllers/report.py:54:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web/controllers/main.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/session.py:5:1: F401 'operator' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/session.py:12:1: F401 'odoo.modules.module' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/session.py:13:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/session.py:13:1: F401 'odoo.exceptions.AccessDenied' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/profiling.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/dataset.py:4:1: F401 'warnings' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/binary.py:4:1: F401 'functools' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/binary.py:98:20: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/web/controllers/webclient.py:11:1: F401 'werkzeug.wsgi' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/webclient.py:19:1: F401 'odoo.tools.misc.file_open' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:3:1: F401 'copy' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:4:1: F401 'hashlib' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:5:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:7:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:8:1: F401 'collections.OrderedDict' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:8:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:16:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/addons/web/models/ir_qweb_fields.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/models/models.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/models/models.py:31:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/web/models/models.py:499:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:550:28: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/web/models/models.py:550:71: E202 whitespace before '}' ./Viindoo-odoo-17.0/addons/web/models/models.py:558:33: E711 comparison to None should be 'if cond is not None:' ./Viindoo-odoo-17.0/addons/web/models/models.py:576:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:595:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:620:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:699:27: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/web/models/models.py:750:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:855:23: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/web/models/models.py:882:21: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/web/models/models.py:915:23: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/web/models/models.py:931:21: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/web/models/models.py:1162:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/web/models/ir_http.py:134:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:21:52: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:21:66: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:28:48: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:28:70: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:35:48: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:35:70: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:42:48: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:42:70: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_assets.py:83:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_assets.py:101:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_web_search_read.py:25:86: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_ir_qweb.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_js.py:18:7: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/web/tests/test_load_menus.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:3:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:4:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:6:1: F401 'textwrap' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:12:1: F401 'odoo.tests.common.BaseCase' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:12:1: F401 'odoo.tests.common.HttpCase' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:13:1: F401 'odoo.tools.topological_sort' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:82:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:16:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:27:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:38:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_translate.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:8:1: F401 'odoo.tools.mute_logger' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:27:61: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:29:38: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_login.py:26:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_base_document_layout.py:210:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/tests/test_base_document_layout.py:227:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/test_spreadsheet/tests/test_spreadsheet.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:1:24: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:2:75: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:4:32: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:7:48: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:8:37: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/tests/test_pingen_send.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail_account/tests/test_snailmail_on_invoice.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:38:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:50:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:441:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/models/hr_leave.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/tests/test_french_leaves.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_booth_sale/models/product_product.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_booth_sale/tests/test_event_booth_sale.py:13:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:64:13: F841 local variable '_leads' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:86:13: F841 local variable '_lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:101:13: F841 local variable '_lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:124:13: F841 local variable '_lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:137:13: F841 local variable '_lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/payment_mollie/models/payment_provider.py:29:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:14:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:26:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:51:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:57:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:63:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:70:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:85:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:93:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:285:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:841:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:925:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project_sale_expense/models/project_project.py:6:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/project_sale_expense/tests/test_project_profitability.py:66:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_din5008/models/hr_timesheet.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/im_livechat/tools/misc.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/im_livechat/controllers/main.py:4:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/controllers/main.py:12:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/controllers/webclient.py:5:1: F401 'odoo.addons.mail.models.discuss.mail_guest.add_guest_to_context' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:3:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:6:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:8:1: F401 'odoo.modules' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:344:65: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:345:110: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:346:107: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:376:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/im_livechat/models/discuss_channel.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:29:63: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:56:68: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:61:25: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:76:25: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:87:25: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_operator.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/tests/test_im_livechat_support_page.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/im_livechat/tests/test_chatbot_internals.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/__manifest__.py:4:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/__manifest__.py:5:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/__init__.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/__init__.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/__init__.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/__init__.py:59:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/account/__init__.py:59:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:60:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:61:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:62:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:63:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:64:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:65:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:64:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:86:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:125:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/__init__.py:4:1: F403 'from .structured_reference import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/account/controllers/download_docs.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:63:9: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:417:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:448:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:29:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:42:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:42:39: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account/models/decimal_precision.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_account.py:2:1: F401 'contextlib.nullcontext' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_account.py:4:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_account.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_account.py:92:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_account.py:761:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_account.py:768:111: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/account/models/account_account.py:848:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:3:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:3:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:6:1: F401 'math.copysign' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:7:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:8:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:298:78: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:5:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:6:1: F401 'odoo.tools.remove_accents' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:96:63: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:97:57: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:98:95: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:122:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:134:158: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:135:166: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:136:157: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:435:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:599:52: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/account/models/res_users.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/account/models/res_users.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:13:1: F401 'psycopg2.extras.Json' imported but unused ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:19:1: F401 'odoo.tools.groupby' imported but unused ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:85:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:89:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:295:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:301:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:310:117: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:339:71: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:340:87: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:360:23: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:434:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/account_move.py:109:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_move.py:823:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_move.py:1497:51: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_move.py:1517:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2028:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2089:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2258:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2403:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2585:17: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2765:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3070:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3080:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3111:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3849:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3856:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_move.py:4606:13: F841 local variable 'next_amount_to_pay' is assigned to but never used ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:268:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:575:39: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:575:41: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:576:43: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:576:45: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:1111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:3:1: F401 'odoo.osv.expression.get_unaccent_wrapper' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:6:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:321:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:325:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:379:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/product.py:25:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/product.py:27:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/product.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/ir_module.py:19:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/account/models/ir_module.py:19:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/ir_module.py:21:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/ir_module.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/company.py:55:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:120:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:397:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:410:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:509:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:596:27: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/models/company.py:614:14: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/account/models/company.py:729:21: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:9:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:13:1: F401 'odoo.tools.misc.formatLang' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:31:94: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:32:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:194:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:241:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:242:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:259:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:860:110: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/res_config_settings.py:218:6: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:58:136: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:540:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:541:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:542:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:917:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:1614:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_payment_term.py:268:70: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/account/models/account_payment_term.py:325:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/template_generic_coa.py:6:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/account/models/account_report.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_report.py:252:59: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_report.py:255:60: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_report.py:590:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/account/models/account_report.py:731:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_report.py:776:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/partner.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/partner.py:289:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/partner.py:566:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_analytic_line.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:383:6: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:1696:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:1703:78: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:2817:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:2952:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:3398:61: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/report/account_invoice_report.py:6:1: F401 'functools.lru_cache' imported but unused ./Viindoo-odoo-17.0/addons/account/report/account_invoice_report.py:197:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:18:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:19:24: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:20:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:21:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:6:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:157:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:471:86: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:657:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:705:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:18:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:18:35: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:19:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:19:63: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:136:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:154:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_tour.py:40:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:113:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:134:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:134:88: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:696:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:698:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:724:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:726:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:727:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:2:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1092:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1100:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1108:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1116:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1784:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1785:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1786:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1831:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1832:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1833:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:2087:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:2213:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:425:10: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:684:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_payment.py:6:1: F401 'odoo.tests.new_test_user' imported but unused ./Viindoo-odoo-17.0/addons/account/tests/test_account_payment.py:1078:87: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_payment_items.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_incoming_supplier_invoice.py:164:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:35:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:3494:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4423:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4425:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4431:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4433:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4468:83: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4546:83: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4726:24: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:105:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:110:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:114:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:138:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:151:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:151:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:155:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:155:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_send.py:500:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_send.py:534:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:145:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:306:21: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:333:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:365:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:397:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:434:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:29:21: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:34:21: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:39:21: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:328:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:349:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_refund.py:1032:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_refund.py:1158:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_tax_totals.py:34:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/common.py:531:50: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/tests/common.py:532:63: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:128:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:128:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:129:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:129:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:130:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:130:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:131:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:131:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:132:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:132:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:133:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:133:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:134:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:135:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:150:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:150:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:151:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:151:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:152:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:152:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:153:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:153:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:154:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:154:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:155:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:155:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:156:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:157:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:4:1: F401 'odoo.tests.common.Form' imported but unused ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:795:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:923:9: F841 local variable '_line5' is assigned to but never used ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1166:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1290:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1292:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:233:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:238:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:245:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:253:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:258:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:264:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:387:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:35: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:16:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:372:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:1737:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2592:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2593:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2594:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2639:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2640:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2641:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3455:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3581:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3751:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:4387:5: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:121:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:122:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:123:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:124:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:125:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:131:17: F841 local variable '_draft_bill' is assigned to but never used ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:180:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_account_payment_register.py:4:1: F401 'odoo.tests.Form' imported but unused ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:987:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:1113:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_all_l10n.py:27:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_account_all_l10n.py:36:49: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_download_xsds.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:220:105: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:224:61: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:20:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:21:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:328:40: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:515:37: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:84:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:86:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:131:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:133:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:4:1: F401 'odoo.tools.date_utils.get_month' imported but unused ./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:7:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:103:31: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/account/wizard/account_unreconcile.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/account/wizard/account_move_send.py:428:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_din5008_purchase/models/purchase.py:35:5: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/event/controllers/main.py:21:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/event/models/event_event.py:431:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/event/models/event_event.py:433:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:9:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:12:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:73:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:301:40: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:302:68: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:303:78: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/models/res_config_settings.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/event/models/event_tag.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:353:13: F841 local variable '_existing' is assigned to but never used ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:378:13: F841 local variable '_new' is assigned to but never used ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:474:49: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:475:39: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:476:44: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:477:50: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:27:47: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:28:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:151:9: F841 local variable 'registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:368:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:851:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:2:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:6:1: F401 'odoo.tools.misc.clean_context' imported but unused ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:396:65: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:234:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:234:64: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py:867:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_stock/controllers/portal.py:5:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:41:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:185:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:40:37: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:86:41: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:223:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:223:70: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:248:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:341:64: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:388:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation_reconciliation.py:103:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation_reconciliation.py:117:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglosaxon_account.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_create_perf.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation.py:834:13: F841 local variable 'invoice_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:110:9: F841 local variable 'inv_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:232:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:233:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1516:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1527:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1534:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1823:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_order_dates.py:9:1: F401 'odoo.tests.common' imported but unused ./Viindoo-odoo-17.0/addons/sale_stock/wizard/stock_rules_report.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/lunch/models/lunch_product.py:4:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/lunch/models/lunch_product.py:89:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:33:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:319:13: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/lunch/models/lunch_order.py:268:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/lunch/models/lunch_alert.py:75:13: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/lunch/report/lunch_cashmove_report.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/lunch/tests/test_ui.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/lunch/tests/test_ui.py:11:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/lunch/tests/common.py:26:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/web_hierarchy/models/ir_ui_view.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_links/tests/test_link_tracker.py:11:24: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/website/tools.py:109:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tools.py:146:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tools.py:165:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tools.py:192:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/controllers/model_page.py:68:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/controllers/model_page.py:135:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/controllers/form.py:13:1: F401 'odoo.addons.base.models.ir_qweb_fields.nl2br' imported but unused ./Viindoo-odoo-17.0/addons/website/models/res_partner.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/models/website_page.py:13:1: F401 'odoo.tools.translate._' imported but unused ./Viindoo-odoo-17.0/addons/website/models/ir_http.py:84:15: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/website/models/res_config_settings.py:6:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/website/models/ir_asset.py:10:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/models/ir_asset.py:20:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/models/ir_qweb.py:11:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused ./Viindoo-odoo-17.0/addons/website/models/ir_qweb.py:13:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/website/tests/test_assets.py:72:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/tests/test_assets.py:83:86: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/tests/test_sitemap.py:74:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/website/tests/test_website_form_editor.py:69:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_website_visitor.py:25:69: F841 local variable '_get_visitor_from_request_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/website/tests/test_configurator.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_configurator.py:51:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_converter.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:74:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:111:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_performance.py:10:1: F401 'odoo.tests.common.HttpCase' imported but unused ./Viindoo-odoo-17.0/addons/website/tests/test_performance.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_grid_layout.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_iap.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_fuzzy.py:238:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ae/models/template_ae.py:50:29: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/controllers/payment_portal.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/controllers/payment_portal.py:31:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/models/pos_config.py:3:1: F401 'typing.Dict' imported but unused ./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/tests/test_self_order_frontend.py:3:1: F401 'unittest.mock.patch' imported but unused ./Viindoo-odoo-17.0/addons/l10n_no/__init__.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail_sms/models/test_mail_sms_models.py:158:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail_sms/tests/test_sms_sms.py:37:83: F841 local variable '_send_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail_sms/tests/test_sms_post.py:370:13: F841 local variable 'messages' is assigned to but never used ./Viindoo-odoo-17.0/addons/project_mrp/tests/test_project_profitability.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_razorpay_oauth/controllers/onboarding.py:56:35: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment_aps/models/payment_provider.py:42:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:201:21: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:332:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:367:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:524:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/portal/models/mail_thread.py:13:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/portal/models/portal_mixin.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/project_todo/__init__.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_todo/models/project_task.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_todo/tests/test_access_rights.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_todo/wizard/mail_activity_todo_create.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle_log_contract.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle.py:4:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle_log_services.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:18:93: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:19:99: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:6:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:10:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/loyalty/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/res_partner.py:39:53: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_rule.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_card.py:184:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_mail.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_reward.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:320:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:442:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/loyalty/tests/test_loyalty.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/wizard/loyalty_generate_wizard.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_vat/__manifest__.py:20:77: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:409:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:426:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:501:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:528:77: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:529:48: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:530:95: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:531:48: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:543:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:621:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:822:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:825:103: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:826:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:826:67: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:828:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:828:69: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:829:108: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:829:109: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:830:92: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:830:93: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:913:84: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:1002:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/__init__.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/models/project_update.py:44:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/models/sale_order.py:3:1: F401 'math' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet/models/sale_order.py:25:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_timesheet/models/project.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/models/project.py:641:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/models/account.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:4:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:768:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:773:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:778:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:783:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_billing.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:3:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:412:9: F841 local variable 'so_line_ordered_project_only' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:432:9: F841 local variable 'project_serv2' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:517:9: F841 local variable 'invoice2' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:529:9: F841 local variable 'invoice3' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:994:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:994:43: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_update.py:3:1: F401 'freezegun.freeze_time' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_update.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet_portal.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/sale_make_invoice_advance.py:18:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/sale_make_invoice_advance.py:31:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/project_create_sale_order.py:191:65: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/im_livechat_mail_bot/models/__init__.py:5:24: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/sale_management/__init__.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:65:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:79:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:93:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:7:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:26:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:79:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:94:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:162:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_option.py:65:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_option.py:138:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:59:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:78:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:86:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:107:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_line.py:46:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_option.py:46:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_option.py:60:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/tests/common.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product_matrix/tests/common.py:3:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/product_matrix/tests/common.py:46:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_sale.py:514:9: F841 local variable 'sol' is assigned to but never used ./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:4:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:8:1: F401 'odoo.fields.Date as FieldsDate' imported but unused ./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:56:100: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:3:1: F401 'collections.Counter' imported but unused ./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:3:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:6:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_mt_pos/wizards/compliance_letter.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_pl/__init__.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_pl/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_pl/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:54:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:57:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:371:33: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_loyalty_delivery.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_loyalty_delivery.py:139:97: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_event_exhibitor/controllers/exhibitor.py:7:1: F401 'werkzeug.exceptions.NotFound' imported but unused ./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:58:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_sparse_field/models/models.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:18:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:239:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:282:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_session.py:19:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_session.py:35:74: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_order.py:11:116: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_order.py:54:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_payment.py:14:118: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_payment_method.py:27:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/payment_transaction.py:39:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/tests/test_frontend.py:68:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/tests/test_frontend.py:282:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/tests/online_payment_common.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:265:9: F841 local variable '_blocklist_rec' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:339:13: F841 local variable '_mailing_sudo' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:560:9: F841 local variable '_blocklist_rec' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:587:9: F841 local variable '_blocklist_rec' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/models/utm_campaign.py:7:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/mass_mailing/models/utm_campaign.py:8:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:38:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:701:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:880:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:1095:52: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:1410:40: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing_trace.py:70:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing_filter.py:32:17: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:23:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:33:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:43:80: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:43:81: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:52:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:53:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:54:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:63:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:63:82: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:73:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:74:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:75:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:84:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:84:82: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:93:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:94:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:95:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:112:82: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:112:83: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:115:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:115:82: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:12:1: F811 redefinition of unused 'patch' from line 8 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:42:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:45:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:88:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:264:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:268:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:272:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:331:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:332:34: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:333:32: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:339:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:340:34: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:341:32: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:364:54: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:365:60: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:704:72: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_retry.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_ab_testing.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/common.py:114:81: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mass_mailing/tests/common.py:115:56: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_controllers.py:487:9: F841 local variable '_test_email' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/wizard/mailing_contact_to_list.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_rs_edi/wizard/account_move_send.py:2:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/sms/models/ir_actions_server.py:41:47: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:5:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:7:1: F401 'odoo.exceptions' imported but unused ./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:8:1: F401 'odoo.tools.groupby' imported but unused ./Viindoo-odoo-17.0/addons/sms/models/models.py:2:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused ./Viindoo-odoo-17.0/addons/sms/wizard/sms_resend.py:89:73: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/calendar_sms/models/calendar_event.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_track_live/controllers/track_live.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/controllers/website_form.py:2:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/controllers/website_form.py:4:1: F401 'odoo.http' imported but unused ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_view.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_view.py:30:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:10:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:88:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:96:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:100:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:164:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:329:17: F841 local variable 'lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/ir_http.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_requisition/wizard/purchase_requisition_alternative_warning.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting/__init__.py:25:5: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mrp_subcontracting/models/stock_move.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting/models/mrp_bom.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:4:1: F401 'freezegun.freeze_time' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:293:9: F841 local variable 'orderpoint' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:1758:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/common.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/common.py:91:68: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_br/models/res_company.py:12:116: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_br/models/res_company.py:13:91: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/__manifest__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/resource_calendar.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:12:1: F401 'odoo.addons.resource.models.utils.Intervals' imported but unused ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:212:84: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:240:47: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:241:70: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:285:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:286:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:472:58: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:473:78: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/tests/test_global_time_off.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/wizard/hr_work_entry_regeneration_wizard.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_address_extended/models/res_city.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/base_address_extended/models/res_city.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_address_extended/models/res_partner.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_address_extended/tests/test_street_fields.py:4:1: F401 'odoo.models' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting_dropshipping/models/purchase.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group_moderation.py:33:13: F841 local variable 'moderation' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group.py:106:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group_mailing.py:32:13: F841 local variable '_response' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_dk_oioubl/tests/test_xml_oioubl_dk.py:188:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_dk_oioubl/tests/test_xml_oioubl_dk.py:199:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/rating/controllers/main.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:63:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:6:1: F401 'odoo.tests.new_test_user' imported but unused ./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:42:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:74:56: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/rating/tests/test_controller.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/sale_order.py:51:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_rule.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_rule.py:15:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_card.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/sale_order_line.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_program.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:25:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:26:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:27:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_blog/controllers/main.py:5:1: F401 'itertools' imported but unused ./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:5:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:124:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:342:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:318:33: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:319:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:319:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:695:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:695:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:696:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:696:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:697:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:697:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:699:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:699:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:700:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:700:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:701:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:701:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:702:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:702:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:703:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:703:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:716:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:716:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:717:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:717:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:764:35: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:824:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:824:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:825:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:825:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:843:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:843:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:844:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:844:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:883:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:883:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:884:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:884:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:885:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:885:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:886:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:886:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:888:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:888:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:889:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:889:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:894:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:894:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:895:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:895:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1185:19: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1271:155: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1280:10: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1286:31: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1305:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1305:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1306:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1306:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1307:231: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1309:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1309:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1310:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1310:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1311:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1311:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1314:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1314:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1315:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1315:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1316:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1316:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:170:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:321:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:412:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_corner_case_models.py:82:51: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_corner_case_models.py:95:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_thread_models.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_alias.py:204:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_alias.py:708:21: F841 local variable '_new_domain' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:365:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:366:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:367:66: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:505:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:530:17: F841 local variable '_new_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:572:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:573:73: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:574:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:882:9: F841 local variable '_new_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:940:73: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:982:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1032:21: F841 local variable '_new_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1052:72: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1054:69: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1056:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1057:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1058:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1059:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1569:17: F841 local variable '_new_mails' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1575:17: F841 local variable '_new_messages' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1588:13: F841 local variable '_new_mails' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:2157:29: F841 local variable '_mail' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:9:1: F401 'unittest.mock.DEFAULT' imported but unused ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:543:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:3309:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:215:9: F841 local variable '_name' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:580:76: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:777:90: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:780:90: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:783:90: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:786:90: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_template_preview.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_template_preview.py:53:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:141:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:142:20: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:145:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:862:21: F841 local variable '_new_record' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:880:13: F841 local variable '_new_record' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:1748:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2200:13: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2250:21: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2298:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2361:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2362:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2367:9: F841 local variable '_user_notif' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2398:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2399:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2404:9: F841 local variable '_other_log' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2430:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2431:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2457:38: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_management.py:17:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_management.py:20:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:290:13: F841 local variable '_category' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:323:13: F841 local variable '_category' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:347:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:348:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:349:13: F841 local variable '_category' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:922:13: F841 local variable '_composer' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_thread_internals.py:539:21: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_thread_internals.py:627:13: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:200:21: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:245:17: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:333:13: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:486:13: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_multicompany.py:165:13: F841 local variable '_name' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_multicompany.py:169:13: F841 local variable '_subject' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:387:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:469:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:470:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:471:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:844:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_mail.py:685:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_mail.py:947:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_activity.py:102:13: F841 local variable 'activity' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_activity.py:180:17: F841 local variable 'activity' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae_invoice_period/models/account_move.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/controllers/main.py:7:1: F401 'odoo.http.request' imported but unused ./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/controllers/main.py:18:17: E117 over-indented ./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/models/pos_payment.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/models/pos_payment.py:5:1: F401 'requests' imported but unused ./Viindoo-odoo-17.0/addons/base_import_module/controllers/main.py:2:1: F401 'functools' imported but unused ./Viindoo-odoo-17.0/addons/base_import_module/models/ir_ui_view.py:4:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/base_import_module/models/ir_ui_view.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import_module/models/ir_module.py:180:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import_module/models/base_import_module.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/base_import_module/models/base_import_module.py:25:9: F841 local variable 'res' is assigned to but never used ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_cloc.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_cloc.py:37:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:44:34: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:157:34: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:179:34: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:188:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/l10n_it/migrations/0.7/post-map_carryover_to_new_report.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it/migrations/0.6/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_product_configurator/tests/common.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/delivery_stock_picking_batch/models/stock_picking_batch.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in_sale/tests/test_l10n_in_sale_fiscal_position.py:66:9: F841 local variable 'company_state' is assigned to but never used ./Viindoo-odoo-17.0/addons/payment_payumoney/models/payment_provider.py:51:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_payumoney/models/payment_transaction.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/sale_purchase/models/sale_order_line.py:136:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_purchase/models/sale_order_line.py:193:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_purchase/tests/common.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_purchase/tests/test_sale_purchase.py:5:1: F401 'odoo.exceptions.AccessError' imported but unused ./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:6:1: F401 'requests' imported but unused ./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:8:1: F401 'lxml.html' imported but unused ./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:30:11: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:211:29: F811 redefinition of unused 'html' from line 8 ./Viindoo-odoo-17.0/addons/board/__manifest__.py:29:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_mx/controllers/portal.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_mx/models/template_mx.py:56:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_mx/models/template_mx.py:61:60: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_slides_survey/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides_survey/controllers/website_profile.py:14:57: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/website_slides_survey/controllers/website_profile.py:27:45: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_user.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_user.py:15:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides_survey/models/slide_slide.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_survey.py:11:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:4:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:5:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:8:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:9:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:10:18: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_log_contract.py:141:109: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_log_contract.py:141:129: E202 whitespace before ')' ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:8:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:12:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:140:117: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_model.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/fleet/report/fleet_report.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ec/models/account_journal.py:34:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/payment_ogone/models/payment_provider.py:39:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_ogone/models/payment_provider.py:64:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_forum/models/forum_post.py:436:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_forum/models/forum_post.py:567:16: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/website_forum/populate/forum_post.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_forum/populate/forum_forum.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_forum/populate/mail_message.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_forum/tests/test_forum_internals.py:97:9: F841 local variable '_answer' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_forum/tests/test_forum_internals.py:159:9: F841 local variable '__' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_fi_sale/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai_multi_refund/models/account_move.py:12:6: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai_multi_refund/models/account_edi_format.py:22:22: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/mrp_subcontracting_account/models/product_product.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_subcontracting_account/tests/test_subcontracting_account.py:217:9: F841 local variable 'stock_cop_acc_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/base_automation/controllers/main.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_automation/controllers/main.py:16:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_automation/models/ir_actions_server.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_automation/models/ir_actions_server.py:81:22: F841 local variable 'other' is assigned to but never used ./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:518:35: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:536:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:872:35: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/l10n_cf/models/template_cf.py:31:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/payment_flutterwave/models/payment_provider.py:40:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_org_chart/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_org_chart/tests/test_employee_deletion.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_org_chart/tests/test_employee.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_crm/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_crm/__init__.py:9:45: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/sale_crm/models/sale_order.py:15:53: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_crm/models/sale_order.py:15:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:19:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:22:72: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:24:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:29:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:34:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:39:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:44:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_lead.py:4:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cz/models/res_company.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_provider.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_provider.py:81:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_transaction.py:3:1: F401 'hmac' imported but unused ./Viindoo-odoo-17.0/addons/l10n_eu_oss/__init__.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_eu_oss/tests/test_oss.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:168:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:346:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1435:13: F841 local variable 'can_publish' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1538:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1539:29: E117 over-indented (comment) ./Viindoo-odoo-17.0/addons/website_slides/controllers/mail.py:4:1: F401 'werkzeug' imported but unused ./Viindoo-odoo-17.0/addons/website_slides/models/slide_question.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/models/res_groups.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:182:100: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:202:101: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:1106:96: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:1397:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides/tests/test_statistics.py:249:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/tests/test_slide_question.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/tests/test_slide_slide.py:101:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/tests/test_security.py:663:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_slides/tests/test_attendee.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/tests/test_attendee.py:248:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:3:1: F401 'contextlib' imported but unused ./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:29:1: F401 'odoo.tools.config' imported but unused ./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:660:21: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/http_routing/models/ir_qweb.py:34:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/http_routing/tests/test_res_lang.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_service/__manifest__.py:9:116: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_payment/controllers/__init__.py:5:22: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment_method_line.py:6:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:20:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:102:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:47:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:105:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:121:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:180:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:18:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:37:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:66:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:106:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:209:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:236:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr/models/hr_employee.py:4:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/hr/models/hr_employee_base.py:94:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr/models/hr_employee_public.py:13:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:54:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:58:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:66:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:76:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/tests/test_ui.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:54:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:63:35: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr/tests/test_multi_company.py:4:1: F401 'odoo.tests.Form' imported but unused ./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:248:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:257:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:258:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:14:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:14:1: F401 'odoo.tools.float_is_zero' imported but unused ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:416:29: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:986:87: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:987:89: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_hu_edi/wizard/account_move_send.py:77:66: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/delivery/models/sale_order.py:25:48: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/delivery/models/sale_order.py:122:70: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_profile/controllers/main.py:33:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/website_profile/controllers/main.py:58:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_hr_recruitment/models/hr_job.py:119:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/test_website_hr_recruitment.py:4:1: F401 'odoo.api.Environment' imported but unused ./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/test_website_hr_recruitment.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/__init__.py:1:42: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/privacy_lookup/models/privacy_log.py:40:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:138:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:146:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:153:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:38:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:39:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:40:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:41:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:43:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:44:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/common.py:96:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:623:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:632:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:737:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:1342:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_account/models/google_service.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_account/models/google_service.py:67:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sms_twilio/tests/test_sms_twilio_controller.py:81:21: F841 local variable '_python_versionresponse' is assigned to but never used ./Viindoo-odoo-17.0/addons/sms_twilio/tests/common.py:82:13: F841 local variable '_sid' is assigned to but never used ./Viindoo-odoo-17.0/addons/sms_twilio/tests/common.py:219:13: F841 local variable '_response' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_project_stock/models/sale_order_line.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:211:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:260:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_session.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_order.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.Callable' imported but unused ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.List' imported but unused ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.Optional' imported but unused ./Viindoo-odoo-17.0/addons/pos_self_order/models/res_config_settings.py:94:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/pos_self_order/models/product_product.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_config.py:394:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_self_order/tests/self_order_common_test.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/tests/self_order_common_test.py:58:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:10:97: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:11:51: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:12:95: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_debit_note/models/account_move.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_debit_note/models/__init__.py:4:27: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/account_debit_note/tests/__init__.py:3:34: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/account_debit_note/wizard/account_debit_note.py:71:78: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account_debit_note/wizard/account_debit_note.py:71:79: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_debit_note/wizard/__init__.py:4:33: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_ec_website_sale/models/payment_method.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ec_website_sale/models/sale_order.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_mrp/models/stock_move.py:5:1: F401 'odoo.tools.float_utils.float_round' imported but unused ./Viindoo-odoo-17.0/addons/purchase_mrp/report/mrp_report_bom_structure.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_mrp/report/mrp_report_mo_overview.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_mrp/tests/test_purchase_mrp_flow.py:764:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_mrp/tests/test_purchase_mrp_flow.py:874:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/pos_sale_margin/tests/test_pos_sale_margin_report.py:33:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase/models/res_company.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:802:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:844:97: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:1078:56: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/purchase/models/purchase_order_line.py:645:11: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/purchase/models/account_invoice.py:61:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase/models/account_invoice.py:474:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/purchase/models/product.py:100:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/migrations/9.0.1.2/pre-create-properties.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/report/purchase_report.py:89:61: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/purchase/report/purchase_bill.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:2:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:18:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:42:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:43:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:54:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:183:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:186:108: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:193:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:277:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:443:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:474:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:534:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:540:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:547:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:557:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:88:50: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:89:63: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:124:9: F841 local variable 'pol_prod_deliver' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:133:9: F841 local variable 'pol_serv_deliver' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:168:9: F841 local variable 'pol_prod_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:177:9: F841 local variable 'pol_serv_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:212:9: F841 local variable 'pol_prod_deliver' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:221:9: F841 local variable 'pol_serv_deliver' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:257:9: F841 local variable 'pol_prod_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:266:9: F841 local variable 'pol_serv_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:708:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_dashboard.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:3:1: F401 'logging' imported but unused ./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:40:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:47:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:111:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:87:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:101:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:158:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:5:1: F401 'psycopg2.sql' imported but unused ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:192:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:291:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:340:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:457:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:496:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:136:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:148:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:168:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:234:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:319:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:924:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:1029:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:1065:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:17:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:18:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:55:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment/tests/http_common.py:3:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/payment/tests/http_common.py:5:1: F401 'uuid.uuid4' imported but unused ./Viindoo-odoo-17.0/addons/payment/tests/common.py:121:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/wizards/payment_onboarding_wizard.py:106:79: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:39:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:107:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:127:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:19:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:21:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:29:130: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:60:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:62:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:92:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:94:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:100:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:102:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:104:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:153:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:155:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:157:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:234:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:237:9: F841 local variable 'r' is assigned to but never used ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:237:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/iap/tests/common.py:53:90: F841 local variable 'contact_iap_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_fr/__init__.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr/__init__.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr/models/res_company.py:45:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr/models/res_company.py:53:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr/models/res_partner.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr/models/res_partner.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/__init__.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:997:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1145:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1243:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1328:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1471:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:2175:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:2180:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/models/website.py:169:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/website_sale/models/website.py:171:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/website_sale/models/website.py:654:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:26:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:42:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:125:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:169:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:178:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_tag.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/models/product_pricelist.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:22:6: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:82:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:648:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:7:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:8:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:8:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order_line.py:16:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order_line.py:34:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/report/sale_report.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/populate/product_public_category.py:22:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_recovery.py:5:1: F401 'odoo.tests.common.HttpCase' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_recovery.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:59:9: F841 local variable 'item_benelux' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:68:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:75:9: F841 local variable 'item_christmas' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:90:9: F841 local variable 'item_europe' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:395:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:723:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_visitor.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_express_checkout_flows.py:3:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_express_checkout_flows.py:4:1: F401 'uuid.uuid4' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_editor.py:96:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_editor.py:101:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:552:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:562:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:666:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_express_checkout_flows.py:3:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_express_checkout_flows.py:4:1: F401 'uuid.uuid4' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_customize.py:135:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_product_attribute_value_config.py:7:1: F401 'odoo.addons.account.tests.common.AccountTestInvoicingCommon' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_abandoned.py:123:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_ui.py:48:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_reorder_from_portal.py:37:16: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:338:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:388:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:401:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:414:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/account_analytic.py:49:15: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/project_task.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/__init__.py:4:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_holidays.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_holidays.py:179:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:250:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:419:106: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:420:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:459:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:498:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant_category.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:677:13: F601 dictionary key 'private_phone' repeated with different values ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:682:82: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:685:13: F601 dictionary key 'private_phone' repeated with different values ./Viindoo-odoo-17.0/addons/hr_recruitment/models/res_users.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_employee.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/hr_recruitment/models/calendar.py:36:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/models/calendar.py:36:51: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_job.py:284:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_job.py:370:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:89:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:98:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:99:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:100:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:101:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:102:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:103:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/wizard/applicant_refuse_reason.py:56:37: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_gamification/models/gamification.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_gamification/wizard/gamification_badge_user_wizard.py:5:1: F401 'odoo.exceptions.AccessError' imported but unused ./Viindoo-odoo-17.0/addons/base_geolocalize/models/res_partner.py:37:55: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/res_config_settings.py:25:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:174:88: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:175:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:176:100: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:230:85: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:231:71: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:232:76: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:290:37: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:439:27: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:488:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:488:63: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:615:88: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:663:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:4:1: F811 redefinition of unused 'Command' from line 2 ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:13:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:162:98: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:182:98: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:243:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:258:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:271:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_session.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_config.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_printer.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_do/models/template_do.py:2:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/__init__.py:5:21: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/pos_sale/models/pos_session.py:5:1: F401 'odoo.osv.expression.OR' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:163:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:183:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/models/sale_order.py:108:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:6:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:7:1: F401 'pytz' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_report.py:16:69: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:77:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:79:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:82:75: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:122:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:135:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:170:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:182:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:198:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:214:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:271:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:283:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:305:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:324:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:345:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:370:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:925:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:1113:58: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:12:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:115:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:171:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:197:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:250:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:451:22: F841 local variable 'answer_sudo' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:34:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:39:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:42:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:45:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:50:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:54:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:59:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:62:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:65:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:70:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:73:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:76:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:92:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:109:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:115:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:119:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:122:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:125:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:128:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:135:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:139:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:142:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:147:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:152:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:156:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:161:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:164:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:193:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:197:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:200:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:205:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:210:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:214:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:217:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:222:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:227:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:231:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:236:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:241:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:447:63: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:681:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:701:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:957:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:961:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_invite.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_invite.py:216:52: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_results.py:128:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/tests/test_certification_badge.py:83:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:67:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:72:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:113:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:185:13: F841 local variable 'page1' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:193:13: F841 local variable 'q101' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:202:13: F841 local variable 'q102' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/common.py:8:1: F401 'contextlib.contextmanager' imported but unused ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_ui_backend.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:276:13: F841 local variable 'answer_other' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:278:13: F841 local variable 'answer_line_other' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:333:9: F841 local variable 'surveys' is assigned to but never used ./Viindoo-odoo-17.0/addons/account_peppol/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:85:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:98:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:128:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:162:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/models/res_company.py:9:1: F401 'odoo.addons.account.models.company.PEPPOL_LIST' imported but unused ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:19:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:20:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:21:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:22:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:26:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:27:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:28:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:29:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:47:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:64:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:133:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock/__init__.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/__init__.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/controllers/main.py:2:1: F401 'werkzeug' imported but unused ./Viindoo-odoo-17.0/addons/stock/controllers/__init__.py:1:19: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/stock/models/stock_rule.py:11:1: F401 'odoo.tools.html_escape' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:11:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:17:1: F401 'odoo.tools.float_utils.float_round' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:492:127: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:912:79: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/models/stock_location.py:95:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/stock_location.py:96:84: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:103:13: F841 local variable 'scrap_location' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:131:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:149:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:157:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:165:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:172:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/stock_orderpoint.py:84:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock/models/stock_orderpoint.py:373:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/models/stock_package_level.py:34:6: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/models/stock_package_level.py:114:77: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:11:1: F401 'odoo.addons.base.models.ir_model.MODULE_UNINSTALL_FLAG' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:332:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:356:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:643:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:867:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:992:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:923:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1348:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1524:25: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1692:9: F841 local variable 'quants_cache' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:2066:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:2067:69: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/models/product.py:29:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/product.py:30:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/product.py:684:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/product.py:862:71: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/stock/models/product.py:1050:50: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/models/product.py:1081:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/models/stock_lot.py:5:1: F401 'operator.attrgetter' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_lot.py:153:26: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/stock/models/res_config_settings.py:4:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:786:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:791:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:1442:30: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:64:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:65:40: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:66:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:67:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:68:43: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:70:39: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:71:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:76:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:77:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:78:39: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:79:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:152:21: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:158:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:159:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:160:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:161:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:170:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:171:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:172:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:173:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:5:1: F401 'odoo.tools.config' imported but unused ./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:11:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:67:13: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:71:17: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:75:17: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:78:17: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:79:139: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:80:135: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_rule.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/stock/report/report_stock_rule.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/stock/report/product_label_report.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/populate/stock.py:321:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:997:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:998:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:999:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1000:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1001:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1003:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/stock/tests/test_robustness.py:362:53: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/tests/test_robustness.py:372:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:30:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:70:9: F841 local variable 'new_pack1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:80:9: F841 local variable 'new_pack2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:145:9: F841 local variable 'rule_low_priority' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:285:9: F841 local variable 'orderpoint' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:310:9: F841 local variable 'delivery_move' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_lot.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_report_tours.py:2:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/addons/stock/tests/test_report_tours.py:3:1: F401 'odoo.tests.Form' imported but unused ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_flow.py:1174:9: F841 local variable 'quants' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_flow.py:2602:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:242:9: F841 local variable 'package_level' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:284:9: F841 local variable 'ship_move_a' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:351:9: F841 local variable 'package' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:774:9: F841 local variable 'first_pack' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:925:115: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:1887:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:702:9: F841 local variable 'untracked_move_line' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:4909:29: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:4942:29: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:5798:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:5807:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:6377:23: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/tests/test_replenish.py:12:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:125:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:138:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/tests/test_quant_inventory_mode.py:158:13: F841 local variable 'invalid_quant' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:12:1: F401 'odoo.tools.float_is_zero' imported but unused ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:12:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:152:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:352:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:955:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2243:9: F841 local variable 'move_3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2315:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2345:9: F841 local variable 'supplier_location' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2359:9: F841 local variable 'putaway_product' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2380:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2782:9: F841 local variable 'precision_digits' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3009:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3611:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3672:9: F841 local variable 'pack_location' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:90:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1038:32: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1041:33: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1092:32: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1095:33: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1168:157: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1168:158: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock/tests/test_warehouse.py:7:1: F401 'odoo.tools.mute_logger' imported but unused ./Viindoo-odoo-17.0/addons/stock/wizard/stock_inventory_adjustment_name.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/stock/wizard/product_replenish.py:4:1: F401 'datetime' imported but unused ./Viindoo-odoo-17.0/addons/stock/wizard/stock_scheduler_compute.py:12:1: F401 'threading' imported but unused ./Viindoo-odoo-17.0/addons/uom/models/uom_uom.py:18:80: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/uom/models/uom_uom.py:51:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_sg/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_sg/models/res_company.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_sg/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_sg/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_industry.py:14:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:89:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_role.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_helpers.py:1:1: F401 'math.floor' imported but unused ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_helpers.py:1:1: F401 'math.log10' imported but unused ./Viindoo-odoo-17.0/addons/crm_iap_mine/tests/common.py:10:1: F401 'odoo.addons.iap.tools.iap_tools' imported but unused ./Viindoo-odoo-17.0/addons/crm_iap_mine/tests/common.py:49:17: F841 local variable 'iap_payload' is assigned to but never used ./Viindoo-odoo-17.0/addons/auth_totp/controllers/home.py:10:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_totp/controllers/home.py:17:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_totp/models/res_users.py:21:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/auth_totp/models/ir_http.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/models/totp.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/models/totp.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:29:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:46:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:98:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/auth_totp/wizard/auth_totp_wizard.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/wizard/auth_totp_wizard.py:64:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account_tax_python/tests/test_tax.py:39:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_verifactu/models/verifactu_document.py:427:21: F841 local variable '_xml_node' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_skills/models/hr_employee_skill.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_skills/models/hr_skill_level.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/hr_skills/report/hr_employee_skill_report.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_skills/report/hr_employee_cv_report.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_skills/tests/test_ui.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_hr/models/hr_employee.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_hr/report/pos_order_report.py:3:1: F401 'functools.partial' imported but unused ./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:15:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:13:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:511:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_repair/tests/test_tracability.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_repair/tests/test_tracability.py:63:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_fi/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_id_efaktur/models/efaktur.py:56:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_id_efaktur/models/account_move.py:290:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_id_efaktur/tests/test_l10n_id_efaktur.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/controllers/main.py:8:1: F401 'odoo.tools.misc' imported but unused ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:5:1: F401 'binascii' imported but unused ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:150:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:540:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:541:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1099:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1434:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1485:17: F402 import 'fields' from line 25 shadowed by loop variable ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1579:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1594:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1605:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1606:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1609:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1621:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1629:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1632:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/odf_ods_reader.py:88:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/project/__manifest__.py:147:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/__manifest__.py:160:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/__init__.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/controllers/portal.py:445:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/controllers/project_sharing_chatter.py:100:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/models/project_project_stage.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/models/project_tags.py:6:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_task_recurrence.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/models/project_task.py:9:1: F401 'odoo._lt' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_task.py:14:1: F401 'odoo.tools.misc.get_lang' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_task.py:965:31: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1094:52: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1095:57: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1096:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1103:56: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1104:88: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1108:56: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1109:113: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1110:83: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1110:89: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1118:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1401:82: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1795:119: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/models/project_update.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_update.py:6:1: F401 'werkzeug.urls.url_encode' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_update.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/models/project_task_stage_personal.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/models/project_project.py:776:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/models/project_milestone.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/report/project_report.py:6:1: F401 'odoo.addons.rating.models.rating_data.RATING_TEXT' imported but unused ./Viindoo-odoo-17.0/addons/project/report/project_report.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/populate/project.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/populate/project.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/populate/project.py:86:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/project/populate/project.py:88:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/project/populate/project.py:90:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/project/populate/project.py:94:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/project/tests/test_task_follow.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_milestone.py:56:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_milestone.py:191:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_update_flow.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:115:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:140:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:161:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:235:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:256:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_task_dependencies.py:9:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/project/tests/test_project_base.py:6:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/project/tests/test_project_base.py:226:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_personal_stages.py:64:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/project/tests/test_personal_stages.py:381:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_flow.py:71:13: F841 local variable 'task' is assigned to but never used ./Viindoo-odoo-17.0/addons/project/tests/test_project_profitability.py:53:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_report.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_update_access_rights.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:121:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:227:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:367:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_subtasks.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_subtasks.py:221:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/project/tests/test_task_state.py:47:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_sharing.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_sharing.py:330:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_update_ui.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/wizard/project_project_stage_delete.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_fec/__manifest__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/tests/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:114:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:447:61: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:447:62: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/crm/models/crm_lead_scoring_frequency.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm/models/digest.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/crm/models/res_partner.py:9:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:589:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:632:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:637:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:642:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:647:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:652:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:656:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/crm/models/crm_team_member.py:6:1: F401 'math' imported but unused ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:7:1: F401 'ast.literal_eval' imported but unused ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:788:53: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:1876:9: F841 local variable 'Partner' is assigned to but never used ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:2225:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:2597:82: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:37:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:122:19: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:144:19: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:100:9: F841 local variable '_opp_proba100' is assigned to but never used ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:236:9: F841 local variable 'customer' is assigned to but never used ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:241:9: F841 local variable 'convert' is assigned to but never used ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_merge.py:180:71: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_pls.py:9:1: F401 'odoo.tests.loaded_demo_data' imported but unused ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_pls.py:107:47: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead.py:563:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/crm/tests/common.py:21:14: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/crm/tests/common.py:24:31: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/crm/tests/common.py:663:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_smart_calendar.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm/wizard/crm_lead_lost.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/crm/wizard/crm_merge_opportunities.py:56:160: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_lu/__init__.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_lu/__init__.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_lu/migrations/2.2/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_lu/migrations/2.1/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_session.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_order.py:56:41: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_order.py:56:61: E202 whitespace before '}' ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_payment.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_payment.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_restaurant.py:72:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_restaurant/tests/test_frontend.py:190:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_restaurant/tests/test_frontend.py:195:56: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ro_efactura/models/ciusro_document.py:89:150: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_ee/migrations/1.1/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:6:14: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:15:14: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:16:11: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:19:11: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/bus/__manifest__.py:2:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/bus/websocket.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/bus/websocket.py:728:69: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/bus/websocket.py:806:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/bus/websocket.py:943:5: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/bus/models/bus.py:8:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/bus/models/bus.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/bus/models/bus.py:266:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/bus/tests/test_assetsbundle.py:4:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/bus/tests/test_assetsbundle.py:22:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/bus/tests/test_websocket_caryall.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/bus/tests/test_websocket_rate_limiting.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_company.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_company.py:68:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:10:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:33:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:447:87: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:816:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1045:18: F841 local variable 'elements' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1317:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1328:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/ddt.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_export.py:334:9: F841 local variable 'tax_10' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_reverse_charge.py:4:1: F401 'collections.namedtuple' imported but unused ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_pa.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:90:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:91:13: E117 over-indented ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:92:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:102:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:103:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:108:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:109:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:115:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:120:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_import.py:180:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/pos_stripe/models/pos_payment_method.py:27:93: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/pos_stripe/models/pos_payment_method.py:55:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hr_presence/models/ir_websocket.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_presence/models/hr_employee.py:46:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_presence/models/res_users_log.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_my_edi/models/account_edi_xml_ubl_my.py:523:42: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/l10n_my_edi/models/account_edi_proxy_user.py:72:9: F841 local variable '_error' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_expense/models/account_journal_dashboard.py:54:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_expense/models/account_journal_dashboard.py:54:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_expense/models/hr_expense.py:919:9: F841 local variable 'target_currency' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_expense/models/account_move_line.py:11:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_expense/tests/test_expenses.py:541:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_expense/tests/test_expenses.py:989:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_expense/wizard/hr_expense_split_wizard.py:4:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/hr_expense/wizard/account_payment_register.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/hr_expense/wizard/account_payment_register.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/auth_password_policy_portal/controllers.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:170:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:232:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:232:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:234:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:234:15: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:360:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:437:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:584:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:639:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_goal.py:176:90: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:158:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:158:55: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:290:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/wizard/update_goal.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/gamification/wizard/update_goal.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/wizard/grant_badge.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/gamification/wizard/grant_badge.py:26:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_hr_work_entry_holidays/models/hr_work_entry.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_hr_work_entry_holidays/tests/test_french_work_entries.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_setup/tests/test_res_config_doc_links.py:9:64: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry/__manifest__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_work_entry/models/hr_employee.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_gcc_invoice/models/account_move.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_gcc_invoice/models/account_move.py:68:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/models/res_users.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/models/hr_employee.py:62:77: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_homeworking/models/hr_work_location.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/tests/test_hr_employee_location.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/wizard/homework_location_wizard.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_password_policy_signup/controllers.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mass_mailing/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_mailing_test.py:7:1: F401 'odoo.fields.Command' imported but unused ./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_mailing_sms.py:399:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_performance.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/common.py:113:9: F841 local variable '_country_us_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/microsoft_account/models/microsoft_service.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_account/models/microsoft_service.py:165:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/microsoft_account/models/res_users.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_account/models/res_users.py:7:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/account_check_printing/models/account_journal.py:82:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account_check_printing/models/account_payment.py:222:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/models/stock_move_line.py:5:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/stock_account/models/stock_move.py:8:1: F401 'odoo.tools.float_round' imported but unused ./Viindoo-odoo-17.0/addons/stock_account/models/stock_move.py:396:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/stock_account/models/product.py:624:55: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_account/models/stock_valuation_layer.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:150:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:319:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:391:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:433:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:501:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:613:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:843:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:939:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:1003:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:2613:52: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:3535:9: F841 local variable 'supplier1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:128:69: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:150:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:151:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:152:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:161:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:162:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:172:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:173:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:183:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:184:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:200:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:210:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:220:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:221:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:222:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:235:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:251:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:339:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:363:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:364:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:372:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:373:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:381:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:382:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:398:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:399:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:415:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:416:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:425:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:426:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:440:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:441:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:444:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:446:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:454:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:455:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:464:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:473:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:474:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:475:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:482:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:483:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:485:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:494:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:495:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:497:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:505:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:506:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:509:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:517:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:518:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:519:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:677:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:678:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:679:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:687:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:688:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:691:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:693:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:701:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:710:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:711:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:713:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:721:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:722:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:731:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:732:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:733:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:734:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:742:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:744:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:757:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:759:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:768:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:770:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:786:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:788:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:789:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:797:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:798:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:805:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:806:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:808:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:814:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:815:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:818:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:824:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:825:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:826:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:886:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:887:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:888:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:906:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:907:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:908:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:923:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:924:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:925:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:938:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:939:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:940:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:953:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:954:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:955:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:967:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:968:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:969:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:982:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:983:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:984:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1012:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1038:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1070:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1089:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1122:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1257:69: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1382:69: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:75:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:126:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:239:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_account_move.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_account/tests/test_anglo_saxon_valuation_reconciliation_common.py:7:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/stock_account/tests/test_anglo_saxon_valuation_reconciliation_common.py:100:80: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/product_email_template/models/account_move.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/product_email_template/models/__init__.py:4:27: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/product_email_template/tests/test_account_move.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays_attendance/models/hr_leave.py:9:1: F401 'odoo.tools.float_round' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays_attendance/models/hr_leave.py:37:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_holidays_attendance/tests/test_holidays_overtime.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_cn/models/account_move.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_membership/models/membership.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_product_expiry/tests/test_mrp_product_expiry.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mail_bot/models/res_users.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail_bot/models/discuss_channel.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mail_bot/models/discuss_channel.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/mail_bot/models/mail_bot.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/__init__.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/controllers/portal.py:178:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/models/res_company.py:30:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_task.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_task.py:51:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hr_timesheet/models/hr_timesheet.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_project.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/report/project_report.py:19:35: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:15:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:48:67: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:49:46: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:159:13: F841 local variable 'timesheet2' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:589:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:641:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_performance.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_portal_timesheet.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_my_edi_extended/tests/test_new_submissions_flow.py:438:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_my_edi_extended/tests/test_new_submissions_flow.py:442:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/auth_totp_portal/tests/test_tour.py:23:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/auth_totp_portal/tests/test_tour.py:40:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:3:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:4:18: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:13:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:15:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:4:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:5:1: F401 'zipfile' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:6:1: F401 'werkzeug.urls.url_encode' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:5:1: F401 'odoo.tools.pdf.OdooPdfFileReader' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:6:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:8:1: F401 'odoo.exceptions.RedirectWarning' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:10:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:11:1: F401 'struct.error as StructError' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:12:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:13:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:15:1: F401 'pathlib' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:16:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_document.py:189:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account_edi/tests/common.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_edi/tests/common.py:127:30: E711 comparison to None should be 'if cond is not None:' ./Viindoo-odoo-17.0/addons/hr_holidays/__init__.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_accrual_plan_level.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:46:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:47:24: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:48:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:158:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:423:126: E211 whitespace before '[' ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:428:138: E211 whitespace before '[' ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:563:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:34:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:409:17: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:604:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:980:135: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1144:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1305:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1401:110: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_department.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/holidays_summary_report.py:10:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/holidays_summary_report.py:81:46: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_employee_type_report.py:19:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_employee_type_report.py:19:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report_calendar.py:41:16: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report_calendar.py:70:14: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_allocation_access_rights.py:149:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:11:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:384:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:408:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:492:13: F841 local variable 'res' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:507:13: F841 local variable 'name' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:720:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:771:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_accrual_allocations.py:2441:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:114:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:121:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:122:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:211:9: F841 local variable 'global_leave' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_holidays_calendar.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_leave_requests.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_leave_requests.py:303:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:195:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:225:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:22:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:322:10: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:326:10: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_change_department.py:56:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_change_department.py:64:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_res_partner.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:20:100: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_holidays_summary_employees.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mrp/__init__.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/__init__.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/__init__.py:41:5: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_routing.py:158:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_routing.py:180:42: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/mrp/models/stock_picking.py:94:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/res_company.py:31:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/mrp/models/mrp_document.py:22:32: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_document.py:32:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/stock_orderpoint.py:7:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/mrp/models/mrp_unbuild.py:55:17: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/mrp/models/mrp_unbuild.py:113:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp/models/stock_scrap.py:15:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/stock_traceability.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:491:84: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:555:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mrp/models/product.py:9:1: F811 redefinition of unused 'groupby' from line 6 ./Viindoo-odoo-17.0/addons/mrp/models/product.py:9:1: F401 'odoo.tools.groupby' imported but unused ./Viindoo-odoo-17.0/addons/mrp/models/product.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/product.py:105:34: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/models/product.py:111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/product.py:333:84: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/models/product.py:393:34: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:753:122: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:1321:112: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:2734:13: F841 local variable 'rounding' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:2817:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:33:75: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:40:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:43:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:84:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:98:9: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:123:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:129:9: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/mrp/models/stock_warehouse.py:309:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:377:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:403:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:413:24: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workcenter.py:308:34: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workcenter.py:389:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/report/stock_forecasted.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mrp/report/mrp_report_bom_structure.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/report/mrp_report_mo_overview.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/tests/test_byproduct.py:20:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mrp/tests/test_byproduct.py:57:9: F841 local variable 'bom_product_b' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:5:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:5:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:7:1: F401 'odoo.fields.Datetime as Dt' imported but unused ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:54:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:121:13: F841 local variable 'unbuild_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:586:9: F841 local variable 'produce_wizard' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:841:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:846:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:921:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:973:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:130:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:131:49: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:132:49: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:136:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:137:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:138:49: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:142:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:143:49: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:144:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:238:111: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:244:111: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:252:111: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:260:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:706:9: F841 local variable 'report_values_12' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:709:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1089:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1755:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1769:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:567:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1709:9: F841 local variable 'res_dict' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1835:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1847:67: E712 comparison to False should be 'if cond is not False:' or 'if cond:' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2575:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2973:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2988:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3239:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3264:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3449:26: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3706:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3737:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3799:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4014:101: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4019:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4020:82: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4025:101: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_replenish.py:14:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/mrp/tests/test_smp.py:240:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock_report.py:339:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:173:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:203:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:204:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:460:9: F841 local variable 'move_receipt_1' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:22:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:26:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:30:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:34:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:99:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:103:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:135:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:340:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/mrp/tests/test_backorder.py:307:33: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/mrp/tests/test_backorder.py:308:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/wizard/mrp_consumption_warning.py:94:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:103:116: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:103:117: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/wizard/stock_warn_insufficient_qty.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:18:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:19:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:20:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_leave.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:53:40: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:54:44: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:55:45: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:60:41: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:78:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:4:1: F401 'datetime.time' imported but unused ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:209:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:220:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_leave.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_dropshipping/models/stock.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_dropshipping/models/stock.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_dropshipping/tests/test_lifo_price.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/stock_dropshipping/tests/test_lifo_price.py:6:1: F401 'odoo.tests.common' imported but unused ./Viindoo-odoo-17.0/addons/l10n_de/models/account_journal.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_de/models/chart_template.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_de/models/account_move.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_hr_expense/models/project_project.py:8:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/project_hr_expense/models/project_project.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_website_slides_full/tests/test_ui_wslides.py:146:9: F841 local variable 'slide_channel_demo_6_furn3' is assigned to but never used ./Viindoo-odoo-17.0/addons/pos_self_order_stripe/controllers/orders.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/phone_validation/models/res_partner.py:4:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused ./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.NumberFormat' imported but unused ./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.PhoneNumberDesc' imported but unused ./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.PhoneMetadata' imported but unused ./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:88: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/phone_validation/tests/test_phonenumbers_patch.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:5:1: F401 'odoo.osv.expression.OR' imported but unused ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:6:1: F401 'ast' imported but unused ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:148:34: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order.py:63:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:22:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:22:74: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_card.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/res_config_settings.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_config.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_config.py:21:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_mail.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_reward.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_program.py:5:1: F401 'odoo.tools.unique' imported but unused ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_program.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order_line.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:126:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:838:34: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:865:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:951:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:1549:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/project_purchase/tests/test_project_profitability.py:219:95: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/pos_razorpay/models/razorpay_pos_request.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment_method.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_delivery/models/stock_picking.py:199:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_delivery/models/sale_order.py:30:36: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/stock_delivery/models/stock_move.py:50:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:75:132: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:110:114: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:139:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:159:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:160:34: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:184:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_stock_move.py:160:122: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_stock_move.py:161:122: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_cost.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/controllers/main.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/models/res_users.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/models/res_users.py:38:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_employee_public.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:244:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:298:13: F841 local variable 'calendar' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_attendance/tests/test_hr_attendance_overtime.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/tests/test_hr_attendance_overtime.py:384:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_ch/__manifest__.py:19:159: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_ch/__manifest__.py:49:6: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/l10n_ch/__init__.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:11:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:40:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:41:64: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:233:16: E114 indentation is not a multiple of 4 (comment) ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:233:16: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:6:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:8:1: F401 'odoo.addons.base_iban.models.res_partner_bank.validate_iban' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:9:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:81:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:83:49: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:8:1: F401 'reportlab.lib.units.mm' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:10:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:11:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/migrations/0.0.0/pre-migrate-qr-template.py:20:9: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_ch/migrations/9.0.9.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/migrations/9.0.9.0/pre-set_tags_and_taxes_updatable.py:9:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/l10n_ch/report/swissqr_report.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/report/__init__.py:3:29: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:67:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:72:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:76:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_swissqr.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/auth_ldap/__manifest__.py:6:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_ldap/models/res_company_ldap.py:8:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/auth_ldap/models/__init__.py:6:34: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_ar/demo/account_demo.py:2:1: F401 'logging' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/models/res_company.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ar/models/l10n_latam_document_type.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/models/account_fiscal_position.py:2:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/models/account_chart_template.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/models/account_chart_template.py:4:1: F401 'odoo.addons.account.models.chart_template.template' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/tests/common.py:3:1: F401 'odoo.tests.common.tagged' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/tests/common.py:355:9: F841 local variable 'invoice_user_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_event/controllers/main.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event/controllers/main.py:416:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/website_event/models/website.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event/tests/test_event_mail.py:6:42: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/website_event/tests/test_event_mail.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:290:68: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:290:88: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_event_event.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:103:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:122:17: F841 local variable '_event' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:143:17: F841 local variable '_event' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:249:13: F841 local variable '_registrations' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:273:13: F841 local variable '_registrations' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:296:13: F841 local variable '_registrations' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:311:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:324:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:337:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:351:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:366:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:381:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:395:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/account_lock/models/res_company.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/__init__.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/models/account_invoice.py:75:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/models/account_invoice.py:75:46: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/tests/test_ddt.py:14:30: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hr_timesheet_attendance/tests/test_timesheet_attendance.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet_attendance/tests/test_timesheet_attendance.py:16:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment_paypal/controllers/main.py:13:1: F401 'odoo.tools.html_escape' imported but unused ./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_provider.py:5:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_provider.py:27:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_transaction.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/payment_paypal/tests/test_paypal.py:9:1: F401 'odoo.tools.float_repr' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/res_company.py:2:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/l10n_latam_document_type.py:3:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/account_journal.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/report/invoice_report.py:10:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order.py:852:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order.py:945:90: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order_line.py:105:87: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_pay_with_gift_card.py:113:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_pay_with_gift_card.py:154:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:42:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:100:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_buy_gift_card.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_multi_company.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_with_code_operations.py:321:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_with_code_operations.py:335:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:293:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:299:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:309:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:319:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:329:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/common.py:78:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/common.py:238:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:732:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:732:39: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:820:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:820:39: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:962:11: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1058:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1072:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1077:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1083:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1089:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1118:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1174:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_loyalty/wizard/sale_loyalty_coupon_wizard.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty/wizard/sale_loyalty_reward_wizard.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm_mail_plugin/tests/test_crm_mail_plugin.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:8:1: F401 'odoo.osv.expression.AND' imported but unused ./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:104:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:104:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:111:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:113:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:114:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:682:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:1146:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/stock_picking_batch/wizard/stock_add_to_wave.py:37:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_picking_batch/wizard/stock_package_destination.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_es_pos/models/pos_order.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_pos/tests/test_frontend.py:31:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/controllers/main.py:24:60: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/controllers/main.py:53:56: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:31:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:31:86: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:32:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:33:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:33:66: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:38:70: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:39:106: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:45:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:46:71: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account_test/__manifest__.py:16:98: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_test/__manifest__.py:17:96: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/pos_adyen/controllers/main.py:80:56: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:6:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:8:1: F401 'string' imported but unused ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:10:1: F401 'werkzeug.exceptions.Forbidden' imported but unused ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:18:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:31:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:32:86: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/iap_crm/models/crm_lead.py:10:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_be_pos_sale/tests/test_l10n_be_pos_sale.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_be_pos_sale/tests/test_l10n_be_pos_sale.py:16:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/doc/cla/stats.py:9:1: F401 'pprint' imported but unused ./Viindoo-odoo-17.0/doc/cla/stats.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/doc/cla/stats.py:17:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/doc/cla/stats.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/doc/cla/stats.py:24:5: F841 local variable 'r' is assigned to but never used ./Viindoo-odoo-17.0/doc/cla/stats.py:29:199: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/doc/cla/stats.py:29:201: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/doc/cla/stats.py:31:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/doc/cla/stats.py:54:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-erponline-enterprise-17.0/viin_iot/__manifest__.py:82:26: E261 at least two spaces before inline comment ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:53:13: E203 whitespace before ':' ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:54:26: E261 at least two spaces before inline comment ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:54:27: E262 inline comment should start with '# ' ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/models/mrp_production.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/models/mrp_workorder.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:8:5: W191 indentation contains tabs ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:8:5: E101 indentation contains mixed spaces and tabs ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:37:26: E261 at least two spaces before inline comment ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:37:27: E262 inline comment should start with '# ' ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:16:13: E265 block comment should start with '# ' ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:21: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:23: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:40: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:42: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:92:36: W291 trailing whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:98:1: W293 blank line contains whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:72: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:74: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:91: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:93: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:146:1: W293 blank line contains whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:149:1: W293 blank line contains whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:150:1: W293 blank line contains whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:152:5: E303 too many blank lines (3) ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:155:141: W291 trailing whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:176:13: E303 too many blank lines (2) ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:1:1: F401 'odoo.fields' imported but unused ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:2:1: F401 'odoo.tools.safe_eval' imported but unused ./Viindoo-erponline-enterprise-17.0/viin_mrp_barcode_backdate/__manifest__.py:47:26: E261 at least two spaces before inline comment ./Viindoo-erponline-enterprise-17.0/viin_mrp_barcode_backdate/__manifest__.py:47:27: E262 inline comment should start with '# '
08/01/2026 09:50:04 ERROR
Subbuild # 400321: odoo.addons.test_pylint.tests.test_pylint: FAIL: TestPyLint.test_pylint Traceback (most recent call last): File "/data/build/Viindoo-tvtmaaddons-17.0/test_pylint/tests/test_pylint.py", line 176, in test_pylint self.fail("pylint test failed:\n" + (b"\n" + out + b"\n" + err).decode('utf-8').strip()) AssertionError: pylint test failed: No files to lint: exiting.
08/01/2026 09:50:04 ERROR
Subbuild # 400321: odoo.addons.test_pylint.tests.test_flake8: FAIL: TestFlake8.test_flake8 Traceback (most recent call last): File "/data/build/Viindoo-tvtmaaddons-17.0/test_pylint/tests/test_flake8.py", line 117, in test_flake8 self.fail("flake8 test failed:\n" + (b"\n" + out + b"\n" + err).decode('utf-8').strip()) AssertionError: flake8 test failed: ./Viindoo-tvtmaaddons-17.0/to_bank_currency_rate_purchase_stock/tests/test_bank_rate_standard_price_receipt.py:565:5: E303 too many blank lines (2) ./Viindoo-tvtmaaddons-17.0/to_bank_currency_rate_purchase_stock/tests/test_bank_rate_standard_price_receipt.py:568:5: E301 expected 1 blank line, found 0 ./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:9:1: E303 too many blank lines (3) ./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:83:1: W293 blank line contains whitespace ./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:84:13: E303 too many blank lines (2) ./Viindoo-tvtmaaddons-17.0/viin_queue/__manifest__.py:11:5: W191 indentation contains tabs ./Viindoo-tvtmaaddons-17.0/viin_queue/__manifest__.py:11:5: E101 indentation contains mixed spaces and tabs ./Viindoo-tvtmaaddons-17.0/viin_queue/helpers.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/setup.py:13:13: F821 undefined name 'version' ./Viindoo-odoo-17.0/setup.py:14:17: F821 undefined name 'description' ./Viindoo-odoo-17.0/setup.py:15:22: F821 undefined name 'long_desc' ./Viindoo-odoo-17.0/setup.py:16:9: F821 undefined name 'url' ./Viindoo-odoo-17.0/setup.py:17:12: F821 undefined name 'author' ./Viindoo-odoo-17.0/setup.py:18:18: F821 undefined name 'author_email' ./Viindoo-odoo-17.0/setup.py:19:29: F821 undefined name 'classifiers' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:17:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:19:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:20:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:28:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:31:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:32:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:33:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:34:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:35:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:37:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:39:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:44:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:46:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/package.py:12:1: F401 'textwrap' imported but unused ./Viindoo-odoo-17.0/setup/package.py:21:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/package.py:23:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/setup/package.py:422:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:41:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:405:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/sql_db.py:779:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:814:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:816:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:829:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/sql_db.py:835:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/fields.py:8:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/fields.py:8:1: F401 'lxml.html' imported but unused ./Viindoo-odoo-17.0/odoo/fields.py:44:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/odoo/fields.py:52:10: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/fields.py:1209:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/fields.py:1209:28: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/fields.py:1896:21: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/fields.py:2334:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/fields.py:2615:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/fields.py:4234:17: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/fields.py:5062:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/fields.py:5243:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/fields.py:5244:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/models.py:26:1: F401 'copy' imported but unused ./Viindoo-odoo-17.0/odoo/models.py:40:1: F401 'collections.OrderedDict' imported but unused ./Viindoo-odoo-17.0/odoo/models.py:43:1: F401 'inspect.currentframe' imported but unused ./Viindoo-odoo-17.0/odoo/models.py:95:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:130:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:135:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:143:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/models.py:145:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:380:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/models.py:842:19: F402 import '_' from line 66 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/models.py:961:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/models.py:1349:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/models.py:1361:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/models.py:2253:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/models.py:2260:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/models.py:3728:40: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/models.py:4019:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/models.py:4478:17: F402 import 'fields' from line 7318 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/models.py:4662:17: F402 import 'fields' from line 7318 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/models.py:4697:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/models.py:5589:5: F811 redefinition of unused 'copy' from line 26 ./Viindoo-odoo-17.0/odoo/models.py:6165:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/models.py:7064:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/models.py:7088:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/models.py:7112:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7152:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7168:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7248:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7260:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7302:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7308:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/models.py:7318:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/models.py:7319:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/models.py:7320:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/loglevels.py:4:1: F401 'sys' imported but unused ./Viindoo-odoo-17.0/odoo/loglevels.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/loglevels.py:29:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/loglevels.py:43:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/loglevels.py:44:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/api.py:89:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/api.py:400:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/api.py:421:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/api.py:442:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/api.py:1112:39: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/api.py:1391:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/api.py:1392:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/api.py:1393:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:7:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:10:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:23:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:25:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:61:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:63:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:65:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:66:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/__init__.py:67:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:79:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:82:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:83:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:84:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:90:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:92:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:108:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:110:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:111:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/__init__.py:111:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:112:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:113:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:114:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:115:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:116:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:117:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:118:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:119:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:120:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:121:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:123:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:125:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:126:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:127:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:128:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:129:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:130:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:132:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:134:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/__init__.py:135:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/__init__.py:136:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/release.py:37:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/netsvc.py:26:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:27:11: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/netsvc.py:28:17: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/netsvc.py:31:15: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/netsvc.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:84:21: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/netsvc.py:89:32: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/odoo/netsvc.py:95:24: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/odoo/netsvc.py:100:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:101:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/netsvc.py:102:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/netsvc.py:115:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:131:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:145:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:167:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:168:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/netsvc.py:175:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/netsvc.py:198:9: F402 import 'module' from line 22 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/netsvc.py:199:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:200:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:201:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:202:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:204:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:353:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/netsvc.py:355:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/netsvc.py:371:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/netsvc.py:373:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/netsvc.py:375:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/http.py:227:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:237:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/http.py:324:70: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/http.py:344:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:809:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:856:46: E222 multiple spaces after operator ./Viindoo-odoo-17.0/odoo/http.py:938:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:1123:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/odoo/http.py:1127:1: E302 expected 2 blank lines, found 3 ./Viindoo-odoo-17.0/odoo/http.py:1235:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/http.py:1238:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:1580:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/http.py:2025:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/http.py:2207:9: F841 local variable 'exc' is assigned to but never used ./Viindoo-odoo-17.0/odoo/http.py:2210:9: F841 local variable 'exc' is assigned to but never used ./Viindoo-odoo-17.0/odoo/http.py:2394:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/cli/obfuscate.py:201:72: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:56:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:56:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:72:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:78:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:88:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:91:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:144:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/scaffold.py:148:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/db.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/db.py:117:48: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/cli/db.py:118:63: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/cli/server.py:14:11: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/cli/server.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:42:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:76:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:84:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:96:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:120:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:131:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/server.py:182:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/start.py:38:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/cli/start.py:65:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/odoo/cli/start.py:74:26: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/cli/start.py:82:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/genproxytoken.py:3:1: F401 'os' imported but unused ./Viindoo-odoo-17.0/odoo/cli/deploy.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/cli/populate.py:94:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/cli/populate.py:110:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/cli/cloc.py:3:1: F401 'os' imported but unused ./Viindoo-odoo-17.0/odoo/cli/cloc.py:5:1: F401 'textwrap' imported but unused ./Viindoo-odoo-17.0/odoo/cli/cloc.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:149:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:154:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/db.py:178:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/registry.py:40:19: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/registry.py:41:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/registry.py:44:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/registry.py:56:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/registry.py:839:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/registry.py:939:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/modules/registry.py:941:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/modules/registry.py:943:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/modules/neutralize.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/neutralize.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/neutralize.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:19:1: F401 'odoo.tools.pycompat' imported but unused ./Viindoo-odoo-17.0/odoo/modules/module.py:57:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/modules/module.py:72:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/modules/module.py:77:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/modules/module.py:80:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/modules/module.py:160:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/module.py:187:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:220:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:240:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:243:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:275:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:283:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:289:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:305:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:332:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:386:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:400:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:404:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:410:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:437:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:465:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/module.py:476:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/migration.py:137:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/modules/loading.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/loading.py:260:47: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/modules/loading.py:336:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/loading.py:350:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/loading.py:376:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/loading.py:400:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/loading.py:608:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/modules/graph.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/modules/graph.py:47:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/modules/graph.py:49:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/modules/graph.py:52:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/modules/graph.py:55:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/modules/graph.py:73:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/modules/graph.py:86:20: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/modules/graph.py:109:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/modules/graph.py:113:99: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/modules/graph.py:122:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:9:1: F401 'threading' imported but unused ./Viindoo-odoo-17.0/odoo/service/db.py:10:1: F401 'traceback' imported but unused ./Viindoo-odoo-17.0/odoo/service/db.py:17:1: F401 'functools.wraps' imported but unused ./Viindoo-odoo-17.0/odoo/service/db.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:47:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:49:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:51:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:57:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:97:5: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/odoo/service/db.py:171:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:179:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:207:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:223:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:249:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:256:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:272:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:296:18: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/service/db.py:308:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:323:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:377:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:400:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:406:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:414:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:416:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:418:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:420:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/service/db.py:428:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:451:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:484:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:487:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:496:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/db.py:502:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:504:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/db.py:506:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:3:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:22:1: F401 'itertools.chain' imported but unused ./Viindoo-odoo-17.0/odoo/service/server.py:26:1: F401 'werkzeug.debug.DebuggedApplication' imported but unused ./Viindoo-odoo-17.0/odoo/service/server.py:58:5: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/service/server.py:71:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:89:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:97:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:99:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:100:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:202:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:251:36: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/service/server.py:251:38: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/service/server.py:252:34: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/service/server.py:252:36: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/service/server.py:288:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:290:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:291:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:374:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:376:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:437:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:522:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/service/server.py:716:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:812:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/service/server.py:828:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1060:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:1075:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1202:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/service/server.py:1206:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1249:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1338:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:1340:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/server.py:1342:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1344:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1358:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1378:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1399:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1463:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/server.py:1479:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/service/server.py:1532:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/security.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/security.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/security.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/__init__.py:11:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/service/model.py:46:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/model.py:74:9: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/service/model.py:75:9: F841 local variable '_0' is assigned to but never used ./Viindoo-odoo-17.0/odoo/service/common.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:34:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:47:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/service/common.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/osv/expression.py:766:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/osv/expression.py:1070:25: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:100:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:110:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:154:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:208:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:232:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:660:76: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/tools/image.py:7:1: F401 'PIL.ImageOps' imported but unused ./Viindoo-odoo-17.0/odoo/tools/image.py:9:1: F401 'PIL.IcoImagePlugin' imported but unused ./Viindoo-odoo-17.0/odoo/tools/image.py:39:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/image.py:45:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/image.py:47:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/image.py:410:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:21:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:55:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:65:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/view_validation.py:181:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/cache.py:30:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/cache.py:182:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/osutil.py:23:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/osutil.py:54:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/osutil.py:69:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/osutil.py:95:5: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:22:1: F401 'opcode.HAVE_ARGUMENT' imported but unused ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:49:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:79:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:200:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:223:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:253:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:299:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:320:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:358:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:423:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:459:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:482:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:482:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:26:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:27:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:28:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:29:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:31:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:58:51: E227 missing whitespace around bitwise or shift operator ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:99:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:108:48: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:4:1: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:5:1: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:32: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:36: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:40: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:53: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:67: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:77: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:81: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:88: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:91: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:95: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:15:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:16:28: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:58:20: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:59:42: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:61:38: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:66:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:67:9: E117 over-indented ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:77:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:79:61: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/parse_version.py:80:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/tools/lru.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/lru.py:54:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:32:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:34:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:54:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:350:26: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:514:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:1001:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:1016:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/which.py:22:78: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/which.py:45:1: F401 'os.R_OK' imported but unused ./Viindoo-odoo-17.0/odoo/tools/which.py:45:1: F401 'os.W_OK' imported but unused ./Viindoo-odoo-17.0/odoo/tools/which.py:46:1: F401 'os.path.dirname' imported but unused ./Viindoo-odoo-17.0/odoo/tools/which.py:54:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/which.py:65:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/which.py:123:8: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/tools/which.py:124:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/which.py:133:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/which.py:147:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/json.py:14:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/json.py:24:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/json.py:27:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/json.py:55:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/mail.py:10:1: F401 'threading' imported but unused ./Viindoo-odoo-17.0/odoo/tools/mail.py:23:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/odoo/tools/mail.py:40:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/mail.py:42:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/mail.py:338:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:408:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/mail.py:409:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/mail.py:410:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tools/mail.py:515:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/mail.py:519:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:574:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/mail.py:576:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/mail.py:579:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:588:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:601:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:647:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:653:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:660:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:668:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:705:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:719:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:749:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:781:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:792:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:799:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:811:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:816:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:819:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:862:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:889:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mail.py:916:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/template_inheritance.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:29:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:54:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:78:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:88:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:114:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:123:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:146:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:210:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/__init__.py:19:1: F403 'from .barcode import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:21:1: F403 'from .date_utils import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:22:1: F403 'from .float_utils import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:23:1: F403 'from .func import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:24:1: F403 'from .image import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:25:1: F403 'from .mail import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:26:1: F403 'from .misc import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:28:1: F403 'from .sql import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:29:1: F403 'from .template_inheritance import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:30:1: F403 'from .translate import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:31:1: F403 'from .xml_utils import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/__init__.py:32:1: F403 'from .convert import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/config.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/config.py:39:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/config.py:40:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/config.py:48:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/config.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/config.py:65:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/config.py:424:96: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/tools/config.py:425:55: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:439:97: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/tools/config.py:522:74: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:658:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/config.py:690:22: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/config.py:692:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:692:42: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:694:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:694:43: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:697:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/config.py:703:29: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:703:46: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:705:29: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:705:47: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/config.py:738:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/config.py:738:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/config.py:762:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:20:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:20:51: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:20:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:20:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:27:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:27:51: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/win32.py:27:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:46:76: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:75:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:113:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:116:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:123:17: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:128:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:132:76: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:141:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:155:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:158:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:162:76: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:177:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:192:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:194:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:220:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:232:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:270:29: E702 multiple statements on one line (semicolon) ./Viindoo-odoo-17.0/odoo/tools/float_utils.py:283:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:44:1: F401 'passlib.utils' imported but unused ./Viindoo-odoo-17.0/odoo/tools/misc.py:46:1: F401 'werkzeug.utils' imported but unused ./Viindoo-odoo-17.0/odoo/tools/misc.py:56:1: F403 'from .cache import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/misc.py:58:1: F401 '.parse_version.parse_version' imported but unused ./Viindoo-odoo-17.0/odoo/tools/misc.py:75:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:77:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:79:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:85:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:90:24: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/misc.py:94:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:101:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:103:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:105:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:114:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:137:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:146:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:152:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:154:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:156:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:198:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:260:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:262:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:290:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:290:23: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/tools/misc.py:310:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:318:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:424:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:424:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:424:66: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:426:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:432:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:455:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:10: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:13: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:23: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:461:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/misc.py:463:11: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/misc.py:467:28: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/misc.py:467:55: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/misc.py:470:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:480:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:488:11: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/misc.py:495:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:497:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:517:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:532:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:539:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:550:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:553:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:558:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:559:49: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/tools/misc.py:585:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:599:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:600:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:602:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:604:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:610:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:614:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:614:19: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:616:19: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:619:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:643:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:659:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:660:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/misc.py:663:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:686:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:688:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:690:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:692:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/misc.py:708:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:724:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:725:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:738:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:742:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:749:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:761:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:771:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:871:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:892:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:894:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:904:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:911:34: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/tools/misc.py:922:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:929:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1006:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1017:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1270:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/misc.py:1271:14: F405 'defaultdict' may be undefined, or defined from star imports: .cache ./Viindoo-odoo-17.0/odoo/tools/misc.py:1276:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1291:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1302:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1320:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1324:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1365:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1367:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1392:5: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/tools/misc.py:1395:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/tools/misc.py:1398:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1495:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1511:5: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/tools/misc.py:1670:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1689:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1695:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1703:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1901:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/misc.py:1932:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:105:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/translate.py:106:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/translate.py:137:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/translate.py:137:11: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/translate.py:138:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/translate.py:141:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:167:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:177:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:326:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:331:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tools/translate.py:370:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:377:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:399:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:409:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:427:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:443:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:461:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:469:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:574:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/odoo/tools/translate.py:649:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:655:35: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:656:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:659:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:660:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:662:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:665:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:669:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:678:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:706:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:796:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:815:76: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/translate.py:818:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/translate.py:934:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:940:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:954:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:998:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/translate.py:1021:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/translate.py:1064:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/translate.py:1289:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/translate.py:1781:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/tools/translate.py:1802:20: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:127:21: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:127:90: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:131:25: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:131:69: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:176:25: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:176:43: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:221:25: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:221:43: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:229:21: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:229:90: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:233:25: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:233:69: E202 whitespace before ']' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:241:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:300:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:336:58: E702 multiple statements on one line (semicolon) ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:336:67: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:340:59: E702 multiple statements on one line (semicolon) ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:340:68: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:357:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:361:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:365:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:369:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:373:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:377:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:385:1: E303 too many blank lines (4) ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:385:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:387:1: E302 expected 2 blank lines, found 4 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:405:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:431:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:432:5: F811 redefinition of unused 'ctypes' from line 463 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:457:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:459:9: F401 'win32com.shell' imported but unused ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:463:13: F401 'ctypes' imported but unused ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:470:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/odoo/tools/appdirs.py:470:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/func.py:10:1: F401 'json.JSONEncoder' imported but unused ./Viindoo-odoo-17.0/odoo/tools/func.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:66:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:83:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:89:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/func.py:91:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:95:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/tools/func.py:110:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:125:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/func.py:135:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/func.py:172:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/func.py:258:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/func.py:265:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/populate.py:4:1: F401 'odoo.tools.pycompat' imported but unused ./Viindoo-odoo-17.0/odoo/tools/populate.py:97:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/populate.py:140:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/populate.py:154:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/populate.py:162:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:17:1: F401 '.config' imported but unused ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:71:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:135:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:28: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:95: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:134: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:150:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:152:39: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:190:68: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:208:25: F841 local variable 'cancel_found' is assigned to but never used ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:237:57: E201 whitespace after '[' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:247:21: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/test_reports.py:260:28: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/profiler.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/profiler.py:472:39: F402 import 'time' from line 9 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/tools/pycompat.py:2:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:24:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/cloc.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/cloc.py:37:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:39:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:68:27: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:101:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:103:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:299:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/cloc.py:301:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/convert.py:16:1: F401 'warnings' imported but unused ./Viindoo-odoo-17.0/odoo/tools/convert.py:33:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/odoo/tools/convert.py:33:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/tools/convert.py:38:1: F811 redefinition of unused 'pytz' from line 21 ./Viindoo-odoo-17.0/odoo/tools/convert.py:38:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tools/convert.py:39:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/convert.py:41:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:51:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tools/convert.py:56:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:71:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:89:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:90:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:91:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:95:35: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:122:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tools/convert.py:131:20: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/tools/convert.py:137:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/convert.py:143:18: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/convert.py:178:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:179:16: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/convert.py:182:17: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/tools/convert.py:213:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:221:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:304:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/convert.py:322:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/convert.py:334:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tools/convert.py:399:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tools/convert.py:406:36: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tools/convert.py:671:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:684:17: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/convert.py:688:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:689:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tools/convert.py:691:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/convert.py:726:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/date_utils.py:209:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/date_utils.py:251:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/tools/_vendor/send_file.py:34:14: F821 undefined name 'WSGIEnvironment' ./Viindoo-odoo-17.0/odoo/tools/pdf/_pypdf2_1.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tools/zeep/helpers.py:1:1: F401 'zeep.helpers.serialize_object' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/ns.py:1:1: F403 'from zeep.ns import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/zeep/ns.py:1:1: F401 'zeep.ns.*' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/exceptions.py:1:1: F403 'from zeep.exceptions import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/zeep/exceptions.py:1:1: F401 'zeep.exceptions.*' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/wsa.py:1:1: F403 'from zeep.wsa import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tools/zeep/wsa.py:1:1: F401 'zeep.wsa.*' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/wsdl/utils.py:1:1: F401 'zeep.wsdl.utils.etree_to_string' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/wsdl/utils.py:1:1: F401 'zeep.wsdl.utils.get_or_create_header' imported but unused ./Viindoo-odoo-17.0/odoo/tools/zeep/wsse/username/__init__.py:1:1: F403 'from zeep.wsse.username import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tests/case.py:34:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/tests/case.py:34:16: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/result.py:44:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/tests/result.py:201:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tests/result.py:253:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/loader.py:110:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/tests/loader.py:111:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tests/test_security.py:5:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/tests/__init__.py:9:1: F403 'from .common import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/odoo/tests/form.py:11:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/odoo/tests/form.py:13:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/odoo/tests/common.py:108:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:110:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:119:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:203:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:206:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:261:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:263:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:264:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:281:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tests/common.py:826:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tests/common.py:843:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:940:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:949:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:957:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:964:5: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:968:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:1208:46: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tests/common.py:1209:52: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tests/common.py:1211:47: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/tests/common.py:1358:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:1456:71: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:1484:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:1515:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:1542:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/tests/common.py:1805:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/tests/common.py:1842:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:1877:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/common.py:2034:17: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:2117:63: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/tests/common.py:2127:85: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/odoo/tests/common.py:2164:78: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/common.py:2172:81: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/tests/common.py:2225:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:9:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:11:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:12:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:13:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:14:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:15:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:115:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:120:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:125:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/suite.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/tests/tag_selector.py:69:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/tests/tag_selector.py:99:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/tests/_odoo_checker_markup.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:5:1: F401 'sys' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:22:9: F841 local variable 'l' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:22:9: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:28:43: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:43:17: F841 local variable 'x' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:6:1: F401 'odoo.tools.pycompat' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:37:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:60:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:78:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:68:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:83:60: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:86:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:99:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:101:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:144:17: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:66:1: W391 blank line at end of file ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:44:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:104:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:105:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:107:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:108:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:117:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:131:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:135:20: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:210:72: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:271:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:280:13: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:280:14: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:286:29: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:290:13: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:290:14: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:296:29: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:314:13: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:314:14: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:339:57: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:341:60: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:342:53: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:356:53: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_onchange_domains.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:3:1: F401 'itertools' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:42:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:45:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:159:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/__init__.py:12:1: F811 redefinition of unused 'test_pofile' from line 4 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/__init__.py:13:1: F811 redefinition of unused 'test_pylint' from line 3 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_eslint.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_eslint.py:33:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_dunderinit.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:36:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:69:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:80:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:97:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:97:19: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:103:11: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:106:11: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:157:17: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:374:126: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:374:171: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:376:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:41:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_gettext.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_gettext.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_jstranslate.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_l10n.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_fill_temporal.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_m2m_grouping.py:266:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_group_operator.py:65:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_translation_import/models/models.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_translation_import/tests/test_term_count.py:164:9: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_uninstall/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_uninstall/models.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_convert/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_convert/models.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_env.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_env.py:87:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_convert.py:10:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_convert.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_converter/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:9:1: F401 'odoo.tools.html_escape as e' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:46:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:169:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_gbf.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:24:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:30:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:35:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:40:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:45:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:62:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:10:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:11:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:12:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:949:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1077:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1265:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1446:52: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1535:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1885:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_json_field.py:26:84: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_qweb_float.py:34:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_qweb_float.py:60:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:120:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:123:9: F841 local variable 'books_with_edition' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:475:38: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:475:62: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_web_save.py:27:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:57:9: F841 local variable 'ok' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:63:13: F841 local variable 'faulty' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:75:46: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:75:58: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:505:9: F841 local variable 'baz' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:613:9: F841 local variable 'dean' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:615:9: F841 local variable 'finn' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:616:9: F841 local variable 'gabe' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:1555:9: F841 local variable 'rule' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:2314:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:3177:9: F841 local variable 'all_children' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:1:1: F401 're' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:24:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:62:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:120:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:9:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:268:42: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:299:22: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_sequence.py:64:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_sequence.py:129:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:9:1: F401 'psycopg2.IntegrityError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:27:10: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:27:11: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:28:10: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:28:11: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:148:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:16:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:18:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:22:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:33:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:43:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:212:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:313:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:614:33: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:7:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:26:1: F401 'odoo.tools.str2bool' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:27:1: F401 'odoo.tools.safe_eval' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:587:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:589:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:981:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:983:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:985:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1064:17: F841 local variable 'is_base_model' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1187:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1189:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1284:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1286:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1326:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1328:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1387:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1389:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1511:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1614:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1630:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1632:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1635:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1811:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1816:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1832:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1839:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1939:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1941:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2083:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2085:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2884:9: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:281:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:282:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:360:82: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/models/res_bank.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/decimal_precision.py:70:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_rule.py:12:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_rule.py:217:101: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:41:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:43:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:421:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:421:16: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:430:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:442:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:515:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:43:5: F811 redefinition of unused 'SSLCryptoError' from line 21 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:90:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:97:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:111:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:114:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:117:1: E305 expected 2 blank lines after class or function definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:119:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:122:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:124:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:423:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:864:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:20:1: F401 'babel.core' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:38:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:97:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:100:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:103:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:106:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:109:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:112:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:115:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:118:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:133:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:138:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:157:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:177:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:179:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:181:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:380:71: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:381:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:597:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:703:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:872:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1154:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1267:80: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1353:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1449:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1508:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1717:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2008:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2048:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2050:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2052:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2092:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2114:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2114:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2115:15: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2122:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2172:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2175:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2262:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2292:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:9:1: F401 'threading' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:15:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:20:1: F401 'odoo.osv.expression.get_unaccent_wrapper' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:26:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:27:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:28:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:34:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:41:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:63:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:67:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:68:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:335:13: F402 import '_' from line 19 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:400:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:401:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:969:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:971:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:1020:19: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:7:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:8:1: F401 'itertools' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:17:1: F401 'PIL.Image' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:201:22: F402 import '_' from line 19 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:374:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:396:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:675:60: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:675:80: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:6:1: F401 'warnings' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:7:1: F401 'traceback' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:9:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:27:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:177:26: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:178:26: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:179:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:180:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:181:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:201:9: F841 local variable 'lang' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:263:29: F402 import '_' from line 11 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:295:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:378:11: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:396:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:405:17: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:408:9: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:414:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:416:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:426:65: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:38:5: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:568:97: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:601:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1161:9: F841 local variable 'cr' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1891:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1891:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:2111:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:2237:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:2:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:4:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:5:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:9:1: F401 'mimetypes' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:11:1: F401 're' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:12:1: F401 'sys' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:13:1: F401 'traceback' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:28:1: F401 'odoo.exceptions.AccessError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:28:1: F401 'odoo.exceptions.MissingError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:120:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:122:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_menu.py:7:1: F401 'operator' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_menu.py:34:120: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:7:1: F401 'operator.attrgetter' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:9:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:14:1: F401 'zipfile' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:16:1: F401 'requests' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:17:1: F401 'werkzeug.urls' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:48:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:181:43: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:420:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:967:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/res_currency.py:7:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/res_currency.py:194:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_demo_failure.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_logging.py:2:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:7:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:11:1: F401 'itertools' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:19:1: F401 'psycopg2' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:315:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:654:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:659:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:708:17: F841 local variable 'process' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:824:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:872:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:1023:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:6:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:82:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:213:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:215:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:502:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:539:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:518:1: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:521:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:568:1: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:675:60: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:766:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:981:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1098:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1111:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1161:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1174:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1194:94: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1279:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1280:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1669:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1822:72: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2058:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2154:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2181:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2279:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2369:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2504:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2621:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2729:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_cron.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:10:1: F401 'odoo.http.request' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:287:113: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:288:108: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:307:21: E722 do not use bare 'except' ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:336:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:413:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:1033:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:1146:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_property.py:231:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/models/ir_property.py:247:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/migrations/17.0.1.4/post-migration.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/report/__init__.py:4:51: W292 no newline at end of file ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_company.py:1:1: F401 'collections' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:26:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:88:19: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:149:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/populate/res_currency.py:4:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:50:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:145:9: F841 local variable '_b' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:259:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_acl.py:8:1: F401 'odoo.tests.common.TransactionCase' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_display_name.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:4:1: F401 'collections' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:5:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:6:1: F401 'os.path' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:7:1: F401 're' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:11:1: F401 'lxml.builder.E' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:12:1: F401 'copy.deepcopy' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:19:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:674:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:703:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:706:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:713:76: E203 whitespace before ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:713:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:715:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:716:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:721:66: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:721:74: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:828:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1387:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1390:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1392:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1393:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1395:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1397:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1398:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1498:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1517:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1831:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1835:49: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1852:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1856:49: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1873:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1876:36: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1888:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1892:36: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1901:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:3113:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:3214:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:7:1: F401 'odoo.tools.DEFAULT_SERVER_DATE_FORMAT as DATE_FORMAT' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:25:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:66:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:114:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:6:1: F401 'psycopg2.ProgrammingError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:10:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:507:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_test_suite.py:20:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:79:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:94:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:126:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:2:1: F401 'unittest' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:62:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:113:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tz.py:17:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_cloc.py:129:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence.py:102:21: F841 local variable 'n1' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:30:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:31:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:32:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:33:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:34:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:34:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:35:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:35:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:36:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:36:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:44: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:40:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_module_category.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb_field.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_avatar_mixin.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:12:1: F401 'odoo.addons.base.tests.common.TransactionCaseWithUserDemo' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:75:12: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:80:12: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:177:90: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ormcache.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ormcache.py:65:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:210:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:227:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:264:56: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:432:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:518:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_cache.py:11:1: F401 'odoo.tests.common.TransactionCase' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:5:1: F401 'xmlrpc.client.Binary' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:46:9: F841 local variable 'groups' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:131:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:205:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:206:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:207:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:215:61: E211 whitespace before '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:229:69: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_split_table.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_split_table.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server.py:98:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server.py:182:13: F402 import 'email' from line 5 shadowed by loop variable ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:76:74: E202 whitespace before ')' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:291:9: F841 local variable 'filter_a' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:296:44: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:308:108: E225 missing whitespace around operator ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:22:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:23:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:24:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:24:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:25:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:26:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:27:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:28:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:29:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:29:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:30:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:43:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:46:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:147:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:182:84: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:210:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:212:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:213:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:226:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:235:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:243:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:42:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:141:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:176:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_country.py:25:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:12:1: F401 'odoo.fields.Date' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:13:1: F401 'odoo.models.BaseModel' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:297:9: F841 local variable 'res_8' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:386:95: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:388:83: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:390:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:392:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:394:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:396:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:411:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:437:78: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:439:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:510:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:512:88: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:552:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:553:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:560:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:596:92: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:598:95: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:600:94: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:69: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:90: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:94: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:6:1: F401 'psycopg2' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:8:1: F401 'odoo.exceptions.MissingError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:70:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:70:66: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:92:29: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_sql.py:164:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_sql.py:177:1: W391 blank line at end of file ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:6:1: F401 'binascii' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:115:40: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:117:40: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_pdf.py:77:9: F841 local variable 'page' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:179:64: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:181:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:840:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_func.py:4:1: F401 'functools' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:56:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:172:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:174:110: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:176:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:178:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:180:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:186:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:188:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:190:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:193:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:193:37: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:196:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:198:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:201:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:203:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:206:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:208:110: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:210:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:212:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:214:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:216:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:218:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:220:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:222:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:225:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:228:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:230:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:233:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:236:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:238:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:240:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:243:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:246:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:249:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:252:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:107:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:140:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:154:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:173:13: F841 local variable 'dates' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:184:13: F841 local variable 'dates' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:308:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:433:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:440:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:446:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:482:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:489:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:8:1: F401 'psycopg2.IntegrityError' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:15:1: F401 'odoo.tests.common.new_test_user' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:31:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:32:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:34:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:635:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1381:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1601:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1602:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1604:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1605:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1606:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1607:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1608:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1617:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1618:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1620:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1623:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1624:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1626:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1627:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1628:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_search.py:189:41: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_search.py:195:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:83:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:127:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:296:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:308:21: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:430:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:430:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:436:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:436:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:464:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:464:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:470:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:470:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:504:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:507:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:513:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:513:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:519:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:519:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:484:117: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:490:116: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:499:116: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:508:116: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:527:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:62:62: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:336:9: F841 local variable 'partner_merge_wizard' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:966:21: E227 missing whitespace around bitwise or shift operator ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3:1: F401 'ast' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:217:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:1530:9: F841 local variable 'view2' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:2449:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3840:9: F841 local variable 'c' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3845:9: F841 local variable 'd' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4057:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4072:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4082:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4488:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:111:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:199:54: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:361:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:366:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:398:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_menu.py:23:75: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_menu.py:29:18: E222 multiple spaces after operator ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_users.py:88:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_users.py:256:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:78:65: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:95:44: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:107:7: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:133:44: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:141:72: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:254:22: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:262:7: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:329:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:331:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:334:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:335:2: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:336:2: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:337:5: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:351:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:353:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:356:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:357:2: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:358:2: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:359:5: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:548:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:549:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:550:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:551:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:552:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:553:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:556:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:557:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:558:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:559:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:560:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:561:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:564:73: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:565:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:566:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:567:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:568:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:569:70: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:576:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:590:3: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:612:43: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_import_language.py:10:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_import_language.py:10:1: F401 'odoo.sql_db' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:22:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:25:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:25:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:30:73: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:30:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:35:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_module_update.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:13:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:112:9: F841 local variable 'Partner' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:469:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:506:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:553:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_inherits_depends/tests/test_inherits.py:20:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_http/models.py:26:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_http/utils.py:11:25: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/odoo/addons/test_http/utils.py:46:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_error.py:67:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_echo_reply.py:42:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_misc.py:149:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_static.py:253:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:66:25: E201 whitespace after '{' ./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:66:39: E202 whitespace before '}' ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/__manifest__.py:6:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/__manifest__.py:7:71: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:4:1: F401 'itertools.count' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:42:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:53:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:59:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:79:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:84:5: F811 redefinition of unused 'count' from line 4 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:101:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:126:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:132:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:138:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:150:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:174:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:181:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:190:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:259:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:263:5: F811 redefinition of unused 'count' from line 4 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:274:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:281:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:287:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:302:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:307:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:316:55: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:320:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:334:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:341:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:23:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:91:59: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:148:55: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_lxml.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:116:9: F841 local variable 'a' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:166:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:293:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:294:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:332:17: E117 over-indented ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:630:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:654:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:655:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:663:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:664:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:699:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:700:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:708:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:709:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:751:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_methods.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_res_config.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_inherit/models.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_inherit/tests/test_inherit.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/controllers/main.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:5:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:16:1: F401 'odoo.http' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:17:1: F401 'odoo.addons.__path__ as ADDONS_PATH' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:24:1: F401 'odoo.addons.base.models.ir_qweb.QWebException' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:25:1: F401 'odoo.tools.func' imported but unused ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:640:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1592:9: F841 local variable 'view' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1856:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1862:105: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1920:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1991:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1995:92: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:2004:1: W391 blank line at end of file ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler_regex.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:375:11: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:376:42: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:379:11: W291 trailing whitespace ./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:400:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:14:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:18:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:22:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_main_flows/__init__.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_main_flows/models/model_multicompany.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_main_flows/tests/test_flow.py:99:58: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:42:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/tests/test_feedback.py:163:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_access_rights/tests/test_feedback.py:441:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/models.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/tests/test_bindings.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/tests/test_bindings.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:19:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:60:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:172:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:177:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:184:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:189:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:194:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:200:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:227:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:355:12: E201 whitespace after '(' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:369:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:465:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:655:9: F841 local variable 'sids' is assigned to but never used ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:718:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:743:69: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:114:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:147:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:148:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:149:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:150:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:151:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:333:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:411:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:593:47: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:745:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:760:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:782:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:833:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1170:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1326:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1332:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_multi_range.py:535:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_range.py:307:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_range.py:367:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/odoo/addons/test_auth_custom/__init__.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/odoo/addons/test_auth_custom/tests/test_endpoints.py:4:1: F401 'odoo.tests.HOST' imported but unused ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:46:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:59:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:81:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:86:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:101:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_pe_website_sale/tests/test_l10n_pe_website_sale.py:30:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_pe_website_sale/tests/test_l10n_pe_website_sale.py:41:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/website_event_crm/tests/test_event_registration.py:157:13: F841 local variable '_attendees' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs_company/__init__.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet/__manifest__.py:35:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:1:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:2:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:5:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet/models/spreadsheet_mixin.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet/models/spreadsheet_mixin.py:51:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:3:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:6:1: F401 'odoo.tests.common.Form' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/spreadsheet/tests/test_currency.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_jitsi/models/chat_room_mixin.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:28:39: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:129:21: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:129:22: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:157:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:158:24: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:159:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_nl/models/account_journal.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_nl/models/account_journal.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_nl/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_expense_margin/models/sale_order_line.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_expense_margin/tests/test_so_expense_purchase_price.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_razorpay/models/payment_provider.py:41:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_website/tests/test_is_multilang.py:21:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_website/tests/test_qweb.py:4:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/addons/test_website/tests/test_settings.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_website/tests/test_systray.py:3:1: F401 'odoo.tests.common.HOST' imported but unused ./Viindoo-odoo-17.0/addons/test_website/tests/test_systray.py:4:1: F401 'odoo.tools.config' imported but unused ./Viindoo-odoo-17.0/addons/test_website/tests/test_website_controller_page.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_website/tests/test_website_controller_page.py:170:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_website/tests/test_fuzzy.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_br_sales/models/sale_order.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_se/models/res_partner.py:20:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/l10n_se/models/res_partner.py:20:20: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_se/models/account_move.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_se/models/account_move.py:33:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_outlook/controllers/main.py:6:1: F401 'werkzeug' imported but unused ./Viindoo-odoo-17.0/addons/mrp_landed_costs/__manifest__.py:9:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mrp_landed_costs/__manifest__.py:10:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/sale/__manifest__.py:33:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/controllers/portal.py:154:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/controllers/portal.py:292:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/models/utm_campaign.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale/models/analytic.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale/models/res_partner.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale/models/account_move.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:49:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:301:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:351:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:703:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:728:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:811:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:850:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1224:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1224:70: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1314:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1520:9: F841 local variable 'local_msg_vals' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1720:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1742:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1935:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1945:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:64:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:64:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:68:63: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:138:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:142:22: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/models/payment_transaction.py:158:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/models/product_product.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:11:1: F401 'odoo.tools.float_round' imported but unused ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:265:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:323:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:907:25: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:952:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:954:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:991:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1114:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1120:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1201:17: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1205:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1218:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1293:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_prices.py:407:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:55:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:56:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:67:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_reinvoice.py:231:9: F841 local variable 'sale_order_line' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:172:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:215:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:1044:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/sale/tests/test_access_rights.py:4:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/sale/tests/test_payment_flow.py:135:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/tests/test_credit_limit.py:124:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:717:9: F841 local variable 'product_no_account' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:768:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:870:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:874:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale/tests/common.py:13:19: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:120:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:121:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:122:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:124:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:125:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:127:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:147:92: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:149:92: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:151:92: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:168:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:169:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:170:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:172:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:173:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:175:107: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:191:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:192:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:193:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:195:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:196:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:198:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:215:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:216:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:218:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:219:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:221:93: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:238:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:239:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:240:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:242:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:243:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:245:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:263:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:264:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:265:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:267:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:268:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:270:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:285:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:287:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:288:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:289:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:291:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:292:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:294:94: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:313:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:314:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:315:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:317:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:318:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:320:102: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:359:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:360:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:361:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:363:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:364:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:366:95: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:422:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:424:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:426:92: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:426:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:428:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:429:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:431:133: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:454:125: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:457:125: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:459:125: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:461:125: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:506:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:507:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:509:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:510:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:512:128: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:555:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:557:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:559:101: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:609:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:610:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:612:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:613:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:615:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:634:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:636:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:637:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:639:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:640:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:642:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:659:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:660:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:662:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:664:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:665:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:667:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:668:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:670:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:717:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:718:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:720:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:721:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:723:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:742:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:744:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:745:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:747:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:748:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:750:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:767:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:768:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:770:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:772:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:773:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:775:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:776:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:778:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:783:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:820:23: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:848:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:849:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:850:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:851:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:852:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:854:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:855:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:856:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:857:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:858:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:860:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:879:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:880:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:881:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:882:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:883:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:885:79: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:887:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:888:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:889:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:890:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:891:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:893:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:894:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:895:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:896:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:897:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:899:78: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_cancel.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_cancel.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/sale/wizard/payment_link_wizard.py:4:1: F401 'werkzeug.urls' imported but unused ./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_discount.py:103:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale/wizard/res_config_settings.py:81:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/res_config_settings.py:105:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:88:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:145:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:153:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:177:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:194:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:3:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:3:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/models/im_livechat_channel.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/models/im_livechat.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/tests/test_ui.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/website_livechat/tests/common.py:74:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/website_livechat/tests/common.py:88:9: F841 local variable 'rating_to_emoji' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_dk/models/account_account.py:7:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/product_margin/models/__init__.py:4:30: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/product_margin/models/product_product.py:58:70: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product_margin/wizard/product_margin.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ie/__manifest__.py:9:88: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_co/models/res_partner.py:16:84: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/website_twitter/models/website_twitter.py:82:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:5:1: F401 'pytz' imported but unused ./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:20:90: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:54:58: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:54:80: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_event_track/models/event_track.py:272:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_event_track/models/event_track.py:274:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/website_event_track/models/website_menu.py:12:57: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:98:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:163:70: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:120:63: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:127:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:135:110: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:178:42: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:199:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:44:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:45:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:77:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:32:40: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:33:23: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:33:81: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_contract/models/resource.py:3:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/hr_contract/models/res_users.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_contract/models/res_users.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/hr_contract/models/hr_contract.py:137:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_contract/models/hr_contract.py:234:155: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_contract/report/hr_contract_history.py:70:39: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_access.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_resource.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_contract.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_contract.py:26:48: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_mail_activity_plan.py:53:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_contract/tests/test_mail_activity_plan.py:54:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mail/web_push.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/web_push.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/web_push.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/web_push.py:120:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/web_push.py:149:78: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/web_push.py:150:50: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/__init__.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:41:5: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:45:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/mail/tools/link_preview.py:45:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/tools/link_preview.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/controllers/mail.py:114:98: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/controllers/mail.py:194:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mail/models/mail_render_mixin.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/mail_render_mixin.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/ir_actions_server.py:97:53: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mail/models/ir_actions_server.py:130:57: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mail/models/mail_ice_server.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:10:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:112:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:669:17: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:164:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:165:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:268:33: F841 local variable 'res_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:94:34: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:97:81: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:98:52: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/models/res_partner.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/template_reset_mixin.py:8:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/template_reset_mixin.py:64:19: F402 import '_' from line 8 shadowed by loop variable ./Viindoo-odoo-17.0/addons/mail/models/mail_activity_type.py:76:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mail/models/models.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/update.py:8:1: F401 'werkzeug.urls' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:1285:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:2335:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:3443:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4002:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4118:9: F841 local variable 'fnames' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4123:17: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4126:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mail/models/mail_template.py:9:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_template.py:237:38: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:120:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:122:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:124:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:146:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mail/models/mail_activity_mixin.py:186:101: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:11:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:12:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:106:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:110:61: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:7:1: F401 'inspect.Parameter' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:7:1: F401 'inspect.signature' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:10:1: F401 'odoo.tools.get_lang' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:15:1: F401 'odoo.addons.bus.models.bus_presence.AWAY_TIMER' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:15:1: F401 'odoo.addons.bus.models.bus_presence.DISCONNECTION_TIMER' imported but unused ./Viindoo-odoo-17.0/addons/mail/models/discuss/discuss_channel.py:1102:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/populate/mail_notification.py:82:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mail/populate/mail_message.py:50:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mail/populate/discuss/mail_message.py:43:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:69:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:142:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:156:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_mail_stable_selection.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_tools.py:91:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:149:13: F841 local variable '_name' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:155:13: F841 local variable '_form' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/test_mail_render.py:241:13: F841 local variable '_rendered' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/__init__.py:22:1: F403 'from .discuss import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/mail/tests/common.py:859:104: F841 local variable '_bus_bus_create_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/common.py:886:113: F841 local variable '_mail_message_create_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/common.py:887:139: F841 local variable '_mail_notification_create_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail/tests/test_res_partner.py:36:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_discuss_channel_member.py:40:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_ui.py:16:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_message_controller.py:301:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mail/wizard/base_partner_merge_automatic_wizard.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mail/wizard/mail_compose_message.py:7:1: F401 'logging' imported but unused ./Viindoo-odoo-17.0/addons/mail/wizard/mail_compose_message.py:787:30: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mail/wizard/mail_template_preview.py:32:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_th/__init__.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_th/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_th/models/account_move.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail/country_utils.py:256:2: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/snailmail/models/res_company.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail/models/snailmail_letter.py:233:9: F841 local variable 'batch' is assigned to but never used ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:1:24: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:2:75: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:4:32: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:7:48: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:8:37: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail/models/ir_actions_report.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/snailmail/models/ir_actions_report.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_missing_required_fields.py:2:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_missing_required_fields.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_format_error.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_format_error.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:31:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:55:18: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:55:18: E117 over-indented ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/controllers/main.py:332:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/controllers/main.py:333:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/models/res_partner.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/models/crm_lead.py:285:120: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/tests/test_partner_assign.py:155:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/website_crm_partner_assign/wizard/__init__.py:4:37: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/analytic/__manifest__.py:5:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/analytic/__manifest__.py:8:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/analytic/models/analytic_plan.py:97:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/analytic/models/analytic_mixin.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/analytic/models/analytic_distribution_model.py:52:45: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/analytic/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_partner/controllers/__init__.py:3:19: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/website_partner/models/res_partner.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/account_edi_proxy_client/__init__.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_edi_proxy_client/models/account_edi_proxy_user.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:39:33: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:77:41: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:88:41: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:90:48: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:99:60: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:117:41: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:128:41: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:147:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:148:47: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:183:38: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:557:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_in/models/res_partner.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in/models/account_invoice.py:155:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_in/models/company.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:69:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:69:59: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:75:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:75:59: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:81:59: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:81:60: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:87:59: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:87:60: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_l10n_in_fiscal_position.py:247:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:25:36: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:27:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:31:36: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:33:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:37:36: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:85:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:92:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:97:15: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_discuss_full/tests/test_performance.py:72:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:4:1: F401 'pprint' imported but unused ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:9:1: F401 '.authorize_request.AuthorizeAPI' imported but unused ./Viindoo-odoo-17.0/addons/payment_authorize/models/authorize_request.py:161:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_provider.py:45:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_authorize/tests/test_authorize.py:6:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:55:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:134:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:190:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:190:47: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:191:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:191:51: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:198:9: F841 local variable 'eu_country_codes' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:365:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:473:9: F841 local variable 'error' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:562:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:661:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:661:24: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/controllers/download_efaktur.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/controllers/download_efaktur.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/product_template.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/uom_uom.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/account_move.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/account_move.py:362:9: F841 local variable 'idr' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/product_code.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/efaktur_document.py:3:17: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/uom_code.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_skills_slides/models/slide_channel.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ph/wizard/generate_2307_wizard.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:22:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:24:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:248:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:250:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tools.py:4:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/web_editor/tools.py:164:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/web_editor/tools.py:167:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:20:1: F401 'odoo.release' imported but unused ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:28:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:57:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:58:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:60:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:172:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:174:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:202:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:204:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:224:41: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:228:43: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_ui_view.py:46:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_ui_view.py:48:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:23:26: E741 ambiguous variable name 'I' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:26:1: F401 'odoo.modules' imported but unused ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:142:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:144:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:617:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/web_editor/models/assets.py:98:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:29:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:31:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:36:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:38:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:43:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:48:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:57:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:69:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:75:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:77:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:97:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:99:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:109:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:111:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:114:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:116:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web_editor/tests/test_odoo_editor.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/transifex/models/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/transifex/models/transifex_translation.py:61:47: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_ro_edi_stock_batch/models/stock_picking_batch.py:6:1: F401 'odoo.addons.l10n_ro_edi_stock.models.stock_picking.LOCATION_TYPE_MAP' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ro_edi_stock_batch/models/stock_picking_batch.py:6:1: F401 'odoo.addons.l10n_ro_edi_stock.models.stock_picking.STATE_CODES' imported but unused ./Viindoo-odoo-17.0/addons/website_event_track_quiz/models/event_event.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/website_event_track_quiz/models/event_track.py:95:21: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_sale_stock/controllers/main.py:46:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_product_warehouse.py:23:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:21:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:40:28: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/website_sale_wishlist/models/res_users.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_sale_wishlist/models/res_users.py:1:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/digest/models/digest.py:231:13: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/l10n_es_edi_facturae_certificate.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:70:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:132:24: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:132:44: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/tests/test_edi_xml.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/tests/test_edi_xml.py:161:163: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp_account/models/analytic_account.py:81:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/models/product.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/report/mrp_report_mo_overview.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:4:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:185:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:198:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:211:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_analytic_account.py:211:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_analytic_account.py:297:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_account/tests/test_mrp_account.py:299:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/models/product_supplierinfo.py:90:11: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/product/models/product_template.py:601:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_template.py:671:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_tag.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/models/product_document.py:34:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_document.py:48:32: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/product/models/product_packaging.py:6:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/product/models/product_product.py:5:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/product/models/product_product.py:6:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/product/models/product_product.py:602:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_product.py:649:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:139:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:141:109: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:189:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:218:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:270:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:309:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:380:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:382:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:433:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/populate/product.py:47:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:377:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:457:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:461:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:485:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:489:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:508:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:512:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:536:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:540:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:559:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:609:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:1401:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product/tests/common.py:3:1: F401 'contextlib.nullcontext' imported but unused ./Viindoo-odoo-17.0/addons/product/tests/common.py:4:1: F401 'unittest.mock.patch' imported but unused ./Viindoo-odoo-17.0/addons/product/tests/test_product_attribute_value_config.py:178:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/attachment_indexation/models/ir_attachment.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/exception_logger.py:34:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/event_manager.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/main.py:3:1: F401 'traceback.format_exc' imported but unused ./Viindoo-odoo-17.0/addons/hw_drivers/main.py:131:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_drivers/main.py:149:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/http.py:10:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:24:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:187:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/DisplayDriver_L.py:132:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:10:1: F401 'pathlib.Path' imported but unused ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:66:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:374:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_L.py:27:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_L.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/SerialBaseDriver.py:110:23: F821 undefined name '_' ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:71:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:74:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:85:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:216:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:293:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:297:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:305:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:327:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:330:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:331:75: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:380:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:413:17: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:413:19: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:414:20: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:414:22: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:458:39: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:469:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:494:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:498:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:517:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:541:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:594:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/controllers/proxy.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:4:1: F401 'base64.b64decode' imported but unused ./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:9:1: F401 'subprocess' imported but unused ./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:18:1: F401 'odoo.addons.hw_drivers.main.manager' imported but unused ./Viindoo-odoo-17.0/addons/auth_password_policy/models/res_config_settings.py:1:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_it_edi_ndd/models/account_move.py:101:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:17: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:23:5: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:28:1: F403 'from .constants import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:29:1: F403 'from .exceptions import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:38:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:39:4: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:51:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:56:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:66:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:69:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:78:22: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:83:29: F405 'TXT_ALIGN_LT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:84:29: F405 'TXT_ALIGN_RT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:85:29: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:89:29: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:90:29: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:91:29: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:97:29: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:98:29: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:104:29: F405 'TXT_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:105:29: F405 'TXT_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:111:37: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:112:37: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:113:37: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:114:37: F405 'TXT_DOUBLE' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:118:29: F405 'TXT_COLOR_BLACK' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:119:29: F405 'TXT_COLOR_RED' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:124:33: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:126:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:128:34: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:138:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:159:9: F841 local variable '_style' is assigned to but never used ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:168:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:179:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:180:4: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:185:22: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:190:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:198:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:215:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:221:18: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:226:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:226:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:236:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:240:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:244:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:245:4: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:253:19: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:258:21: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:259:21: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:260:18: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:262:18: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:272:29: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:274:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:278:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:284:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:287:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:287:18: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:291:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:291:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:297:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:297:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:299:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:299:17: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:307:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:311:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:312:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:332:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:333:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:333:19: F405 'S_RASTER_N' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:339:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:348:55: E202 whitespace before ')' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:360:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:361:16: F405 'S_RASTER_N' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:367:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:380:9: F841 local variable 'pixels' is assigned to but never used ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:380:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:382:16: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:384:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:385:21: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:385:26: E202 whitespace before ']' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:388:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:391:19: F405 'ImageSizeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:409:37: E202 whitespace before ')' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:419:30: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:425:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:433:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:447:55: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:447:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:456:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:468:16: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:481:19: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:483:21: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:483:35: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:484:23: F405 'BARCODE_HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:486:19: F405 'BarcodeSizeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:488:34: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:489:23: F405 'BARCODE_WIDTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:491:19: F405 'BarcodeSizeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:494:23: F405 'BARCODE_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:495:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:496:23: F405 'BARCODE_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:499:23: F405 'BARCODE_TXT_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:501:23: F405 'BARCODE_TXT_BTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:503:23: F405 'BARCODE_TXT_ABV' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:504:41: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:505:23: F405 'BARCODE_TXT_BLW' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:506:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:508:23: F405 'BARCODE_UPC_A' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:510:23: F405 'BARCODE_UPC_E' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:512:23: F405 'BARCODE_EAN13' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:514:23: F405 'BARCODE_EAN8' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:516:23: F405 'BARCODE_CODE39' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:518:23: F405 'BARCODE_ITF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:520:23: F405 'BARCODE_NW7' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:522:19: F405 'BarcodeTypeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:531:19: F405 'BarcodeCodeError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:533:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:542:35: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:542:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:546:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:547:18: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:547:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:548:18: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:561:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:562:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:563:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:564:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:565:36: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:577:44: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:578:30: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:579:44: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:58: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:86: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:91: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:96: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:101: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:106: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:111: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:595:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:595:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:605:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:605:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:613:45: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:621:95: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:83: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:110: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:116: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:67: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:67: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:685:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:699:23: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:699:43: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:700:23: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:701:17: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:705:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:705:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:710:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:710:72: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:720:18: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:726:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:729:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:733:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:734:31: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:735:4: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:736:64: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:737:77: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:738:16: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:740:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:741:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:745:30: F405 'TXT_ENC_PC437' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:746:30: F405 'TXT_ENC_PC850' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:747:30: F405 'TXT_ENC_PC852' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:748:30: F405 'TXT_ENC_PC857' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:749:30: F405 'TXT_ENC_PC858' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:750:30: F405 'TXT_ENC_PC860' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:751:30: F405 'TXT_ENC_PC863' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:752:30: F405 'TXT_ENC_PC865' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:753:31: F405 'TXT_ENC_WPC1251' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:754:30: F405 'TXT_ENC_PC866' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:755:30: F405 'TXT_ENC_PC862' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:756:30: F405 'TXT_ENC_PC720' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:757:30: F405 'TXT_ENC_PC936' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:758:34: F405 'TXT_ENC_8859_2' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:759:34: F405 'TXT_ENC_8859_7' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:760:34: F405 'TXT_ENC_8859_9' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:761:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:761:34: F405 'TXT_ENC_WPC1254' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:762:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:762:34: F405 'TXT_ENC_WPC1255' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:763:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:763:34: F405 'TXT_ENC_WPC1256' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:764:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:764:34: F405 'TXT_ENC_WPC1257' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:765:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:765:34: F405 'TXT_ENC_WPC1258' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:766:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:766:34: F405 'TXT_ENC_KATAKANA' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:770:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:773:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:775:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:777:79: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:782:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:784:30: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:784:30: E117 over-indented ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:785:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:786:36: F405 'TXT_ENC_KATAKANA_MAP' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:787:39: F405 'TXT_ENC_KATAKANA_MAP' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:789:30: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:800:21: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:807:32: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:817:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:826:73: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:829:36: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:838:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:843:23: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:845:23: F405 'TXT_ALIGN_RT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:847:23: F405 'TXT_ALIGN_LT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:850:23: F405 'TXT_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:852:23: F405 'TXT_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:855:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:856:23: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:858:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:859:23: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:861:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:862:23: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:864:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:865:23: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:867:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:868:23: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:870:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:871:23: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:874:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:875:23: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:877:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:878:23: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:880:23: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:881:23: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:882:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:883:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:886:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:892:23: F405 'PAPER_PART_CUT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:893:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:894:23: F405 'PAPER_FULL_CUT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:897:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:905:23: F405 'CD_KICK_2' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:907:23: F405 'CD_KICK_5' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:909:19: F405 'CashDrawerError' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:916:23: F405 'HW_INIT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:918:23: F405 'HW_SELECT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:920:23: F405 'HW_RESET' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:921:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:925:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:928:23: F405 'CTL_LF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:930:23: F405 'CTL_FF' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:932:23: F405 'CTL_CR' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:934:23: F405 'CTL_HT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:936:23: F405 'CTL_VT' may be undefined, or defined from star imports: .constants, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:23: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:53:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:62:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:81:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:90:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:99:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:108:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:10:1: F403 'from .escpos import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:11:1: F403 'from .constants import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:12:1: F403 'from .exceptions import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:15:11: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:27:54: F405 'PAPER_FULL_CUT' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:29:22: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:32:19: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:33:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:46:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:49:19: F405 'NoDeviceError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:52:65: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:57:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:57:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:61:21: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:62:21: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:73:19: F405 'HandleDeviceError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:86:13: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:90:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:97:19: F405 'TicketNotPrinted' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:98:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:102:19: E711 comparison to None should be 'if cond is None:' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:105:23: F405 'NoStatusError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:113:27: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:114:27: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:115:21: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:115:27: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:116:21: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:119:40: F405 'DLE_EOT_PRINTER' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:120:42: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:121:40: F405 'DLE_EOT_OFFLINE' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:123:40: F405 'DLE_EOT_ERROR' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:125:40: F405 'DLE_EOT_PAPER' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:127:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:128:41: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:129:42: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:130:36: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:131:38: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:132:43: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:134:41: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:135:42: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:136:40: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:137:43: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:138:35: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:139:35: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:140:39: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:141:40: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:142:39: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:143:38: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:144:41: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:145:44: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:146:39: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:147:40: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:148:36: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:149:35: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:161:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:161:14: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:171:21: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:174:21: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:178:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:188:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:193:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:200:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:200:15: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:203:22: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:203:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:213:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:222:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:226:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:9:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:10:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:11:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:12:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:13:7: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:16:16: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:17:16: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:18:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:19:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:22:8: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:24:9: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:24:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:26:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:30:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:30:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:31:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:31:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:32:14: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:33:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:33:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:34:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:34:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:35:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:35:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:36:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:36:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:37:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:37:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:38:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:38:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:39:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:39:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:40:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:40:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:41:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:41:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:42:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:42:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:43:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:43:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:44:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:44:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:45:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:45:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:46:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:46:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:47:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:48:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:48:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:52:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:52:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:53:17: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:53:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:54:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:54:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:55:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:55:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:56:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:56:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:57:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:57:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:58:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:58:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:50: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:60:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:60:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:61:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:61:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:62:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:62:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:49: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:64:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:64:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:65:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:65:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:66:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:67:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:67:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:68:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:68:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:69:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:69:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:70:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:70:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:71:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:71:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:72:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:72:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:73:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:73:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:74:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:74:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:75:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:75:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:76:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:76:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:50: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:78:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:78:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:79:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:79:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:80:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:80:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:81:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:81:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:82:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:82:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:83:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:83:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:84:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:84:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:85:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:85:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:86:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:86:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:87:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:87:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:88:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:88:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:89:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:90:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:91:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:92:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:93:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:94:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:95:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:96:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:97:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:97:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:103:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:104:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:105:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:106:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:107:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:109:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:110:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:111:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:112:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:113:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:114:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:115:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:116:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:117:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:118:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:119:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:120:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:121:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:122:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:123:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:124:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:125:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:126:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:127:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:128:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:129:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:130:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:131:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:132:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:133:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:134:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:135:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:136:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:137:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:138:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:139:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:140:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:141:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:142:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:143:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:144:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:145:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:146:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:147:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:148:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:149:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:150:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:151:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:152:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:153:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:154:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:155:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:156:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:157:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:158:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:159:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:160:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:161:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:162:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:163:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:164:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:166:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:167:17: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:171:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:172:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:173:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:174:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:175:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:175:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:176:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:176:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:177:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:177:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:178:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:178:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:179:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:179:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:180:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:180:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:181:14: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:181:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:182:13: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:182:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:183:15: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:183:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:184:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:184:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:185:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:185:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:186:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:187:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:187:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:188:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:188:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:189:12: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:189:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:190:11: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:190:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:9:1: F401 'os.path' imported but unused ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:10:1: F401 'subprocess' imported but unused ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:12:1: F401 'netifaces as ni' imported but unused ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:13:1: F401 'traceback' imported but unused ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:17:5: F403 'from ..escpos import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:18:5: F403 'from ..escpos.exceptions import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:23:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:24:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:31:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:32:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:38:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:41:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:45:18: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:46:32: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:46:57: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:56:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:107:20: F405 'HandleDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:119:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:126:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:130:41: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:130:43: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:131:34: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:133:24: E711 comparison to None should be 'if cond is not None:' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:158:28: E711 comparison to None should be 'if cond is None:' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:160:50: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:160:55: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:164:40: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:166:56: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:178:20: F405 'NoDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:180:20: F405 'HandleDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:183:20: F405 'TicketNotPrinted' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:185:20: F405 'NoStatusError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:23: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:34: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:36: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:199:36: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:199:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:201:32: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:201:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:204:27: E712 comparison to True should be 'if cond is not True:' or 'if not cond:' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:219:40: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:220:36: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:236:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:236:88: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:38: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:47: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:56: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:247:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:270:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:270:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:272:59: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:276:33: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:276:44: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:278:33: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:278:44: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:284:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:284:75: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:286:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:291:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:292:50: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:292:83: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:301:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:302:50: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:302:75: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:308:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:308:82: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:311:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:317:21: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:318:22: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:318:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:319:22: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:319:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:320:22: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:320:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:22: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:25: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:66: E202 whitespace before ')' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:330:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:333:46: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:335:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:338:47: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:339:35: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:343:51: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:344:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/product_expiry/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:37:23: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:116:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:125:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:136:23: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:190:103: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:497:9: F841 local variable 'user_group_stock_manager' is assigned to but never used ./Viindoo-odoo-17.0/addons/product_expiry/tests/test_generate_serial_numbers.py:7:1: F401 'odoo.tests.common.Form' imported but unused ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_attendee.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_attendee.py:35:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/models/google_credentials.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/res_users.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/res_users.py:31:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_recurrence_rule.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_recurrence_rule.py:19:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/google_calendar/models/google_sync.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:476:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:572:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:787:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:26:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:65:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:74:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:85:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:133:14: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:824:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1456:89: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1679:14: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1698:26: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1699:26: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1734:14: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1777:14: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1986:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:2173:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:2206:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/google_calendar/tests/test_token_access.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_event.py:38:26: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_event.py:123:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:26:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:113:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:114:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:118:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sales_team/models/crm_team.py:219:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sales_team/models/crm_team.py:376:82: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sales_team/models/crm_team_member.py:62:89: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/sales_team/tests/test_sales_team.py:151:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sales_team/tests/common.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_crm/controllers/website_form.py:30:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/barcodes/__init__.py:7:48: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/barcodes/models/barcode_events_mixin.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/membership/models/product.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/membership/models/partner.py:31:15: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/membership/models/partner.py:34:15: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/membership/models/partner.py:37:15: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/membership/models/partner.py:72:106: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/membership/report/report_membership.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/membership/tests/test_membership.py:7:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/membership/tests/test_membership.py:124:9: F841 local variable 'payment' is assigned to but never used ./Viindoo-odoo-17.0/addons/membership/wizard/membership_invoice.py:28:15: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_move.py:70:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:95:119: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:234:101: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:235:99: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:3:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:7:1: F401 'os' imported but unused ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:26:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:28:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:51:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:53:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:18:1: F401 'odoo.addons.base' imported but unused ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:37:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:62:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:63:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:64:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_din5008_stock/models/stock.py:2:1: F401 'odoo.tools.format_date' imported but unused ./Viindoo-odoo-17.0/addons/mass_mailing_sms/controllers/main.py:16:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:15:69: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:32:94: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:40:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/mailing_mailing.py:47:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/mailing_mailing.py:49:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/utm.py:28:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_retry.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_retry.py:31:64: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_controllers.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:4:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:14:1: F401 'odoo.tools.DEFAULT_SERVER_DATETIME_FORMAT' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:14:1: F401 'odoo.tools.misc' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:121:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:7:1: F401 'odoo.tools.float_utils.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:62:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail_plugin/controllers/mail_plugin.py:132:83: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/mail_plugin/controllers/mail_plugin.py:242:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mail_plugin/models/ir_http.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_meet_quiz/controllers/community.py:4:1: F401 'werkzeug.exceptions.Forbidden' imported but unused ./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_portal.py:42:165: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_rating.py:287:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_web_push.py:105:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_web_push.py:415:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/base_install_request/__manifest__.py:13:11: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/res_config_settings.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/account_edi_format.py:186:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/account_edi_format.py:257:51: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/tests/test_edi_json.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/tests/common.py:5:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet_margin/models/sale_order_line.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_fleet/models/account_move.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/account_fleet/tests/test_account_fleet.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_fleet/wizard/account_automatic_entry_wizard.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_automation/models/test_base_automation.py:151:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_automation/models/__init__.py:4:35: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/test_base_automation/tests/test_flow.py:1223:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/repair/__init__.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:4:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:7:1: F401 'odoo.tools.DEFAULT_SERVER_DATETIME_FORMAT' imported but unused ./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:101:45: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:116:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/repair/models/repair.py:7:1: F401 'odoo.tools.clean_context' imported but unused ./Viindoo-odoo-17.0/addons/repair/models/repair.py:394:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/repair/models/repair.py:603:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/repair/models/sale_order.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/repair/models/stock_warehouse.py:34:50: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/repair/tests/test_anglo_saxon_valuation.py:4:1: F401 'odoo.tests.Form' imported but unused ./Viindoo-odoo-17.0/addons/repair/tests/test_anglo_saxon_valuation.py:6:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:177:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:178:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:179:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:180:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:181:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:182:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:235:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:237:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:238:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:239:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:248:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:249:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:250:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:251:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:252:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:253:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:260:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:268:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:273:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:274:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:275:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:276:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:277:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:278:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:279:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:280:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:281:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:282:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:318:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:325:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:326:17: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:340:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:548:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:759:13: F601 dictionary key 'product_id' repeated with different values ./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:762:13: F601 dictionary key 'product_id' repeated with different values ./Viindoo-odoo-17.0/addons/repair/wizard/repair_warn_uncomplete_move.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi_sale/tests/test_edi_sale_order_pa.py:101:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:33:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:41:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:95:72: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:3:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:3:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:9:1: F401 'odoo.fields.Datetime' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:63:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:72:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:161:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:165:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:203:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:209:111: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/account_closing.py:55:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/account_closing.py:95:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:16:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:17:24: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:18:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:19:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_mass_mailing_sms/__manifest__.py:8:65: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/calendar/models/calendar_attendee.py:12:1: F401 'odoo.tools.split_every' imported but unused ./Viindoo-odoo-17.0/addons/calendar/models/calendar_attendee.py:141:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/models/calendar_event.py:51:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/models/calendar_event.py:202:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/models/mail_activity_mixin.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:82:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:303:40: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:457:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:518:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:5:1: F811 redefinition of unused 'datetime' from line 3 ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:14:1: F401 'pytz' imported but unused ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:15:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:418:60: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:439:60: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:509:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:605:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:632:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:657:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:682:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:328:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:331:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:334:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:410:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:522:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:811:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/calendar/tests/test_access_rights.py:117:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/calendar/tests/test_access_rights.py:133:30: E227 missing whitespace around bitwise or shift operator ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:49:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:353:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:356:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:377:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:380:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:397:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/calendar/tests/test_res_partner.py:56:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/calendar/wizard/calendar_popover_delete_wizard.py:12:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:101:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:105:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:105:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:106:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:106:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:107:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:107:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:108:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:108:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:109:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:109:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:110:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:110:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:111:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:111:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:112:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:112:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:113:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:113:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:119:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:119:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:120:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:120:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:121:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:121:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:122:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:122:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:123:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:123:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:124:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:124:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:125:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:125:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:126:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:126:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:127:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:127:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:139:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:139:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:140:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:140:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:141:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:142:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:142:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:143:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:144:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:144:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:145:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:145:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:146:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:147:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:147:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:159:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:159:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:160:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:160:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:161:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:162:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:162:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:163:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:164:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:164:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:165:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:165:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:166:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:167:28: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:167:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:180:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:180:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:181:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:181:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:182:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:182:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:183:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:184:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:184:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:185:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:185:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:186:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:187:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:187:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:188:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:189:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:189:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:202:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:202:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:203:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:203:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:204:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:204:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:205:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:206:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:206:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:207:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:207:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:208:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:209:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:209:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:210:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:210:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:222:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:222:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:223:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:223:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:224:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:224:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:225:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:225:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:226:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:226:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:227:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:227:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:228:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:228:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:229:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:229:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:230:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:230:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:243:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:243:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:244:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:244:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:245:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:245:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:246:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:246:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:247:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:247:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:248:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:248:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:249:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:249:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:250:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:250:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:251:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:251:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:252:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:252:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:265:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:265:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:266:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:266:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:267:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:267:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:268:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:268:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:269:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:269:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:270:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:270:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:271:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:271:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:272:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:272:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:273:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:273:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:274:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:274:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:285:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:285:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:286:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:286:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:287:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:287:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:288:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:288:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:289:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:289:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:290:40: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:290:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:305:10: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:52: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:335:46: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:342:24: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:342:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:343:24: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:343:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:344:24: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:344:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:345:24: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:345:25: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:357:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:357:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:358:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:358:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:359:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:359:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:360:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:360:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:361:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:361:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:362:36: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:362:37: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:404:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:404:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:405:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:405:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:406:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:407:32: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:407:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:438:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/res_company.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:33:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:131:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:264:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:266:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:268:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:88:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:105:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_format.py:111:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_format.py:205:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_document.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/demo/account_demo.py:12:138: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:107:125: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:138:128: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:152:128: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:167:125: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:188:125: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/point_of_sale/__manifest__.py:116:72: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/point_of_sale/__manifest__.py:226:13: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/point_of_sale/__init__.py:11:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tools/pos_order_data.py:10:116: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/controllers/main.py:40:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_category.py:4:1: F401 'typing.Tuple' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:6:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:12:13: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:29:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:114:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:160:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:179:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:184:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:225:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_combo.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/res_company.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:296:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:349:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:695:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:696:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1028:51: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1124:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1138:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1165:14: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1190:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1346:24: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1346:38: E202 whitespace before '}' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1359:50: E711 comparison to None should be 'if cond is None:' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1453:22: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1456:31: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1458:27: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1458:62: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1497:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1596:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1625:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1626:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:16:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:161:105: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:162:109: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:311:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:406:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_journal.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:44:50: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:165:27: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:167:52: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:356:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:357:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:400:44: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:557:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:909:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1013:79: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1014:70: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1262:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1326:42: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1500:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1500:52: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1645:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/res_partner.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/res_partner.py:4:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_move.py:36:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_move.py:75:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/product.py:184:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/product.py:189:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/models/res_config_settings.py:137:28: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/point_of_sale/models/barcode_rule.py:5:1: F401 'odoo.tools.translate._' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/account_tax.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_config.py:562:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_printer.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_other_currency_config.py:7:1: F401 'odoo.tests.common.Form' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_other_currency_config.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:52:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_basic_config.py:613:9: F841 local variable 'order' is assigned to but never used ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common_setup_methods.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common_setup_methods.py:265:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_controller.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_with_fiscal_position.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_with_fiscal_position.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:7:1: F401 'odoo.api.Environment' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:225:9: F841 local variable 'chair_legs_line' is assigned to but never used ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:249:9: F841 local variable 'chair_fabrics_line' is assigned to but never used ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:391:9: F841 local variable 'p' is assigned to but never used ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:505:51: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:505:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:507:51: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:507:53: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:512:44: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:678:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:829:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:855:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:864:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:872:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1062:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1070:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1077:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1095:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1380:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_pos_order.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_pos_order.py:62:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_products_with_tax.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:11:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:12:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:13:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:14:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:16:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:205:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:4:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:21:65: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:156:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:300:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:305:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:33:77: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:35:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:38:76: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:42:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:44:75: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:60:48: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:63:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:68:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:79:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:81:75: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:84:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:8:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:120:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:239:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:240:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:243:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:308:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:411:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:451:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:470:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_multiple_receivable_accounts.py:6:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_multiple_receivable_accounts.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_margin.py:28:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_margin.py:343:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:4:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:6:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:9:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:11:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:11:1: F401 'odoo.tools.test_reports' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1121:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1490:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1576:27: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1680:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1699:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1724:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1757:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1843:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1857:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1880:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1912:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1931:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1938:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1946:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1977:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:2085:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:2105:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_session.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_session.py:138:43: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_details.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_details.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_payment.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/test_sale_product_configurators/tests/test_event_sale_with_product_configurator.py:112:98: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/controllers/share.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/models/spreadsheet_dashboard_share.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/models/spreadsheet_dashboard.py:18:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_dashboard_tour.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_dashboard_share.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/common.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:50:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:52:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:97:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:99:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:83:40: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:84:68: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:85:78: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_br_website_sale/controllers/portal.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/utm/tests/common.py:5:1: F401 'odoo.tests.common.tagged' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/demo/account_demo.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/demo/account_demo.py:29:45: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:163:66: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:164:50: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:231:70: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:338:70: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:549:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:579:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/tests/test_edi_ewaybill_json.py:116:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/tests/test_edi_ewaybill_json.py:135:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_custom/models/payment_transaction.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_sale_picking/models/payment_provider.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/partner_autocomplete/models/res_partner_autocomplete_sync.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_subcontracting_purchase/tests/test_mrp_subcontracting_purchase.py:13:1: F401 'odoo.tests.loaded_demo_data' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting_purchase/tests/test_mrp_subcontracting_purchase.py:1041:62: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account_qr_code_sepa/models/res_bank.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/account_qr_code_sepa/models/__init__.py:3:23: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/account_qr_code_sepa/tests/test_sepa_qr.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_qr_code_sepa/tests/__init__.py:3:27: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/payment_alipay/models/payment_transaction.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/payment_alipay/models/payment_transaction.py:9:1: F401 'odoo.tools.float_utils.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/l10n_tr_nilvera/lib/nilvera_client.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi_website_sale/controllers/main.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/event_crm/models/event_lead_rule.py:210:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/event_crm/models/event_lead_rule.py:211:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/event_crm/models/event_registration.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/event_crm/models/event_registration.py:8:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused ./Viindoo-odoo-17.0/addons/event_crm/tests/test_event_crm_flow.py:7:1: F401 'odoo.tools.mute_logger' imported but unused ./Viindoo-odoo-17.0/addons/event_crm/tests/common.py:61:10: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:1:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:12:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/stock_landed_cost.py:181:105: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/stock_landed_cost.py:182:30: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/stock_landed_costs/models/account_move.py:37:20: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stock_landed_costs_purchase.py:6:1: F401 'odoo.addons.stock_account.tests.test_stockvaluation._create_accounting_data' imported but unused ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stock_landed_costs_purchase.py:669:80: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:61:9: F841 local variable 'picking' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:154:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:155:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:156:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:164:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:166:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:173:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:174:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:182:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:183:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:190:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:192:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:199:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:200:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:201:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:213:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:214:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:215:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:216:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:225:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:239:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:240:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:241:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:242:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:251:9: F841 local variable 'lc1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:253:9: F841 local variable 'lc2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:285:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:286:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:287:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:293:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:295:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:302:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:303:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:312:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:313:9: F841 local variable 'lc' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:365:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_comparison/models/__init__.py:2:38: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:24:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:29:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:175:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hw_posbox_homepage/__manifest__.py:18:61: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hw_posbox_homepage/controllers/main.py:18:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/payment_demo/models/payment_provider.py:14:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_demo/models/payment_transaction.py:16:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_demo/models/payment_transaction.py:60:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_cl/models/uom_uom.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/uom_uom.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/res_partner.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/res_partner.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/res_currency.py:2:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cl/models/res_currency.py:2:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_template_line.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/project_milestone.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/project.py:182:84: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_project/models/project.py:872:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/project.py:1090:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:8:1: F401 'odoo.tools.format_amount' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:9:1: F401 'odoo.tools.sql.column_exists' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:9:1: F401 'odoo.tools.sql.create_column' imported but unused ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:240:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E114 indentation is not a multiple of 4 (comment) ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E117 over-indented (comment) ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:516:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:523:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_so_line_milestones.py:34:29: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:37:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:41:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:95:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:99:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:151:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:155:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_project/tests/test_project_profitability.py:636:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:145:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:151:19: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:151:83: E202 whitespace before '}' ./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:175:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_signup/models/res_users.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:12:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_signup/tests/test_login.py:2:1: F401 'odoo.addons.web.tests.test_login.TestWebLogin' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_order.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_order.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_config.py:20:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/payment_adyen/utils.py:1:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/payment_adyen/utils.py:2:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_token.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:41:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:65:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:76:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:149:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_transaction.py:20:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_adyen/tests/test_adyen.py:8:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_base/models/res_company.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_base/models/l10n_latam_identification_type.py:4:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/event_booth_sale/tests/test_event_booth_sale.py:157:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py:1010:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py:1011:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_de.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:109:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:110:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:509:128: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:510:128: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_us.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:40:44: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:61:9: F841 local variable 'team' is assigned to but never used ./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:66:9: F841 local variable 'teamb' is assigned to but never used ./Viindoo-odoo-17.0/addons/pos_self_order_epson_printer/models/pos_config.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order_epson_printer/models/pos_config.py:10:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae_adm_centers/tests/test_edi_xml.py:45:78: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_attendee.py:7:1: F401 'odoo.addons.microsoft_calendar.utils.microsoft_calendar.MicrosoftCalendarService' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_attendee.py:36:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_credentials.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:12:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:29:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:53:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:57:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:38:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:308:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:502:9: F841 local variable 'microsoft_guid' is assigned to but never used ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_recurrence_rule.py:13:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_event.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:12:1: F401 'odoo.modules.registry.Registry' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:13:1: F401 'odoo.addons.microsoft_account.models.microsoft_service.TIMEOUT' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:42:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_update_events.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_service.py:299:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_service.py:391:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_create_events.py:1:1: F401 'unittest.mock.call' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_create_events.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_answer_events.py:2:1: F401 'unittest.mock.ANY' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_delete_events.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_microsoft2odoo.py:7:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:42:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:199:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:200:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:203:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/event_id_storage.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/event_id_storage.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_event.py:5:1: F401 'odoo.api.model' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_calendar/wizard/reset_account.py:6:1: F401 'odoo.addons.microsoft_calendar.models.microsoft_sync.microsoft_calendar_token' imported but unused ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:5:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:105:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/base_iban/models/__init__.py:4:31: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_it_edi_withholding/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi_withholding/__init__.py:10:76: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/purchase_stock/models/stock.py:66:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:4:1: F401 'datetime.time' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:16:120: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase_stock/models/purchase_order_line.py:47:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/models/purchase_order_line.py:268:69: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/purchase_stock/models/product.py:23:73: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase_stock/models/product.py:40:102: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase_stock/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:6:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:10:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:17:7: F841 local variable 'product_tmpl' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:17:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:24:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:25:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:26:7: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:13:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:73:67: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:73:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:266:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:462:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:699:63: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:706:63: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_reordering_rule.py:729:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_reordering_rule.py:1093:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_move_cancel_propagation.py:3:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:83:9: F841 local variable 'supplierinfo1' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:90:9: F841 local variable 'supplierinfo2' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:135:9: F841 local variable 'supplierinfo1' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:142:9: F841 local variable 'supplierinfo2' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:149:9: F841 local variable 'supplierinfo3' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:193:9: F841 local variable 'supplierinfo1' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:199:9: F841 local variable 'supplierinfo2' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:241:9: F841 local variable 'supplierinfo1' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:247:9: F841 local variable 'supplierinfo2' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:253:9: F841 local variable 'supplierinfo3' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:336:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:372:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order_process.py:1:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:70:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:169:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:717:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1279:51: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1783:72: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1931:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:78:67: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:78:97: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:418:9: F841 local variable 'customer_move' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_uninstall.py:42:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/purchase_stock/tests/common.py:6:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_onchange_product.py:63:9: F841 local variable 'fp_tax_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order.py:113:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order.py:144:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_method.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_stock/wizard/product_replenish.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/website_event_sale/models/product_pricelist.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_sale/models/product.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_mrp/models/sale_order_line.py:87:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_mrp/models/sale_order_line.py:123:84: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:4:1: F401 'time' imported but unused ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:130:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:150:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_kit_bom.py:236:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:11:1: F401 'odoo.addons.stock_account.tests.test_stockvaluation._create_accounting_data' imported but unused ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:249:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:428:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:469:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:470:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:600:97: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:790:9: F841 local variable 'wiz' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:942:9: F841 local variable 'wiz' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1512:9: F841 local variable 'bom' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1560:9: F841 local variable 'bom' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1614:9: F841 local variable 'bom' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2133:28: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2505:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2506:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2507:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2508:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2516:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_lead_time.py:121:106: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/social_media/models/res_company.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/resource/models/resource_calendar.py:21:1: F401 'odoo.tools.float_utils' imported but unused ./Viindoo-odoo-17.0/addons/resource/models/resource_calendar.py:350:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/resource/models/utils.py:55:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/resource/models/utils.py:76:15: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:77:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:84:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:100:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:109:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/resource/models/utils.py:112:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/resource/models/utils.py:187:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/resource/models/utils.py:194:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/__manifest__.py:93:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/__manifest__.py:96:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/__manifest__.py:325:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/__manifest__.py:458:26: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/web/controllers/domain.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/export.py:162:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/controllers/export.py:206:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/controllers/export.py:276:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/controllers/export.py:520:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/export.py:564:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/report.py:20:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web/controllers/report.py:22:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web/controllers/report.py:52:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web/controllers/report.py:54:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/web/controllers/main.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/session.py:5:1: F401 'operator' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/session.py:12:1: F401 'odoo.modules.module' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/session.py:13:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/session.py:13:1: F401 'odoo.exceptions.AccessDenied' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/profiling.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/controllers/dataset.py:4:1: F401 'warnings' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/binary.py:4:1: F401 'functools' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/binary.py:98:20: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/web/controllers/webclient.py:11:1: F401 'werkzeug.wsgi' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/webclient.py:19:1: F401 'odoo.tools.misc.file_open' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:3:1: F401 'copy' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:4:1: F401 'hashlib' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:5:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:7:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:8:1: F401 'collections.OrderedDict' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:8:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/web/controllers/utils.py:16:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/addons/web/models/ir_qweb_fields.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/models/models.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/models/models.py:31:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/web/models/models.py:499:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:550:28: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/web/models/models.py:550:71: E202 whitespace before '}' ./Viindoo-odoo-17.0/addons/web/models/models.py:558:33: E711 comparison to None should be 'if cond is not None:' ./Viindoo-odoo-17.0/addons/web/models/models.py:576:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:595:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:620:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:699:27: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/web/models/models.py:750:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/models/models.py:855:23: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/web/models/models.py:882:21: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/web/models/models.py:915:23: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/web/models/models.py:931:21: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/web/models/models.py:1162:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/web/models/ir_http.py:134:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:21:52: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:21:66: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:28:48: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:28:70: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:35:48: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:35:70: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:42:48: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:42:70: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_assets.py:83:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_assets.py:101:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_web_search_read.py:25:86: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_ir_qweb.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_js.py:18:7: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/web/tests/test_load_menus.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:3:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:4:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:6:1: F401 'textwrap' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:12:1: F401 'odoo.tests.common.BaseCase' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:12:1: F401 'odoo.tests.common.HttpCase' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:13:1: F401 'odoo.tools.topological_sort' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:82:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:16:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:27:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:38:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_translate.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:8:1: F401 'odoo.tools.mute_logger' imported but unused ./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:27:61: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:29:38: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/web/tests/test_login.py:26:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/web/tests/test_base_document_layout.py:210:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/web/tests/test_base_document_layout.py:227:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/test_spreadsheet/tests/test_spreadsheet.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:1:24: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:2:75: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:4:32: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:7:48: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:8:37: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/snailmail_account/tests/test_pingen_send.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/snailmail_account/tests/test_snailmail_on_invoice.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:38:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:50:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:441:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/models/hr_leave.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/tests/test_french_leaves.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_booth_sale/models/product_product.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_booth_sale/tests/test_event_booth_sale.py:13:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:64:13: F841 local variable '_leads' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:86:13: F841 local variable '_lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:101:13: F841 local variable '_lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:124:13: F841 local variable '_lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:137:13: F841 local variable '_lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/payment_mollie/models/payment_provider.py:29:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:14:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:26:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:45:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:51:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:57:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:63:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:70:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:85:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:93:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:285:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:841:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:925:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project_sale_expense/models/project_project.py:6:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/project_sale_expense/tests/test_project_profitability.py:66:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_din5008/models/hr_timesheet.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/im_livechat/tools/misc.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/im_livechat/controllers/main.py:4:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/controllers/main.py:12:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/controllers/webclient.py:5:1: F401 'odoo.addons.mail.models.discuss.mail_guest.add_guest_to_context' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:3:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:6:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:8:1: F401 'odoo.modules' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:344:65: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:345:110: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:346:107: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:376:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/im_livechat/models/discuss_channel.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:29:63: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:56:68: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:61:25: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:76:25: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:87:25: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_operator.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/im_livechat/tests/test_im_livechat_support_page.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/im_livechat/tests/test_chatbot_internals.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/__manifest__.py:4:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/__manifest__.py:5:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/__init__.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/__init__.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/__init__.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/__init__.py:59:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/account/__init__.py:59:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:60:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:61:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:62:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:63:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:64:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/__init__.py:65:1: E402 module level import not at top of file ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:64:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:86:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:125:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tools/__init__.py:4:1: F403 'from .structured_reference import *' used; unable to detect undefined names ./Viindoo-odoo-17.0/addons/account/controllers/download_docs.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:63:9: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:417:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:448:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:29:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:42:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:42:39: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account/models/decimal_precision.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_account.py:2:1: F401 'contextlib.nullcontext' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_account.py:4:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_account.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_account.py:92:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_account.py:761:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_account.py:768:111: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/account/models/account_account.py:848:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:3:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:3:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:6:1: F401 'math.copysign' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:7:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:8:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:298:78: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:5:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:6:1: F401 'odoo.tools.remove_accents' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:96:63: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:97:57: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:98:95: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:122:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:134:158: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:135:166: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:136:157: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:435:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_journal.py:599:52: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/account/models/res_users.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/account/models/res_users.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:13:1: F401 'psycopg2.extras.Json' imported but unused ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:19:1: F401 'odoo.tools.groupby' imported but unused ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:85:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:89:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:295:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:301:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:310:117: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:339:71: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:340:87: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:360:23: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/account/models/chart_template.py:434:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/account_move.py:109:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_move.py:823:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_move.py:1497:51: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_move.py:1517:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2028:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2089:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2258:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2403:13: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2585:17: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_move.py:2765:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3070:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3080:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3111:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3849:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move.py:3856:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_move.py:4606:13: F841 local variable 'next_amount_to_pay' is assigned to but never used ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:268:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:575:39: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:575:41: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:576:43: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:576:45: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/account/models/account_payment.py:1111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:3:1: F401 'odoo.osv.expression.get_unaccent_wrapper' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:6:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:321:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:325:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:379:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/product.py:25:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/product.py:27:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/product.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/ir_module.py:19:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/account/models/ir_module.py:19:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/ir_module.py:21:1: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/ir_module.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/company.py:55:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:120:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:397:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:410:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:509:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/company.py:596:27: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/models/company.py:614:14: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/account/models/company.py:729:21: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:9:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:13:1: F401 'odoo.tools.misc.formatLang' imported but unused ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:31:94: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:32:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:194:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:241:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:242:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:259:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:860:110: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/res_config_settings.py:218:6: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:58:136: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:540:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:541:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:542:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:917:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_tax.py:1614:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/account_payment_term.py:268:70: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/account/models/account_payment_term.py:325:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/models/template_generic_coa.py:6:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/account/models/account_report.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_report.py:252:59: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_report.py:255:60: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_report.py:590:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/account/models/account_report.py:731:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/models/account_report.py:776:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/partner.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/partner.py:289:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/partner.py:566:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_analytic_line.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:383:6: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:1696:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:1703:78: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:2817:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:2952:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:3398:61: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/report/account_invoice_report.py:6:1: F401 'functools.lru_cache' imported but unused ./Viindoo-odoo-17.0/addons/account/report/account_invoice_report.py:197:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:18:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:19:24: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:20:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:21:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:6:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:157:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:471:86: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:657:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:705:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:18:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:18:35: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:19:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:19:63: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:136:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:154:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_tour.py:40:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:113:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:134:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:134:88: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:696:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:698:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:724:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:726:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:727:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:2:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1092:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1100:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1108:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1116:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1784:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1785:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1786:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1831:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1832:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1833:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:2087:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:2213:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:425:10: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:684:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_payment.py:6:1: F401 'odoo.tests.new_test_user' imported but unused ./Viindoo-odoo-17.0/addons/account/tests/test_account_payment.py:1078:87: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_payment_items.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_incoming_supplier_invoice.py:164:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:35:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:3494:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4423:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4425:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4431:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4433:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4468:83: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4546:83: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4726:24: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:105:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:110:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:114:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:138:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:151:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:151:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:155:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:155:21: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_send.py:500:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_send.py:534:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:145:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:306:21: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:333:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:365:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:397:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:434:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:29:21: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:34:21: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:39:21: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:328:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:349:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_refund.py:1032:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_refund.py:1158:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_tax_totals.py:34:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/common.py:531:50: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/tests/common.py:532:63: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:128:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:128:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:129:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:129:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:130:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:130:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:131:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:131:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:132:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:132:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:133:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:133:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:134:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:135:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:150:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:150:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:151:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:151:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:152:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:152:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:153:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:153:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:154:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:154:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:155:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:155:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:156:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:157:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:4:1: F401 'odoo.tests.common.Form' imported but unused ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:795:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:923:9: F841 local variable '_line5' is assigned to but never used ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1166:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1290:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1292:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:233:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:238:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:245:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:253:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:258:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:264:19: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:387:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:35: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:41: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:16:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:372:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:1737:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2592:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2593:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2594:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2639:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2640:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2641:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3455:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3581:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3751:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:4387:5: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:121:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:122:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:123:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:124:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:125:14: E201 whitespace after '[' ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:131:17: F841 local variable '_draft_bill' is assigned to but never used ./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:180:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_account_payment_register.py:4:1: F401 'odoo.tests.Form' imported but unused ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:987:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:1113:56: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/tests/test_account_all_l10n.py:27:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/account/tests/test_account_all_l10n.py:36:49: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account/tests/test_download_xsds.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:220:105: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:224:61: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:20:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:21:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:328:40: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:515:37: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:84:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:86:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:131:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:133:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:4:1: F401 'odoo.tools.date_utils.get_month' imported but unused ./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:7:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:103:31: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/account/wizard/account_unreconcile.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/account/wizard/account_move_send.py:428:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_din5008_purchase/models/purchase.py:35:5: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/event/controllers/main.py:21:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/event/models/event_event.py:431:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/event/models/event_event.py:433:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:9:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:12:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:73:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:301:40: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:302:68: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/models/event_mail.py:303:78: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/models/res_config_settings.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/event/models/event_tag.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:353:13: F841 local variable '_existing' is assigned to but never used ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:378:13: F841 local variable '_new' is assigned to but never used ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:474:49: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:475:39: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:476:44: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:477:50: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:27:47: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:28:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:151:9: F841 local variable 'registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:368:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:851:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:2:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:6:1: F401 'odoo.tools.misc.clean_context' imported but unused ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:396:65: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:234:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:234:64: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py:867:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_stock/controllers/portal.py:5:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:41:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:185:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:40:37: E201 whitespace after '(' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:86:41: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:223:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:223:70: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:248:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:341:64: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:388:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation_reconciliation.py:103:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation_reconciliation.py:117:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglosaxon_account.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_create_perf.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation.py:834:13: F841 local variable 'invoice_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:110:9: F841 local variable 'inv_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:232:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:233:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1516:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1527:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1534:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1823:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_order_dates.py:9:1: F401 'odoo.tests.common' imported but unused ./Viindoo-odoo-17.0/addons/sale_stock/wizard/stock_rules_report.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/lunch/models/lunch_product.py:4:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/lunch/models/lunch_product.py:89:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:33:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:319:13: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/lunch/models/lunch_order.py:268:17: F841 local variable 'context' is assigned to but never used ./Viindoo-odoo-17.0/addons/lunch/models/lunch_alert.py:75:13: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/lunch/report/lunch_cashmove_report.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/lunch/tests/test_ui.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/lunch/tests/test_ui.py:11:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/lunch/tests/common.py:26:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/web_hierarchy/models/ir_ui_view.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_links/tests/test_link_tracker.py:11:24: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/website/tools.py:109:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tools.py:146:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tools.py:165:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tools.py:192:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/controllers/model_page.py:68:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/controllers/model_page.py:135:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/controllers/form.py:13:1: F401 'odoo.addons.base.models.ir_qweb_fields.nl2br' imported but unused ./Viindoo-odoo-17.0/addons/website/models/res_partner.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/models/website_page.py:13:1: F401 'odoo.tools.translate._' imported but unused ./Viindoo-odoo-17.0/addons/website/models/ir_http.py:84:15: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/website/models/res_config_settings.py:6:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/website/models/ir_asset.py:10:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/models/ir_asset.py:20:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/models/ir_qweb.py:11:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused ./Viindoo-odoo-17.0/addons/website/models/ir_qweb.py:13:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/website/tests/test_assets.py:72:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/tests/test_assets.py:83:86: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website/tests/test_sitemap.py:74:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/website/tests/test_website_form_editor.py:69:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_website_visitor.py:25:69: F841 local variable '_get_visitor_from_request_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/website/tests/test_configurator.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_configurator.py:51:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_converter.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:74:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:111:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_performance.py:10:1: F401 'odoo.tests.common.HttpCase' imported but unused ./Viindoo-odoo-17.0/addons/website/tests/test_performance.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_grid_layout.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_iap.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website/tests/test_fuzzy.py:238:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ae/models/template_ae.py:50:29: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/controllers/payment_portal.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/controllers/payment_portal.py:31:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/models/pos_config.py:3:1: F401 'typing.Dict' imported but unused ./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/tests/test_self_order_frontend.py:3:1: F401 'unittest.mock.patch' imported but unused ./Viindoo-odoo-17.0/addons/l10n_no/__init__.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail_sms/models/test_mail_sms_models.py:158:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail_sms/tests/test_sms_sms.py:37:83: F841 local variable '_send_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail_sms/tests/test_sms_post.py:370:13: F841 local variable 'messages' is assigned to but never used ./Viindoo-odoo-17.0/addons/project_mrp/tests/test_project_profitability.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_razorpay_oauth/controllers/onboarding.py:56:35: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment_aps/models/payment_provider.py:42:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:201:21: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:332:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:367:9: F841 local variable 'e' is assigned to but never used ./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:524:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/portal/models/mail_thread.py:13:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/portal/models/portal_mixin.py:6:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/project_todo/__init__.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_todo/models/project_task.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_todo/tests/test_access_rights.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_todo/wizard/mail_activity_todo_create.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle_log_contract.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle.py:4:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle_log_services.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:18:93: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:19:99: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:6:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:10:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/loyalty/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/res_partner.py:39:53: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_rule.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_card.py:184:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_mail.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_reward.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:320:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:442:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/loyalty/tests/test_loyalty.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/loyalty/wizard/loyalty_generate_wizard.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_vat/__manifest__.py:20:77: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:409:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:426:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:501:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:528:77: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:529:48: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:530:95: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:531:48: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:543:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:621:27: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:822:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:825:103: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:826:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:826:67: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:828:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:828:69: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:829:108: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:829:109: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:830:92: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:830:93: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:913:84: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:1002:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/__init__.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/models/project_update.py:44:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/models/sale_order.py:3:1: F401 'math' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet/models/sale_order.py:25:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_timesheet/models/project.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/models/project.py:641:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/models/account.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:4:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:768:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:773:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:778:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:783:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_billing.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:3:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:412:9: F841 local variable 'so_line_ordered_project_only' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:432:9: F841 local variable 'project_serv2' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:517:9: F841 local variable 'invoice2' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:529:9: F841 local variable 'invoice3' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:994:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:994:43: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_update.py:3:1: F401 'freezegun.freeze_time' imported but unused ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_update.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet_portal.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/sale_make_invoice_advance.py:18:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/sale_make_invoice_advance.py:31:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/project_create_sale_order.py:191:65: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/im_livechat_mail_bot/models/__init__.py:5:24: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/sale_management/__init__.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:65:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:79:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:93:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:7:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:26:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:79:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:94:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:162:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_option.py:65:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_option.py:138:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:59:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:78:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:86:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:107:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_line.py:46:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_option.py:46:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_option.py:60:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_management/tests/common.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/product_matrix/tests/common.py:3:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/product_matrix/tests/common.py:46:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_sale.py:514:9: F841 local variable 'sol' is assigned to but never used ./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:4:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:8:1: F401 'odoo.fields.Date as FieldsDate' imported but unused ./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:56:100: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:3:1: F401 'collections.Counter' imported but unused ./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:3:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:6:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_mt_pos/wizards/compliance_letter.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_pl/__init__.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_pl/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_pl/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:54:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:57:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:371:33: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_loyalty_delivery.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_loyalty_delivery.py:139:97: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_event_exhibitor/controllers/exhibitor.py:7:1: F401 'werkzeug.exceptions.NotFound' imported but unused ./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:58:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_sparse_field/models/models.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:18:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:239:41: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:282:24: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_session.py:19:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_session.py:35:74: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_order.py:11:116: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_order.py:54:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_payment.py:14:118: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_payment_method.py:27:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/models/payment_transaction.py:39:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/tests/test_frontend.py:68:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/tests/test_frontend.py:282:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_online_payment/tests/online_payment_common.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:265:9: F841 local variable '_blocklist_rec' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:339:13: F841 local variable '_mailing_sudo' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:560:9: F841 local variable '_blocklist_rec' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:587:9: F841 local variable '_blocklist_rec' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/models/utm_campaign.py:7:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/mass_mailing/models/utm_campaign.py:8:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:38:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:701:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:880:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:1095:52: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:1410:40: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing_trace.py:70:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing_filter.py:32:17: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:23:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:33:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:43:80: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:43:81: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:52:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:53:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:54:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:63:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:63:82: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:73:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:74:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:75:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:84:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:84:82: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:93:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:94:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:95:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:112:82: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:112:83: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:115:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:115:82: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:12:1: F811 redefinition of unused 'patch' from line 8 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:42:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:45:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:88:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:264:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:268:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:272:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:331:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:332:34: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:333:32: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:339:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:340:34: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:341:32: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:364:54: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:365:60: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:704:72: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_retry.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_ab_testing.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mass_mailing/tests/common.py:114:81: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mass_mailing/tests/common.py:115:56: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_controllers.py:487:9: F841 local variable '_test_email' is assigned to but never used ./Viindoo-odoo-17.0/addons/mass_mailing/wizard/mailing_contact_to_list.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_rs_edi/wizard/account_move_send.py:2:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/sms/models/ir_actions_server.py:41:47: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:5:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:7:1: F401 'odoo.exceptions' imported but unused ./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:8:1: F401 'odoo.tools.groupby' imported but unused ./Viindoo-odoo-17.0/addons/sms/models/models.py:2:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused ./Viindoo-odoo-17.0/addons/sms/wizard/sms_resend.py:89:73: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/calendar_sms/models/calendar_event.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event_track_live/controllers/track_live.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/controllers/website_form.py:2:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/controllers/website_form.py:4:1: F401 'odoo.http' imported but unused ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_view.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_view.py:30:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:10:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:88:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:96:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:100:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:164:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:329:17: F841 local variable 'lead' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/ir_http.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_requisition/wizard/purchase_requisition_alternative_warning.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting/__init__.py:25:5: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mrp_subcontracting/models/stock_move.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting/models/mrp_bom.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:4:1: F401 'freezegun.freeze_time' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:293:9: F841 local variable 'orderpoint' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:1758:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/common.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/common.py:91:68: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_br/models/res_company.py:12:116: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_br/models/res_company.py:13:91: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/__manifest__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/resource_calendar.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:12:1: F401 'odoo.addons.resource.models.utils.Intervals' imported but unused ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:212:84: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:240:47: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:241:70: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:285:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:286:17: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:472:58: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:473:78: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/tests/test_global_time_off.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_work_entry_contract/wizard/hr_work_entry_regeneration_wizard.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_address_extended/models/res_city.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/base_address_extended/models/res_city.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_address_extended/models/res_partner.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_address_extended/tests/test_street_fields.py:4:1: F401 'odoo.models' imported but unused ./Viindoo-odoo-17.0/addons/mrp_subcontracting_dropshipping/models/purchase.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group_moderation.py:33:13: F841 local variable 'moderation' is assigned to but never used ./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group.py:106:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group_mailing.py:32:13: F841 local variable '_response' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_dk_oioubl/tests/test_xml_oioubl_dk.py:188:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_dk_oioubl/tests/test_xml_oioubl_dk.py:199:53: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/rating/controllers/main.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:31:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:63:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:6:1: F401 'odoo.tests.new_test_user' imported but unused ./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:42:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:74:56: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/rating/tests/test_controller.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/sale_order.py:51:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_rule.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_rule.py:15:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_card.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/sale_order_line.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_program.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:25:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:26:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:27:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_blog/controllers/main.py:5:1: F401 'itertools' imported but unused ./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:5:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:124:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:342:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:318:33: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:319:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:319:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:695:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:695:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:696:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:696:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:697:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:697:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:699:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:699:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:700:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:700:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:701:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:701:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:702:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:702:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:703:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:703:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:716:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:716:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:717:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:717:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:764:35: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:824:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:824:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:825:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:825:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:843:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:843:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:844:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:844:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:883:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:883:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:884:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:884:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:885:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:885:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:886:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:886:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:888:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:888:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:889:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:889:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:894:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:894:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:895:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:895:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1185:19: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1271:155: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1280:10: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1286:31: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1305:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1305:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1306:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1306:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1307:231: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1309:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1309:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1310:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1310:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1311:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1311:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1314:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1314:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1315:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1315:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1316:1: W191 indentation contains tabs ./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1316:1: E101 indentation contains mixed spaces and tabs ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:170:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:321:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:412:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_corner_case_models.py:82:51: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_corner_case_models.py:95:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_thread_models.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_alias.py:204:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_alias.py:708:21: F841 local variable '_new_domain' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:365:57: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:366:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:367:66: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:505:77: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:530:17: F841 local variable '_new_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:572:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:573:73: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:574:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:882:9: F841 local variable '_new_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:940:73: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:982:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1032:21: F841 local variable '_new_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1052:72: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1054:69: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1056:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1057:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1058:49: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1059:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1569:17: F841 local variable '_new_mails' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1575:17: F841 local variable '_new_messages' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1588:13: F841 local variable '_new_mails' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:2157:29: F841 local variable '_mail' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:9:1: F401 'unittest.mock.DEFAULT' imported but unused ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:543:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:3309:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:215:9: F841 local variable '_name' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:580:76: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:777:90: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:780:90: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:783:90: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:786:90: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_template_preview.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_template_preview.py:53:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:141:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:142:20: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:145:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:862:21: F841 local variable '_new_record' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:880:13: F841 local variable '_new_record' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:1748:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2200:13: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2250:21: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2298:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2361:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2362:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2367:9: F841 local variable '_user_notif' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2398:71: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2399:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2404:9: F841 local variable '_other_log' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2430:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2431:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2457:38: F541 f-string is missing placeholders ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_management.py:17:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_management.py:20:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:290:13: F841 local variable '_category' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:323:13: F841 local variable '_category' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:347:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:348:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:349:13: F841 local variable '_category' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:922:13: F841 local variable '_composer' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_thread_internals.py:539:21: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_thread_internals.py:627:13: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:200:21: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:245:17: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:333:13: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:486:13: F841 local variable '_message' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_multicompany.py:165:13: F841 local variable '_name' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_multicompany.py:169:13: F841 local variable '_subject' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:387:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:469:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:470:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:471:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:844:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_mail.py:685:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_mail.py:947:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_activity.py:102:13: F841 local variable 'activity' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_activity.py:180:17: F841 local variable 'activity' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae_invoice_period/models/account_move.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/controllers/main.py:7:1: F401 'odoo.http.request' imported but unused ./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/controllers/main.py:18:17: E117 over-indented ./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/models/pos_payment.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/models/pos_payment.py:5:1: F401 'requests' imported but unused ./Viindoo-odoo-17.0/addons/base_import_module/controllers/main.py:2:1: F401 'functools' imported but unused ./Viindoo-odoo-17.0/addons/base_import_module/models/ir_ui_view.py:4:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/base_import_module/models/ir_ui_view.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import_module/models/ir_module.py:180:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import_module/models/base_import_module.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/base_import_module/models/base_import_module.py:25:9: F841 local variable 'res' is assigned to but never used ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_cloc.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_cloc.py:37:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:44:34: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:157:34: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:179:34: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:188:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/l10n_it/migrations/0.7/post-map_carryover_to_new_report.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it/migrations/0.6/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_product_configurator/tests/common.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/delivery_stock_picking_batch/models/stock_picking_batch.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_in_sale/tests/test_l10n_in_sale_fiscal_position.py:66:9: F841 local variable 'company_state' is assigned to but never used ./Viindoo-odoo-17.0/addons/payment_payumoney/models/payment_provider.py:51:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_payumoney/models/payment_transaction.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/sale_purchase/models/sale_order_line.py:136:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_purchase/models/sale_order_line.py:193:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_purchase/tests/common.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_purchase/tests/test_sale_purchase.py:5:1: F401 'odoo.exceptions.AccessError' imported but unused ./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:6:1: F401 'requests' imported but unused ./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:8:1: F401 'lxml.html' imported but unused ./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:30:11: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:211:29: F811 redefinition of unused 'html' from line 8 ./Viindoo-odoo-17.0/addons/board/__manifest__.py:29:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_mx/controllers/portal.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_mx/models/template_mx.py:56:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_mx/models/template_mx.py:61:60: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_slides_survey/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides_survey/controllers/website_profile.py:14:57: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/website_slides_survey/controllers/website_profile.py:27:45: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_user.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_user.py:15:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides_survey/models/slide_slide.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_survey.py:11:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:4:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:5:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:8:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:9:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:10:18: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_log_contract.py:141:109: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_log_contract.py:141:129: E202 whitespace before ')' ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:8:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:12:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:140:117: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_model.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/fleet/report/fleet_report.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ec/models/account_journal.py:34:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/payment_ogone/models/payment_provider.py:39:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_ogone/models/payment_provider.py:64:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_forum/models/forum_post.py:436:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_forum/models/forum_post.py:567:16: E111 indentation is not a multiple of 4 ./Viindoo-odoo-17.0/addons/website_forum/populate/forum_post.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_forum/populate/forum_forum.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_forum/populate/mail_message.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_forum/tests/test_forum_internals.py:97:9: F841 local variable '_answer' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_forum/tests/test_forum_internals.py:159:9: F841 local variable '__' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_fi_sale/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai_multi_refund/models/account_move.py:12:6: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai_multi_refund/models/account_edi_format.py:22:22: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/mrp_subcontracting_account/models/product_product.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_subcontracting_account/tests/test_subcontracting_account.py:217:9: F841 local variable 'stock_cop_acc_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/base_automation/controllers/main.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_automation/controllers/main.py:16:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_automation/models/ir_actions_server.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_automation/models/ir_actions_server.py:81:22: F841 local variable 'other' is assigned to but never used ./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:518:35: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:536:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:872:35: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/l10n_cf/models/template_cf.py:31:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/payment_flutterwave/models/payment_provider.py:40:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_org_chart/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_org_chart/tests/test_employee_deletion.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_org_chart/tests/test_employee.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_crm/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_crm/__init__.py:9:45: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/sale_crm/models/sale_order.py:15:53: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_crm/models/sale_order.py:15:61: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:19:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:22:72: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:24:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:29:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:34:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:39:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:44:29: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_crm/models/crm_lead.py:4:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/l10n_cz/models/res_company.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_provider.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_provider.py:81:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_transaction.py:3:1: F401 'hmac' imported but unused ./Viindoo-odoo-17.0/addons/l10n_eu_oss/__init__.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_eu_oss/tests/test_oss.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:168:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:346:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1435:13: F841 local variable 'can_publish' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1538:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1539:29: E117 over-indented (comment) ./Viindoo-odoo-17.0/addons/website_slides/controllers/mail.py:4:1: F401 'werkzeug' imported but unused ./Viindoo-odoo-17.0/addons/website_slides/models/slide_question.py:61:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/models/res_groups.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:182:100: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:202:101: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:1106:96: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:1397:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_slides/tests/test_statistics.py:249:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/tests/test_slide_question.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/tests/test_slide_slide.py:101:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/tests/test_security.py:663:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_slides/tests/test_attendee.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_slides/tests/test_attendee.py:248:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:3:1: F401 'contextlib' imported but unused ./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:29:1: F401 'odoo.tools.config' imported but unused ./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:660:21: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/http_routing/models/ir_qweb.py:34:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/http_routing/tests/test_res_lang.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_service/__manifest__.py:9:116: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_payment/controllers/__init__.py:5:22: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment_method_line.py:6:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:20:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:102:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:47:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:105:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:121:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:180:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:18:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:37:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:66:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:106:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:209:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:236:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr/models/hr_employee.py:4:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/hr/models/hr_employee_base.py:94:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr/models/hr_employee_public.py:13:23: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:54:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:58:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:66:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/populate/hr.py:76:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/tests/test_ui.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:54:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:63:35: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr/tests/test_multi_company.py:4:1: F401 'odoo.tests.Form' imported but unused ./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:248:19: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:257:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:258:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:14:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:14:1: F401 'odoo.tools.float_is_zero' imported but unused ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:416:29: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:986:87: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:987:89: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_hu_edi/wizard/account_move_send.py:77:66: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/delivery/models/sale_order.py:25:48: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/delivery/models/sale_order.py:122:70: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_profile/controllers/main.py:33:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/website_profile/controllers/main.py:58:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_hr_recruitment/models/hr_job.py:119:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/test_website_hr_recruitment.py:4:1: F401 'odoo.api.Environment' imported but unused ./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/test_website_hr_recruitment.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/__init__.py:1:42: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/privacy_lookup/models/privacy_log.py:40:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:138:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:146:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:153:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:38:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:39:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:40:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:41:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:43:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:44:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/test_resource/tests/common.py:96:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:623:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:632:43: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:737:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:1342:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_account/models/google_service.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/google_account/models/google_service.py:67:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sms_twilio/tests/test_sms_twilio_controller.py:81:21: F841 local variable '_python_versionresponse' is assigned to but never used ./Viindoo-odoo-17.0/addons/sms_twilio/tests/common.py:82:13: F841 local variable '_sid' is assigned to but never used ./Viindoo-odoo-17.0/addons/sms_twilio/tests/common.py:219:13: F841 local variable '_response' is assigned to but never used ./Viindoo-odoo-17.0/addons/sale_project_stock/models/sale_order_line.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:211:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:260:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_session.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_order.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.Callable' imported but unused ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.List' imported but unused ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.Optional' imported but unused ./Viindoo-odoo-17.0/addons/pos_self_order/models/res_config_settings.py:94:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/pos_self_order/models/product_product.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_config.py:394:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_self_order/tests/self_order_common_test.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_self_order/tests/self_order_common_test.py:58:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:10:97: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:11:51: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:12:95: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_debit_note/models/account_move.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_debit_note/models/__init__.py:4:27: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/account_debit_note/tests/__init__.py:3:34: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/account_debit_note/wizard/account_debit_note.py:71:78: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account_debit_note/wizard/account_debit_note.py:71:79: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/account_debit_note/wizard/__init__.py:4:33: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_ec_website_sale/models/payment_method.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ec_website_sale/models/sale_order.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_mrp/models/stock_move.py:5:1: F401 'odoo.tools.float_utils.float_round' imported but unused ./Viindoo-odoo-17.0/addons/purchase_mrp/report/mrp_report_bom_structure.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_mrp/report/mrp_report_mo_overview.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase_mrp/tests/test_purchase_mrp_flow.py:764:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase_mrp/tests/test_purchase_mrp_flow.py:874:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/pos_sale_margin/tests/test_pos_sale_margin_report.py:33:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase/models/res_company.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:802:42: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:844:97: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:1078:56: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/purchase/models/purchase_order_line.py:645:11: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/purchase/models/account_invoice.py:61:42: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/purchase/models/account_invoice.py:474:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/purchase/models/product.py:100:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/migrations/9.0.1.2/pre-create-properties.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/report/purchase_report.py:89:61: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/purchase/report/purchase_bill.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:2:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:18:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:42:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:43:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:54:50: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:183:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:186:108: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:193:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:277:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:443:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:474:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:534:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:540:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:547:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:557:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:88:50: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:89:63: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:124:9: F841 local variable 'pol_prod_deliver' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:133:9: F841 local variable 'pol_serv_deliver' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:168:9: F841 local variable 'pol_prod_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:177:9: F841 local variable 'pol_serv_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:212:9: F841 local variable 'pol_prod_deliver' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:221:9: F841 local variable 'pol_serv_deliver' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:257:9: F841 local variable 'pol_prod_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:266:9: F841 local variable 'pol_serv_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:708:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_dashboard.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:3:1: F401 'logging' imported but unused ./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:40:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:47:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:111:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:87:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:101:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:158:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:5:1: F401 'psycopg2.sql' imported but unused ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:192:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:291:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:340:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:457:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:496:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:136:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:148:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:168:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:234:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:319:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:924:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:1029:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:1065:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:17:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:18:81: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:55:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment/tests/http_common.py:3:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/payment/tests/http_common.py:5:1: F401 'uuid.uuid4' imported but unused ./Viindoo-odoo-17.0/addons/payment/tests/common.py:121:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/wizards/payment_onboarding_wizard.py:106:79: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:39:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:107:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:127:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:19:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:21:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:29:130: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:60:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:62:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:92:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:94:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:100:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:102:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:104:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:153:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:155:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:157:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:234:27: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:237:9: F841 local variable 'r' is assigned to but never used ./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:237:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/iap/tests/common.py:53:90: F841 local variable 'contact_iap_mock' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_fr/__init__.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr/__init__.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr/models/res_company.py:45:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr/models/res_company.py:53:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr/models/res_partner.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_fr/models/res_partner.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/__init__.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:997:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1145:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1243:87: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1328:18: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1471:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:2175:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:2180:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/models/website.py:169:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/website_sale/models/website.py:171:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/website_sale/models/website.py:654:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:14:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:26:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:42:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:125:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:169:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:178:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/product_tag.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/models/product_pricelist.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:22:6: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:82:74: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:648:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:7:24: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:8:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:8:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order_line.py:16:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/models/sale_order_line.py:34:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/website_sale/report/sale_report.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/populate/product_public_category.py:22:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_recovery.py:5:1: F401 'odoo.tests.common.HttpCase' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_recovery.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:59:9: F841 local variable 'item_benelux' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:68:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:75:9: F841 local variable 'item_christmas' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:90:9: F841 local variable 'item_europe' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:395:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:723:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_visitor.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_express_checkout_flows.py:3:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_express_checkout_flows.py:4:1: F401 'uuid.uuid4' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_editor.py:96:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_editor.py:101:23: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:552:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:562:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:666:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_express_checkout_flows.py:3:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_express_checkout_flows.py:4:1: F401 'uuid.uuid4' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_customize.py:135:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_product_attribute_value_config.py:7:1: F401 'odoo.addons.account.tests.common.AccountTestInvoicingCommon' imported but unused ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_abandoned.py:123:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_ui.py:48:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_reorder_from_portal.py:37:16: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:338:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:388:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:401:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:414:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/account_analytic.py:49:15: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/project_task.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/__init__.py:4:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_holidays.py:40:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_holidays.py:179:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:250:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:419:106: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:420:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:459:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:498:74: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant_category.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:677:13: F601 dictionary key 'private_phone' repeated with different values ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:682:82: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:685:13: F601 dictionary key 'private_phone' repeated with different values ./Viindoo-odoo-17.0/addons/hr_recruitment/models/res_users.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_employee.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/hr_recruitment/models/calendar.py:36:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/models/calendar.py:36:51: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_job.py:284:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_job.py:370:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:89:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:98:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:99:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:100:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:101:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:102:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:103:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_recruitment/wizard/applicant_refuse_reason.py:56:37: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_gamification/models/gamification.py:30:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_gamification/wizard/gamification_badge_user_wizard.py:5:1: F401 'odoo.exceptions.AccessError' imported but unused ./Viindoo-odoo-17.0/addons/base_geolocalize/models/res_partner.py:37:55: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/res_config_settings.py:25:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:174:88: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:175:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:176:100: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:230:85: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:231:71: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:232:76: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:290:37: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:439:27: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:488:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:488:63: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:615:88: E228 missing whitespace around modulo operator ./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:663:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:4:1: F811 redefinition of unused 'Command' from line 2 ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:13:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:162:98: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:182:98: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:243:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:258:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:271:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_session.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_config.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_printer.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_do/models/template_do.py:2:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/__init__.py:5:21: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/pos_sale/models/pos_session.py:5:1: F401 'odoo.osv.expression.OR' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:163:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:183:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/models/sale_order.py:108:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:6:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:7:1: F401 'pytz' imported but unused ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_report.py:16:69: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:77:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:79:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:82:75: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:122:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:135:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:170:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:182:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:198:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:214:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:271:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:283:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:305:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:324:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:345:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:370:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:925:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:1113:58: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:12:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:115:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:171:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:197:9: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:250:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/survey/controllers/main.py:451:22: F841 local variable 'answer_sudo' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:34:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:39:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:42:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:45:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:50:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:54:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:59:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:62:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:65:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:70:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:73:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:76:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:92:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:109:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:115:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:119:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:122:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:125:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:128:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:135:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:139:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:142:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:147:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:152:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:156:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:161:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:164:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:193:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:197:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:200:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:205:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:210:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:214:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:217:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:222:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:227:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:231:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:236:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:241:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:447:63: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:681:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:701:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:957:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:961:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_invite.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_invite.py:216:52: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_results.py:128:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/tests/test_certification_badge.py:83:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:67:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:72:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:113:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:185:13: F841 local variable 'page1' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:193:13: F841 local variable 'q101' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:202:13: F841 local variable 'q102' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/common.py:8:1: F401 'contextlib.contextmanager' imported but unused ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_ui_backend.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:276:13: F841 local variable 'answer_other' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:278:13: F841 local variable 'answer_line_other' is assigned to but never used ./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:333:9: F841 local variable 'surveys' is assigned to but never used ./Viindoo-odoo-17.0/addons/account_peppol/__init__.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:80:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:85:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:98:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:128:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:162:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_peppol/models/res_company.py:9:1: F401 'odoo.addons.account.models.company.PEPPOL_LIST' imported but unused ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:19:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:20:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:21:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:22:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:26:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:27:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:28:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:29:20: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:47:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:64:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:133:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock/__init__.py:18:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/__init__.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/controllers/main.py:2:1: F401 'werkzeug' imported but unused ./Viindoo-odoo-17.0/addons/stock/controllers/__init__.py:1:19: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/stock/models/stock_rule.py:11:1: F401 'odoo.tools.html_escape' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:11:1: F401 'odoo.Command' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:17:1: F401 'odoo.tools.float_utils.float_round' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:492:127: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:912:79: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/models/stock_location.py:95:79: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/stock_location.py:96:84: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:103:13: F841 local variable 'scrap_location' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:131:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:149:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:157:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:165:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/res_company.py:172:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/stock/models/stock_orderpoint.py:84:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock/models/stock_orderpoint.py:373:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/models/stock_package_level.py:34:6: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/models/stock_package_level.py:114:77: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:11:1: F401 'odoo.addons.base.models.ir_model.MODULE_UNINSTALL_FLAG' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:332:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:356:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:643:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:867:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:992:19: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:923:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1348:47: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1524:25: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1692:9: F841 local variable 'quants_cache' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:2066:72: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:2067:69: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/models/product.py:29:67: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/product.py:30:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/product.py:684:58: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/models/product.py:862:71: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/stock/models/product.py:1050:50: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/models/product.py:1081:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/models/stock_lot.py:5:1: F401 'operator.attrgetter' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_lot.py:153:26: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/stock/models/res_config_settings.py:4:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:786:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:791:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:1442:30: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:64:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:65:40: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:66:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:67:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:68:43: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:70:39: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:71:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:76:36: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:77:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:78:39: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:79:35: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:152:21: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:158:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:159:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:160:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:161:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:170:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:171:28: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:172:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:173:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:5:1: F401 'odoo.tools.config' imported but unused ./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:11:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:67:13: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:71:17: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:75:17: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:78:17: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:79:139: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:80:135: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/report/report_stock_rule.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/stock/report/report_stock_rule.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/stock/report/product_label_report.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/populate/stock.py:321:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:997:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:998:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:999:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1000:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1001:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1003:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/stock/tests/test_robustness.py:362:53: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/tests/test_robustness.py:372:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:30:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:70:9: F841 local variable 'new_pack1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:80:9: F841 local variable 'new_pack2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:145:9: F841 local variable 'rule_low_priority' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:285:9: F841 local variable 'orderpoint' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:310:9: F841 local variable 'delivery_move' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_lot.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_report_tours.py:2:1: F401 'odoo' imported but unused ./Viindoo-odoo-17.0/addons/stock/tests/test_report_tours.py:3:1: F401 'odoo.tests.Form' imported but unused ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_flow.py:1174:9: F841 local variable 'quants' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_flow.py:2602:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:242:9: F841 local variable 'package_level' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:284:9: F841 local variable 'ship_move_a' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:351:9: F841 local variable 'package' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:774:9: F841 local variable 'first_pack' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:925:115: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:1887:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:702:9: F841 local variable 'untracked_move_line' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:4909:29: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:4942:29: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:5798:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:5807:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:6377:23: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/tests/test_replenish.py:12:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:125:25: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:138:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock/tests/test_quant_inventory_mode.py:158:13: F841 local variable 'invalid_quant' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:12:1: F401 'odoo.tools.float_is_zero' imported but unused ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:12:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:152:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:352:66: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:955:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2243:9: F841 local variable 'move_3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2315:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2345:9: F841 local variable 'supplier_location' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2359:9: F841 local variable 'putaway_product' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2380:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2782:9: F841 local variable 'precision_digits' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3009:34: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3611:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3672:9: F841 local variable 'pack_location' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:90:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1038:32: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1041:33: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1092:32: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1095:33: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1168:157: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1168:158: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock/tests/test_warehouse.py:7:1: F401 'odoo.tools.mute_logger' imported but unused ./Viindoo-odoo-17.0/addons/stock/wizard/stock_inventory_adjustment_name.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/stock/wizard/product_replenish.py:4:1: F401 'datetime' imported but unused ./Viindoo-odoo-17.0/addons/stock/wizard/stock_scheduler_compute.py:12:1: F401 'threading' imported but unused ./Viindoo-odoo-17.0/addons/uom/models/uom_uom.py:18:80: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/uom/models/uom_uom.py:51:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_sg/__init__.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_sg/models/res_company.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_sg/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_sg/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_industry.py:14:44: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:89:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_role.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_helpers.py:1:1: F401 'math.floor' imported but unused ./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_helpers.py:1:1: F401 'math.log10' imported but unused ./Viindoo-odoo-17.0/addons/crm_iap_mine/tests/common.py:10:1: F401 'odoo.addons.iap.tools.iap_tools' imported but unused ./Viindoo-odoo-17.0/addons/crm_iap_mine/tests/common.py:49:17: F841 local variable 'iap_payload' is assigned to but never used ./Viindoo-odoo-17.0/addons/auth_totp/controllers/home.py:10:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_totp/controllers/home.py:17:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/auth_totp/models/res_users.py:21:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/auth_totp/models/ir_http.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/models/totp.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/models/totp.py:43:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:29:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:46:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:98:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/auth_totp/wizard/auth_totp_wizard.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_totp/wizard/auth_totp_wizard.py:64:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account_tax_python/tests/test_tax.py:39:20: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_es_edi_verifactu/models/verifactu_document.py:427:21: F841 local variable '_xml_node' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_skills/models/hr_employee_skill.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_skills/models/hr_skill_level.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/hr_skills/report/hr_employee_skill_report.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_skills/report/hr_employee_cv_report.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_skills/tests/test_ui.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_hr/models/hr_employee.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_hr/report/pos_order_report.py:3:1: F401 'functools.partial' imported but unused ./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:15:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:13:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:511:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp_repair/tests/test_tracability.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_repair/tests/test_tracability.py:63:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_fi/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_id_efaktur/models/efaktur.py:56:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_id_efaktur/models/account_move.py:290:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_id_efaktur/tests/test_l10n_id_efaktur.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/controllers/main.py:8:1: F401 'odoo.tools.misc' imported but unused ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:5:1: F401 'binascii' imported but unused ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:117:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:150:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:540:30: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:541:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1099:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1434:37: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1485:17: F402 import 'fields' from line 25 shadowed by loop variable ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1579:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1594:26: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1605:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1606:40: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1609:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1621:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1629:1: E302 expected 2 blank lines, found 0 ./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1632:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/base_import/models/odf_ods_reader.py:88:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/project/__manifest__.py:147:51: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/__manifest__.py:160:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/__init__.py:37:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/controllers/portal.py:445:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/controllers/project_sharing_chatter.py:100:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/models/project_project_stage.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/models/project_tags.py:6:1: F401 'odoo.SUPERUSER_ID' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_task_recurrence.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/models/project_task.py:9:1: F401 'odoo._lt' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_task.py:14:1: F401 'odoo.tools.misc.get_lang' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_task.py:965:31: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1094:52: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1095:57: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1096:75: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1103:56: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1104:88: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1108:56: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1109:113: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1110:83: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1110:89: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1118:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1401:82: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/project/models/project_task.py:1795:119: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/models/project_update.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_update.py:6:1: F401 'werkzeug.urls.url_encode' imported but unused ./Viindoo-odoo-17.0/addons/project/models/project_update.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/models/project_task_stage_personal.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/models/project_project.py:776:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/project/models/project_milestone.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/report/project_report.py:6:1: F401 'odoo.addons.rating.models.rating_data.RATING_TEXT' imported but unused ./Viindoo-odoo-17.0/addons/project/report/project_report.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/populate/project.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/populate/project.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/populate/project.py:86:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/project/populate/project.py:88:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/project/populate/project.py:90:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/project/populate/project.py:94:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/project/tests/test_task_follow.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_milestone.py:56:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_milestone.py:191:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_update_flow.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:115:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:140:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:161:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:235:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:256:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_task_dependencies.py:9:1: F401 'datetime.date' imported but unused ./Viindoo-odoo-17.0/addons/project/tests/test_project_base.py:6:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/project/tests/test_project_base.py:226:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_personal_stages.py:64:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/project/tests/test_personal_stages.py:381:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_flow.py:71:13: F841 local variable 'task' is assigned to but never used ./Viindoo-odoo-17.0/addons/project/tests/test_project_profitability.py:53:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_report.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_update_access_rights.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:121:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:227:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:367:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_subtasks.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_subtasks.py:221:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/project/tests/test_task_state.py:47:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_sharing.py:77:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/tests/test_project_sharing.py:330:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/project/tests/test_project_update_ui.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project/wizard/project_project_stage_delete.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_fec/__manifest__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/tests/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/__init__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:114:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:447:61: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:447:62: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/crm/models/crm_lead_scoring_frequency.py:15:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm/models/digest.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/crm/models/res_partner.py:9:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:589:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:632:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:637:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:642:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:647:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:652:26: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:656:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/crm/models/crm_team_member.py:6:1: F401 'math' imported but unused ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:7:1: F401 'ast.literal_eval' imported but unused ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:788:53: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:1876:9: F841 local variable 'Partner' is assigned to but never used ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:2225:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:2597:82: E272 multiple spaces before keyword ./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:37:14: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:122:19: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:144:19: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:100:9: F841 local variable '_opp_proba100' is assigned to but never used ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:236:9: F841 local variable 'customer' is assigned to but never used ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:241:9: F841 local variable 'convert' is assigned to but never used ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_merge.py:180:71: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_pls.py:9:1: F401 'odoo.tests.loaded_demo_data' imported but unused ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_pls.py:107:47: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead.py:563:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/crm/tests/common.py:21:14: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/crm/tests/common.py:24:31: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/crm/tests/common.py:663:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_smart_calendar.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm/wizard/crm_lead_lost.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/crm/wizard/crm_merge_opportunities.py:56:160: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_lu/__init__.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_lu/__init__.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_lu/migrations/2.2/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_lu/migrations/2.1/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_session.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_order.py:56:41: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_order.py:56:61: E202 whitespace before '}' ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_payment.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_payment.py:4:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_restaurant.py:72:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_restaurant/tests/test_frontend.py:190:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_restaurant/tests/test_frontend.py:195:56: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ro_efactura/models/ciusro_document.py:89:150: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_ee/migrations/1.1/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:6:14: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:15:14: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:16:11: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:19:11: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/bus/__manifest__.py:2:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/bus/websocket.py:67:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/bus/websocket.py:728:69: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/bus/websocket.py:806:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/bus/websocket.py:943:5: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/bus/models/bus.py:8:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/bus/models/bus.py:52:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/bus/models/bus.py:266:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-odoo-17.0/addons/bus/tests/test_assetsbundle.py:4:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/bus/tests/test_assetsbundle.py:22:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/bus/tests/test_websocket_caryall.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/bus/tests/test_websocket_rate_limiting.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_company.py:27:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_company.py:68:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:10:1: F401 'operator.itemgetter' imported but unused ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:33:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:39:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:44:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:447:87: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:816:31: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1045:18: F841 local variable 'elements' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1317:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1328:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/ddt.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_export.py:334:9: F841 local variable 'tax_10' is assigned to but never used ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_reverse_charge.py:4:1: F401 'collections.namedtuple' imported but unused ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_pa.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:90:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:91:13: E117 over-indented ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:92:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:102:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:103:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:108:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:109:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:115:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:120:15: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_import.py:180:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/pos_stripe/models/pos_payment_method.py:27:93: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/pos_stripe/models/pos_payment_method.py:55:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hr_presence/models/ir_websocket.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_presence/models/hr_employee.py:46:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_presence/models/res_users_log.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_my_edi/models/account_edi_xml_ubl_my.py:523:42: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/l10n_my_edi/models/account_edi_proxy_user.py:72:9: F841 local variable '_error' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_expense/models/account_journal_dashboard.py:54:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_expense/models/account_journal_dashboard.py:54:39: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_expense/models/hr_expense.py:919:9: F841 local variable 'target_currency' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_expense/models/account_move_line.py:11:76: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_expense/tests/test_expenses.py:541:43: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_expense/tests/test_expenses.py:989:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_expense/wizard/hr_expense_split_wizard.py:4:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/hr_expense/wizard/account_payment_register.py:3:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/hr_expense/wizard/account_payment_register.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/auth_password_policy_portal/controllers.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:170:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:232:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:232:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:234:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:234:15: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:360:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:437:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:584:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:639:5: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/gamification/models/gamification_goal.py:176:90: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:158:54: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:158:55: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:290:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/wizard/update_goal.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/gamification/wizard/update_goal.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/gamification/wizard/grant_badge.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/gamification/wizard/grant_badge.py:26:13: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_fr_hr_work_entry_holidays/models/hr_work_entry.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_fr_hr_work_entry_holidays/tests/test_french_work_entries.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/base_setup/tests/test_res_config_doc_links.py:9:64: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry/__manifest__.py:1:1: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_work_entry/models/hr_employee.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_gcc_invoice/models/account_move.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_gcc_invoice/models/account_move.py:68:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/models/res_users.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/models/hr_employee.py:62:77: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_homeworking/models/hr_work_location.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/tests/test_hr_employee_location.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_homeworking/wizard/homework_location_wizard.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/auth_password_policy_signup/controllers.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mass_mailing/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_mailing_test.py:7:1: F401 'odoo.fields.Command' imported but unused ./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_mailing_sms.py:399:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_performance.py:25:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/common.py:113:9: F841 local variable '_country_us_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/microsoft_account/models/microsoft_service.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/microsoft_account/models/microsoft_service.py:165:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/microsoft_account/models/res_users.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/microsoft_account/models/res_users.py:7:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/account_check_printing/models/account_journal.py:82:28: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/account_check_printing/models/account_payment.py:222:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/models/stock_move_line.py:5:1: F401 'odoo.tools.float_compare' imported but unused ./Viindoo-odoo-17.0/addons/stock_account/models/stock_move.py:8:1: F401 'odoo.tools.float_round' imported but unused ./Viindoo-odoo-17.0/addons/stock_account/models/stock_move.py:396:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/stock_account/models/product.py:624:55: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_account/models/stock_valuation_layer.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:150:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:319:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:391:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:433:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:501:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:613:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:843:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:939:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:1003:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:2613:52: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:3535:9: F841 local variable 'supplier1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:128:69: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:150:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:151:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:152:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:161:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:162:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:172:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:173:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:183:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:184:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:200:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:210:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:220:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:221:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:222:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:235:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:251:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:339:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:363:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:364:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:372:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:373:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:381:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:382:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:398:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:399:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:415:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:416:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:425:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:426:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:440:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:441:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:444:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:446:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:454:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:455:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:464:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:473:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:474:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:475:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:482:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:483:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:485:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:494:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:495:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:497:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:505:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:506:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:509:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:517:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:518:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:519:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:677:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:678:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:679:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:687:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:688:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:691:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:693:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:701:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:710:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:711:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:713:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:721:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:722:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:731:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:732:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:733:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:734:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:742:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:744:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:757:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:759:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:768:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:770:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:786:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:788:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:789:9: F841 local variable 'move4' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:797:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:798:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:805:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:806:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:808:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:814:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:815:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:818:9: F841 local variable 'move5' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:824:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:825:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:826:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:886:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:887:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:888:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:906:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:907:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:908:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:923:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:924:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:925:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:938:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:939:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:940:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:953:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:954:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:955:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:967:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:968:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:969:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:982:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:983:9: F841 local variable 'move2' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:984:9: F841 local variable 'move3' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1012:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1038:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1070:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1089:9: F841 local variable 'move1' is assigned to but never used ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1122:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1257:69: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1382:69: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:75:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:126:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:239:31: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/stock_account/tests/test_account_move.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_account/tests/test_anglo_saxon_valuation_reconciliation_common.py:7:1: F401 'odoo.tests.tagged' imported but unused ./Viindoo-odoo-17.0/addons/stock_account/tests/test_anglo_saxon_valuation_reconciliation_common.py:100:80: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/product_email_template/models/account_move.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/product_email_template/models/__init__.py:4:27: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/product_email_template/tests/test_account_move.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays_attendance/models/hr_leave.py:9:1: F401 'odoo.tools.float_round' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays_attendance/models/hr_leave.py:37:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_holidays_attendance/tests/test_holidays_overtime.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_cn/models/account_move.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_membership/models/membership.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp_product_expiry/tests/test_mrp_product_expiry.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mail_bot/models/res_users.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mail_bot/models/discuss_channel.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mail_bot/models/discuss_channel.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/mail_bot/models/mail_bot.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/__init__.py:36:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/controllers/portal.py:178:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/models/res_company.py:30:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_task.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_task.py:51:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hr_timesheet/models/hr_timesheet.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_project.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/report/project_report.py:19:35: E222 multiple spaces after operator ./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:15:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:48:67: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:49:46: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:159:13: F841 local variable 'timesheet2' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:589:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:641:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_performance.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_portal_timesheet.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_my_edi_extended/tests/test_new_submissions_flow.py:438:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/l10n_my_edi_extended/tests/test_new_submissions_flow.py:442:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/auth_totp_portal/tests/test_tour.py:23:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/auth_totp_portal/tests/test_tour.py:40:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:3:11: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:4:18: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:13:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:15:14: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:4:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:5:1: F401 'zipfile' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:6:1: F401 'werkzeug.urls.url_encode' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:5:1: F401 'odoo.tools.pdf.OdooPdfFileReader' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:6:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:8:1: F401 'odoo.exceptions.RedirectWarning' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:10:1: F401 'lxml.etree' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:11:1: F401 'struct.error as StructError' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:12:1: F401 'base64' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:13:1: F401 'io' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:15:1: F401 'pathlib' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:16:1: F401 're' imported but unused ./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_document.py:189:13: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/account_edi/tests/common.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/account_edi/tests/common.py:127:30: E711 comparison to None should be 'if cond is not None:' ./Viindoo-odoo-17.0/addons/hr_holidays/__init__.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_accrual_plan_level.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:46:25: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:47:24: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:48:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:158:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:21:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:423:126: E211 whitespace before '[' ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:428:138: E211 whitespace before '[' ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:563:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:28:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:34:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:409:17: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:604:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:980:135: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1144:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1305:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1401:110: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_department.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/holidays_summary_report.py:10:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/holidays_summary_report.py:81:46: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:5:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_employee_type_report.py:19:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_employee_type_report.py:19:29: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report_calendar.py:41:16: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report_calendar.py:70:14: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_allocation_access_rights.py:149:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:11:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:384:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:408:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:492:13: F841 local variable 'res' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:507:13: F841 local variable 'name' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:720:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:771:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_accrual_allocations.py:2441:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:114:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:121:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:122:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:211:9: F841 local variable 'global_leave' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_holidays_calendar.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_leave_requests.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_leave_requests.py:303:46: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:195:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:225:13: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:22:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:322:10: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:326:10: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_change_department.py:56:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_change_department.py:64:55: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_res_partner.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:4:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:20:100: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_holidays_summary_employees.py:5:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mrp/__init__.py:24:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/__init__.py:32:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/__init__.py:41:5: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_routing.py:158:22: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_routing.py:180:42: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/mrp/models/stock_picking.py:94:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/res_company.py:31:20: E221 multiple spaces before operator ./Viindoo-odoo-17.0/addons/mrp/models/mrp_document.py:22:32: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_document.py:32:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/stock_orderpoint.py:7:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/mrp/models/mrp_unbuild.py:55:17: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/mrp/models/mrp_unbuild.py:113:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp/models/stock_scrap.py:15:28: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/stock_traceability.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused ./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:491:84: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:555:12: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mrp/models/product.py:9:1: F811 redefinition of unused 'groupby' from line 6 ./Viindoo-odoo-17.0/addons/mrp/models/product.py:9:1: F401 'odoo.tools.groupby' imported but unused ./Viindoo-odoo-17.0/addons/mrp/models/product.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/product.py:105:34: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/models/product.py:111:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/product.py:333:84: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/models/product.py:393:34: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:753:122: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:1321:112: E502 the backslash is redundant between brackets ./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:2734:13: F841 local variable 'rounding' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:2817:29: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:33:75: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:40:63: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:43:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:84:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:98:9: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:123:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:129:9: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/mrp/models/stock_warehouse.py:309:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:377:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:403:16: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:413:24: E713 test for membership should be 'not in' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workcenter.py:308:34: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/models/mrp_workcenter.py:389:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/report/stock_forecasted.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mrp/report/mrp_report_bom_structure.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/report/mrp_report_mo_overview.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/tests/test_byproduct.py:20:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/mrp/tests/test_byproduct.py:57:9: F841 local variable 'bom_product_b' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:5:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:5:1: F401 'datetime.timedelta' imported but unused ./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:7:1: F401 'odoo.fields.Datetime as Dt' imported but unused ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:54:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:121:13: F841 local variable 'unbuild_order' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:586:9: F841 local variable 'produce_wizard' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:841:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:846:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:921:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:973:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:130:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:131:49: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:132:49: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:136:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:137:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:138:49: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:142:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:143:49: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:144:46: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:238:111: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:244:111: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:252:111: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:260:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:706:9: F841 local variable 'report_values_12' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:709:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1089:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1755:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1769:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:567:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1709:9: F841 local variable 'res_dict' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1835:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1847:67: E712 comparison to False should be 'if cond is not False:' or 'if cond:' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2575:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2973:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2988:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3239:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3264:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3449:26: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3706:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3737:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3799:9: E266 too many leading '#' for block comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4014:101: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4019:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4020:82: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4025:101: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/tests/test_replenish.py:14:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/mrp/tests/test_smp.py:240:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock_report.py:339:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:173:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:203:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:204:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:460:9: F841 local variable 'move_receipt_1' is assigned to but never used ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:22:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:26:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:30:33: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:34:30: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:99:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:103:31: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:135:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:340:14: E201 whitespace after '{' ./Viindoo-odoo-17.0/addons/mrp/tests/test_backorder.py:307:33: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/mrp/tests/test_backorder.py:308:15: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/mrp/wizard/mrp_consumption_warning.py:94:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:4:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:103:116: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:103:117: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/mrp/wizard/stock_warn_insufficient_qty.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:18:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:19:39: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:20:50: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_leave.py:4:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:53:40: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:54:44: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:55:45: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:60:41: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:78:69: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:4:1: F401 'datetime.time' imported but unused ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:209:34: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:220:33: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_leave.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_dropshipping/models/stock.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_dropshipping/models/stock.py:49:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_dropshipping/tests/test_lifo_price.py:4:1: F401 'odoo.tools' imported but unused ./Viindoo-odoo-17.0/addons/stock_dropshipping/tests/test_lifo_price.py:6:1: F401 'odoo.tests.common' imported but unused ./Viindoo-odoo-17.0/addons/l10n_de/models/account_journal.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_de/models/chart_template.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_de/models/account_move.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/project_hr_expense/models/project_project.py:8:1: F401 'collections.defaultdict' imported but unused ./Viindoo-odoo-17.0/addons/project_hr_expense/models/project_project.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/test_website_slides_full/tests/test_ui_wslides.py:146:9: F841 local variable 'slide_channel_demo_6_furn3' is assigned to but never used ./Viindoo-odoo-17.0/addons/pos_self_order_stripe/controllers/orders.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/phone_validation/models/res_partner.py:4:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused ./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.NumberFormat' imported but unused ./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.PhoneNumberDesc' imported but unused ./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.PhoneMetadata' imported but unused ./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:88: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/phone_validation/tests/test_phonenumbers_patch.py:12:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:5:1: F401 'odoo.osv.expression.OR' imported but unused ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:6:1: F401 'ast' imported but unused ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:148:34: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order.py:63:9: E731 do not assign a lambda expression, use a def ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:22:73: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:22:74: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_card.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/res_config_settings.py:3:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_config.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_config.py:21:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_mail.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_reward.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_program.py:5:1: F401 'odoo.tools.unique' imported but unused ./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_program.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order_line.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:126:22: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:838:34: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:865:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:951:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:1549:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/project_purchase/tests/test_project_profitability.py:219:95: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/pos_razorpay/models/razorpay_pos_request.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment_method.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_delivery/models/stock_picking.py:199:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/stock_delivery/models/sale_order.py:30:36: E225 missing whitespace around operator ./Viindoo-odoo-17.0/addons/stock_delivery/models/stock_move.py:50:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:75:132: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:110:114: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:139:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:159:30: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:160:34: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:184:27: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_stock_move.py:160:122: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_stock_move.py:161:122: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_cost.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/controllers/main.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/models/res_users.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/models/res_users.py:38:5: E301 expected 1 blank line, found 0 ./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_employee_public.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:244:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:298:13: F841 local variable 'calendar' is assigned to but never used ./Viindoo-odoo-17.0/addons/hr_attendance/tests/test_hr_attendance_overtime.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_attendance/tests/test_hr_attendance_overtime.py:384:1: W293 blank line contains whitespace ./Viindoo-odoo-17.0/addons/l10n_ch/__manifest__.py:19:159: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/l10n_ch/__manifest__.py:49:6: E203 whitespace before ',' ./Viindoo-odoo-17.0/addons/l10n_ch/__init__.py:22:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:11:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:35:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:40:31: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:41:64: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:233:16: E114 indentation is not a multiple of 4 (comment) ./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:233:16: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:6:1: F401 'odoo.exceptions.ValidationError' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:8:1: F401 'odoo.addons.base_iban.models.res_partner_bank.validate_iban' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:9:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:81:25: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:83:49: E203 whitespace before ':' ./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:8:1: F401 'reportlab.lib.units.mm' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:10:32: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:11:62: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:13:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/migrations/0.0.0/pre-migrate-qr-template.py:20:9: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_ch/migrations/9.0.9.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/migrations/9.0.9.0/pre-set_tags_and_taxes_updatable.py:9:1: W391 blank line at end of file ./Viindoo-odoo-17.0/addons/l10n_ch/report/swissqr_report.py:4:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/report/__init__.py:3:29: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:67:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:72:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:76:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_swissqr.py:7:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/auth_ldap/__manifest__.py:6:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/auth_ldap/models/res_company_ldap.py:8:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/auth_ldap/models/__init__.py:6:34: W292 no newline at end of file ./Viindoo-odoo-17.0/addons/l10n_ar/demo/account_demo.py:2:1: F401 'logging' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/models/res_company.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_ar/models/l10n_latam_document_type.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/models/account_fiscal_position.py:2:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/models/account_chart_template.py:3:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/models/account_chart_template.py:4:1: F401 'odoo.addons.account.models.chart_template.template' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/tests/common.py:3:1: F401 'odoo.tests.common.tagged' imported but unused ./Viindoo-odoo-17.0/addons/l10n_ar/tests/common.py:355:9: F841 local variable 'invoice_user_id' is assigned to but never used ./Viindoo-odoo-17.0/addons/website_event/controllers/main.py:19:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event/controllers/main.py:416:13: E722 do not use bare 'except' ./Viindoo-odoo-17.0/addons/website_event/models/website.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event/tests/test_event_mail.py:6:42: E271 multiple spaces after keyword ./Viindoo-odoo-17.0/addons/website_event/tests/test_event_mail.py:10:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:17:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:290:68: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:290:88: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_event_event.py:4:1: F401 'datetime.datetime' imported but unused ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:103:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:122:17: F841 local variable '_event' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:143:17: F841 local variable '_event' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:249:13: F841 local variable '_registrations' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:273:13: F841 local variable '_registrations' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:296:13: F841 local variable '_registrations' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:311:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:324:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:337:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:351:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:366:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:381:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:395:13: F841 local variable '_registration' is assigned to but never used ./Viindoo-odoo-17.0/addons/account_lock/models/res_company.py:6:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/__init__.py:5:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/models/account_invoice.py:75:45: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/models/account_invoice.py:75:46: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/tests/test_ddt.py:14:30: E231 missing whitespace after ':' ./Viindoo-odoo-17.0/addons/hr_timesheet_attendance/tests/test_timesheet_attendance.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/hr_timesheet_attendance/tests/test_timesheet_attendance.py:16:52: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/payment_paypal/controllers/main.py:13:1: F401 'odoo.tools.html_escape' imported but unused ./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_provider.py:5:1: F401 'odoo._' imported but unused ./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_provider.py:27:5: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_transaction.py:7:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/payment_paypal/tests/test_paypal.py:9:1: F401 'odoo.tools.float_repr' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/res_company.py:2:1: F401 'odoo.fields' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/l10n_latam_document_type.py:3:1: F401 'odoo.osv.expression' imported but unused ./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/account_journal.py:6:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/report/invoice_report.py:10:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order.py:852:29: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order.py:945:90: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order_line.py:105:87: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_pay_with_gift_card.py:113:49: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_pay_with_gift_card.py:154:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:42:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:100:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_buy_gift_card.py:9:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_multi_company.py:5:1: F401 'odoo.exceptions.UserError' imported but unused ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_with_code_operations.py:321:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_with_code_operations.py:335:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:293:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:299:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:309:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:319:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:329:60: E741 ambiguous variable name 'l' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/common.py:78:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/common.py:238:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:732:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:732:39: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:820:38: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:820:39: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:962:11: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1058:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1072:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1077:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1083:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1089:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1118:68: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1174:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/sale_loyalty/wizard/sale_loyalty_coupon_wizard.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/sale_loyalty/wizard/sale_loyalty_reward_wizard.py:7:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/crm_mail_plugin/tests/test_crm_mail_plugin.py:4:1: F401 'json' imported but unused ./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:8:1: F401 'odoo.osv.expression.AND' imported but unused ./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:11:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:104:45: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:104:54: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:111:9: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:113:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:114:13: E116 unexpected indentation (comment) ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:682:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:1146:1: E303 too many blank lines (3) ./Viindoo-odoo-17.0/addons/stock_picking_batch/wizard/stock_add_to_wave.py:37:5: E303 too many blank lines (2) ./Viindoo-odoo-17.0/addons/stock_picking_batch/wizard/stock_package_destination.py:4:1: F401 'odoo.api' imported but unused ./Viindoo-odoo-17.0/addons/l10n_es_pos/models/pos_order.py:3:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_es_pos/tests/test_frontend.py:31:9: E306 expected 1 blank line before a nested definition, found 0 ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/controllers/main.py:24:60: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/controllers/main.py:53:56: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:31:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:31:86: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:32:57: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:33:65: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:33:66: E262 inline comment should start with '# ' ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:38:70: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:39:106: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:45:68: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:46:71: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/account_test/__manifest__.py:16:98: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/account_test/__manifest__.py:17:96: W291 trailing whitespace ./Viindoo-odoo-17.0/addons/pos_adyen/controllers/main.py:80:56: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:6:1: F401 'random' imported but unused ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:8:1: F401 'string' imported but unused ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:10:1: F401 'werkzeug.exceptions.Forbidden' imported but unused ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:18:36: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:20:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:31:85: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:32:86: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/iap_crm/models/crm_lead.py:10:48: E261 at least two spaces before inline comment ./Viindoo-odoo-17.0/addons/l10n_be_pos_sale/tests/test_l10n_be_pos_sale.py:8:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/addons/l10n_be_pos_sale/tests/test_l10n_be_pos_sale.py:16:9: E265 block comment should start with '# ' ./Viindoo-odoo-17.0/doc/cla/stats.py:9:1: F401 'pprint' imported but unused ./Viindoo-odoo-17.0/doc/cla/stats.py:16:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/doc/cla/stats.py:17:48: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/doc/cla/stats.py:23:1: E302 expected 2 blank lines, found 1 ./Viindoo-odoo-17.0/doc/cla/stats.py:24:5: F841 local variable 'r' is assigned to but never used ./Viindoo-odoo-17.0/doc/cla/stats.py:29:199: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/doc/cla/stats.py:29:201: E251 unexpected spaces around keyword / parameter equals ./Viindoo-odoo-17.0/doc/cla/stats.py:31:64: E231 missing whitespace after ',' ./Viindoo-odoo-17.0/doc/cla/stats.py:54:1: E305 expected 2 blank lines after class or function definition, found 1 ./Viindoo-erponline-enterprise-17.0/viin_iot/__manifest__.py:82:26: E261 at least two spaces before inline comment ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:53:13: E203 whitespace before ':' ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:54:26: E261 at least two spaces before inline comment ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:54:27: E262 inline comment should start with '# ' ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/models/mrp_production.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/models/mrp_workorder.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:8:5: W191 indentation contains tabs ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:8:5: E101 indentation contains mixed spaces and tabs ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:37:26: E261 at least two spaces before inline comment ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:37:27: E262 inline comment should start with '# ' ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:16:13: E265 block comment should start with '# ' ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:21: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:23: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:40: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:42: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:92:36: W291 trailing whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:98:1: W293 blank line contains whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:72: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:74: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:91: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:93: E251 unexpected spaces around keyword / parameter equals ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:146:1: W293 blank line contains whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:149:1: W293 blank line contains whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:150:1: W293 blank line contains whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:152:5: E303 too many blank lines (3) ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:155:141: W291 trailing whitespace ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:176:13: E303 too many blank lines (2) ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:1:1: F401 'odoo.fields' imported but unused ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:1:1: F401 'odoo.api' imported but unused ./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:2:1: F401 'odoo.tools.safe_eval' imported but unused ./Viindoo-erponline-enterprise-17.0/viin_mrp_barcode_backdate/__manifest__.py:47:26: E261 at least two spaces before inline comment ./Viindoo-erponline-enterprise-17.0/viin_mrp_barcode_backdate/__manifest__.py:47:27: E262 inline comment should start with '# '
08/01/2026 09:50:04 ERROR
Subbuild # 400321: odoo.addons.test_pylint.tests.test_pylint: FAIL: TestPyLint.test_pylint Traceback (most recent call last): File "/data/build/Viindoo-tvtmaaddons-17.0/test_pylint/tests/test_pylint.py", line 176, in test_pylint self.fail("pylint test failed:\n" + (b"\n" + out + b"\n" + err).decode('utf-8').strip()) AssertionError: pylint test failed: No files to lint: exiting.
08/01/2026 09:50:04 ERROR
Subbuild # 400321: odoo.modules.loading: Module test_pylint: 4 failures, 0 errors of 39 tests
08/01/2026 09:50:04 ERROR
Subbuild # 400321: odoo.modules.loading: At least one test failed when loading the modules.
08/01/2026 09:50:04 ERROR
Subbuild # 400321: odoo.tests.result: 4 failed, 0 error(s) of 56 tests when loading database 'rb-e76df44-223575-400321'
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.account.tests.test_tour.TestUi: Chrome headless failed to start: [221:221:0100/000000.313817:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.account.tests.test_tour.TestUi: Chrome headless failed to start:
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.auth_totp.tests.test_totp.TestTOTP: Chrome headless failed to start: [494:515:0801/041431.783829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [494:515:0801/041431.789069:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [494:515:0801/041431.789803:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [494:515:0801/041431.789940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [494:494:0801/041431.804380:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [494:515:0801/041431.822526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [529:529:0801/041431.836262:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [494:515:0801/041431.870408:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [494:494:0801/041431.919059:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [494:515:0801/041431.919200:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [494:515:0801/041431.919248:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [494:515:0801/041431.919262:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [494:515:0801/041431.919273:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [494:515:0801/041431.919283:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [494:515:0801/041431.919294:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [494:494:0801/041431.919217:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.auth_totp.tests.test_totp.TestTOTP: Chrome headless failed to start: [807:828:0801/041432.855225:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [807:828:0801/041432.866084:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [807:828:0801/041432.869494:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [807:828:0801/041432.869568:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [807:807:0801/041432.883186:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [842:842:0801/041432.900535:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [807:828:0801/041432.901703:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [807:828:0801/041432.962860:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [807:807:0801/041433.014082:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [807:807:0801/041433.014264:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [807:828:0801/041433.014276:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [807:828:0801/041433.014324:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [807:828:0801/041433.014340:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [807:828:0801/041433.014351:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [807:828:0801/041433.014360:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [807:828:0801/041433.014370:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.auth_totp.tests.test_totp.TestTOTP: Chrome headless failed to start: [1040:1061:0801/041433.785387:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1040:1061:0801/041433.795691:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1040:1061:0801/041433.795830:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1040:1061:0801/041433.795890:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1040:1040:0801/041433.808698:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1040:1061:0801/041433.821663:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1076:1076:0801/041433.827075:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1040:1061:0801/041433.876499:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1040:1040:0801/041433.923714:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1040:1061:0801/041433.923839:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1040:1061:0801/041433.923882:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1040:1061:0801/041433.923899:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1040:1040:0801/041433.923898:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1040:1061:0801/041433.923920:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1040:1061:0801/041433.923950:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1040:1061:0801/041433.923961:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.auth_totp_mail.tests.test_totp.TestTOTPInvite: Chrome headless failed to start: [1365:1386:0801/041452.105660:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1365:1386:0801/041452.113126:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1365:1386:0801/041452.113301:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1365:1386:0801/041452.113415:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1365:1365:0801/041452.126299:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1365:1386:0801/041452.141351:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1401:1401:0801/041452.141774:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1365:1386:0801/041452.191424:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1365:1365:0801/041452.243397:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1365:1386:0801/041452.243541:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1365:1365:0801/041452.243576:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1365:1386:0801/041452.243599:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1365:1386:0801/041452.243624:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1365:1386:0801/041452.243643:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1365:1386:0801/041452.243658:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1365:1386:0801/041452.243674:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.auth_totp_portal.tests.test_tour.TestTOTPortal: Chrome headless failed to start: [1601:1622:0801/041456.566986:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1601:1622:0801/041456.574876:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1601:1622:0801/041456.575302:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1601:1622:0801/041456.575374:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1601:1601:0801/041456.595279:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1601:1622:0801/041456.608380:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1636:1636:0801/041456.616116:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1601:1622:0801/041456.631275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1601:1601:0801/041456.695607:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1601:1622:0801/041456.695735:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1601:1601:0801/041456.695783:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1601:1622:0801/041456.695779:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1601:1622:0801/041456.695820:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1601:1622:0801/041456.695832:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1601:1622:0801/041456.695842:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1601:1622:0801/041456.695855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.base.tests.test_http_case.TestChromeBrowser: Chrome headless failed to start: [1915:1936:0801/041518.027244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1915:1936:0801/041518.035090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1915:1936:0801/041518.035473:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1915:1936:0801/041518.035524:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1915:1915:0801/041518.058573:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1949:1949:0801/041518.075306:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1915:1936:0801/041518.076847:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1915:1936:0801/041518.111147:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.base.tests.test_http_case.TestChromeBrowserOddDimensions: Chrome headless failed to start: [2227:2248:0801/041519.134283:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2227:2248:0801/041519.142322:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2227:2248:0801/041519.143256:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2227:2248:0801/041519.143324:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2227:2227:0801/041519.161495:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2262:2262:0801/041519.175665:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2227:2248:0801/041519.182424:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2227:2248:0801/041519.220425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2227:2227:0801/041519.283300:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2227:2248:0801/041519.284432:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2227:2227:0801/041519.284444:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2227:2248:0801/041519.284482:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2227:2248:0801/041519.284566:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2227:2248:0801/041519.284583:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2227:2248:0801/041519.284598:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2227:2248:0801/041519.284612:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.base.tests.test_ir_model.TestIrModelFieldsTranslation: Chrome headless failed to start: [2847:2870:0801/041553.596195:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2847:2870:0801/041553.603118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2847:2870:0801/041553.604485:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2847:2870:0801/041553.604848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2847:2847:0801/041553.614927:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2847:2870:0801/041553.632880:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2882:2882:0801/041553.659519:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2847:2870:0801/041553.681618:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2847:2847:0801/041553.726022:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2847:2870:0801/041553.726148:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2847:2847:0801/041553.726174:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2847:2870:0801/041553.726216:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2847:2870:0801/041553.726233:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2847:2870:0801/041553.726244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2847:2870:0801/041553.726254:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2847:2870:0801/041553.726264:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.base_automation.tests.test_mail_composer.TestMailFullComposer: Chrome headless failed to start: [3270:3291:0801/042410.195671:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3270:3291:0801/042410.204639:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3270:3291:0801/042410.204888:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3270:3291:0801/042410.204986:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3270:3270:0801/042410.218664:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3304:3304:0801/042410.228739:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3270:3291:0801/042410.240808:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3270:3291:0801/042410.292323:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.calendar.tests.test_calendar.TestCalendarTours: Chrome headless failed to start: [3623:3644:0801/042531.576417:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3623:3644:0801/042531.583618:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3623:3644:0801/042531.584318:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3623:3644:0801/042531.584392:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3623:3623:0801/042531.603110:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3623:3644:0801/042531.619738:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3659:3659:0801/042531.631169:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3623:3644:0801/042531.680118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3623:3623:0801/042531.733009:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3623:3623:0801/042531.733222:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3623:3644:0801/042531.734530:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3623:3644:0801/042531.734577:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3623:3644:0801/042531.734592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3623:3644:0801/042531.734601:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3623:3644:0801/042531.734611:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3623:3644:0801/042531.734621:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.calendar.tests.test_calendar.TestCalendarTours: Chrome headless failed to start:
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.calendar.tests.test_calendar.TestCalendarTours: Chrome headless failed to start: [4001:4022:0801/042534.974566:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4001:4022:0801/042534.981857:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4001:4022:0801/042534.982057:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4001:4022:0801/042534.982192:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4001:4001:0801/042535.005819:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4035:4035:0801/042535.021792:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4001:4022:0801/042535.023847:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4001:4022:0801/042535.090669:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4001:4001:0801/042535.149457:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4001:4001:0801/042535.149646:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4001:4022:0801/042535.149667:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4001:4022:0801/042535.149712:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4001:4022:0801/042535.149732:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4001:4022:0801/042535.149747:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4001:4022:0801/042535.149762:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4001:4022:0801/042535.149776:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.calendar.tests.test_calendar.TestCalendarTours: Chrome headless failed to start:
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.contacts.tests.test_ui.TestUi: Chrome headless failed to start: [4392:4412:0801/042543.473380:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4392:4412:0801/042543.481652:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4392:4412:0801/042543.482746:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4392:4412:0801/042543.483002:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4392:4392:0801/042543.498654:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4392:4412:0801/042543.514877:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4428:4428:0801/042543.521063:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4392:4412:0801/042543.570176:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4392:4392:0801/042543.624779:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4392:4392:0801/042543.625040:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4392:4412:0801/042543.626458:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4392:4412:0801/042543.626510:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4392:4412:0801/042543.626528:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4392:4412:0801/042543.626544:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4392:4412:0801/042543.626561:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4392:4412:0801/042543.626577:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.crm.tests.test_crm_ui.TestUi: Chrome headless failed to start: [4696:4717:0801/042608.982237:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4696:4717:0801/042608.990025:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4696:4717:0801/042608.990809:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4696:4717:0801/042608.990878:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4696:4696:0801/042609.009335:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4696:4717:0801/042609.027741:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4731:4731:0801/042609.032275:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4696:4717:0801/042609.074552:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4696:4696:0801/042609.131581:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4696:4717:0801/042609.131717:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4696:4717:0801/042609.131760:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4696:4696:0801/042609.131773:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4696:4717:0801/042609.131784:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4696:4717:0801/042609.131800:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4696:4717:0801/042609.131815:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4696:4717:0801/042609.131829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.crm.tests.test_crm_ui.TestUi: Chrome headless failed to start: [5004:5025:0801/042610.117883:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5004:5025:0801/042610.125330:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5004:5025:0801/042610.126344:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5004:5025:0801/042610.127352:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5004:5004:0801/042610.136288:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5004:5025:0801/042610.158493:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5039:5039:0801/042610.161047:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5004:5025:0801/042610.189356:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5004:5004:0801/042610.265330:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [5004:5025:0801/042610.265457:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5004:5025:0801/042610.265504:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5004:5025:0801/042610.265524:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5004:5025:0801/042610.265537:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5004:5025:0801/042610.265549:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5004:5004:0801/042610.265554:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [5004:5025:0801/042610.265560:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.crm.tests.test_crm_ui.TestUi: Chrome headless failed to start: [5332:5353:0801/042613.003521:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5332:5353:0801/042613.009141:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5332:5353:0801/042613.009611:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5332:5353:0801/042613.009853:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5332:5332:0801/042613.023038:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5367:5367:0801/042613.033894:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5332:5353:0801/042613.038959:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5332:5353:0801/042613.079180:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5332:5332:0801/042613.126209:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [5332:5353:0801/042613.126334:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5332:5353:0801/042613.126390:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5332:5353:0801/042613.126407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5332:5332:0801/042613.126405:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [5332:5353:0801/042613.126426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5332:5353:0801/042613.126456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5332:5353:0801/042613.126467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.crm.tests.test_crm_ui.TestUi: Chrome headless failed to start: [5574:5595:0801/042615.814705:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5574:5595:0801/042615.820621:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5574:5595:0801/042615.820852:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5574:5595:0801/042615.821517:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5574:5574:0801/042615.841618:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5611:5611:0801/042615.845207:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5574:5595:0801/042615.857971:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5574:5595:0801/042615.904580:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5574:5574:0801/042615.952849:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [5574:5595:0801/042615.953747:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5574:5595:0801/042615.953790:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5574:5595:0801/042615.953809:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5574:5595:0801/042615.953826:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5574:5595:0801/042615.953847:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5574:5595:0801/042615.953862:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5574:5574:0801/042615.953905:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.crm.tests.test_sales_team_ui.TestUi: Chrome headless failed to start: [5889:5910:0801/042656.478823:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5889:5910:0801/042656.487815:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/042656.488173:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5889:5910:0801/042656.488252:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5889:5889:0801/042656.503508:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5924:5924:0801/042656.519264:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5889:5910:0801/042656.522488:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/042656.575172:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5889:0801/042656.628041:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [5889:5910:0801/042656.628176:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/042656.628216:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5889:0801/042656.628214:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [5889:5910:0801/042656.628233:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/042656.628261:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/042656.628270:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/042656.628278:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.event_sale.tests.test_event_sale_ui.TestUi: Chrome headless failed to start: [6218:6239:0801/042911.724086:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6218:6239:0801/042911.732420:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6218:6239:0801/042911.732957:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6218:6239:0801/042911.733015:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6218:6218:0801/042911.746761:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6218:6239:0801/042911.765426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6253:6253:0801/042911.775087:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6218:6239:0801/042911.794757:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6218:6218:0801/042911.862546:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6218:6239:0801/042911.862676:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6218:6239:0801/042911.862719:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6218:6239:0801/042911.862733:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6218:6218:0801/042911.862737:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [6218:6239:0801/042911.862745:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6218:6239:0801/042911.862758:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6218:6239:0801/042911.862769:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr.tests.test_ui.TestEmployeeUi: Chrome headless failed to start: [6530:6551:0801/042925.625019:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6530:6551:0801/042925.633959:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6530:6551:0801/042925.634087:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6530:6551:0801/042925.634143:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6530:6530:0801/042925.650440:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6530:6551:0801/042925.669349:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6566:6566:0801/042925.689969:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6530:6551:0801/042925.699463:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_expense.tests.test_expenses_access_rights.TestExpensesAccessRights: Chrome headless failed to start: [6849:6870:0801/043232.191183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6849:6870:0801/043232.198767:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6849:6870:0801/043232.198882:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6849:6870:0801/043232.198931:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6849:6849:0801/043232.215622:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6849:6870:0801/043232.235350:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6885:6885:0801/043232.264220:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6849:6870:0801/043232.275529:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6849:6849:0801/043232.324529:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6849:6849:0801/043232.324717:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [6849:6870:0801/043232.326440:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6849:6870:0801/043232.326498:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6849:6870:0801/043232.326515:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6849:6870:0801/043232.326528:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6849:6870:0801/043232.326539:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6849:6870:0801/043232.326550:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_expense.tests.test_expenses_tour.TestExpensesTour: Chrome headless failed to start: [7168:7190:0801/043613.020807:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7168:7190:0801/043613.027245:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7168:7190:0801/043613.027610:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7168:7190:0801/043613.027697:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7168:7168:0801/043613.095332:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7168:7190:0801/043613.110811:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7168:7190:0801/043613.133619:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7202:7202:0801/043613.133365:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7168:7168:0801/043613.189738:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7168:7168:0801/043613.189866:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7168:7190:0801/043613.194554:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7168:7190:0801/043613.194606:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7168:7190:0801/043613.194623:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7168:7190:0801/043613.194636:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7168:7190:0801/043613.194646:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7168:7190:0801/043613.194662:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_expense.tests.test_ui.TestUi: Chrome headless failed to start: [7490:7512:0801/043657.605351:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7490:7512:0801/043657.612890:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7490:7512:0801/043657.618733:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7490:7512:0801/043657.618848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7490:7490:0801/043657.637577:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7490:7512:0801/043657.660694:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7526:7526:0801/043657.661430:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7490:7512:0801/043657.698517:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_expense.tests.test_ui.TestUi: Chrome headless failed to start: [7716:7737:0801/043659.803913:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7716:7737:0801/043659.811517:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7716:7737:0801/043659.811802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7716:7737:0801/043659.811874:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7716:7716:0801/043659.830877:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7716:7737:0801/043659.848977:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7751:7751:0801/043659.850032:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7716:7737:0801/043659.889542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7716:7716:0801/043659.942600:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7716:7737:0801/043659.943017:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7716:7737:0801/043659.943277:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7716:7737:0801/043659.943301:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7716:7737:0801/043659.943312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7716:7737:0801/043659.943324:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7716:7737:0801/043659.943333:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_holidays.tests.test_holidays_calendar.TestHolidaysCalendar: Chrome headless failed to start:
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_holidays.tests.test_hr_holidays_tour.TestHrHolidaysTour: Chrome headless failed to start: [8196:8217:0801/044024.232476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8196:8217:0801/044024.239501:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8196:8217:0801/044024.240597:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8196:8217:0801/044024.242413:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8196:8196:0801/044024.262186:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8231:8231:0801/044024.282083:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8196:8217:0801/044024.288253:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8196:8217:0801/044024.334887:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8196:8196:0801/044024.387616:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8196:8196:0801/044024.387799:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [8196:8217:0801/044024.388224:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8196:8217:0801/044024.388300:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8196:8217:0801/044024.388320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8196:8217:0801/044024.388332:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8196:8217:0801/044024.388343:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8196:8217:0801/044024.388354:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_holidays.tests.test_hr_holidays_tour.TestHrHolidaysTour: Chrome headless failed to start: [8499:8521:0801/044026.599773:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8499:8521:0801/044026.604864:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8499:8521:0801/044026.605009:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8499:8521:0801/044026.605205:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8499:8499:0801/044026.614147:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8499:8521:0801/044026.630073:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8534:8534:0801/044026.665951:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8499:8521:0801/044026.673200:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8499:8499:0801/044026.718534:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8499:8499:0801/044026.718723:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [8499:8521:0801/044026.720542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8499:8521:0801/044026.720586:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8499:8521:0801/044026.720603:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8499:8521:0801/044026.720615:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8499:8521:0801/044026.720626:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8499:8521:0801/044026.720637:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_holidays.tests.test_hr_holidays_tour.TestHrHolidaysTour: Chrome headless failed to start: [8823:8846:0801/044031.339875:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_skills.tests.test_ui.SkillsTestUI: Chrome headless failed to start: [8984:9005:0801/044200.011807:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8984:9005:0801/044200.019924:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8984:9005:0801/044200.021234:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8984:9005:0801/044200.021330:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8984:8984:0801/044200.034335:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8984:9005:0801/044200.062486:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9019:9019:0801/044200.066338:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8984:9005:0801/044200.091887:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_timesheet.tests.test_project_sharing.TestProjectSharingHrTimesheet: Chrome headless failed to start: [9218:9240:0801/044227.896536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9218:9240:0801/044227.901705:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9218:9240:0801/044227.901895:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9218:9240:0801/044227.902321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9218:9218:0801/044227.917527:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9252:9252:0801/044227.936722:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9218:9240:0801/044227.937301:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9218:9240:0801/044227.986490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9218:9218:0801/044228.050805:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9218:9218:0801/044228.050993:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [9218:9240:0801/044228.051189:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9218:9240:0801/044228.051243:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9218:9240:0801/044228.051273:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9218:9240:0801/044228.051285:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9218:9240:0801/044228.051296:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9218:9240:0801/044228.051306:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_timesheet.tests.test_project_sharing.TestProjectSharingHrTimesheet: Chrome headless failed to start: [9530:9552:0801/044230.085136:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9530:9552:0801/044230.092363:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9530:9552:0801/044230.092483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9530:9552:0801/044230.092544:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9530:9530:0801/044230.115844:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9566:9566:0801/044230.131908:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9530:9552:0801/044230.132773:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9530:9552:0801/044230.196342:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_timesheet.tests.test_project_sharing.TestProjectSharingHrTimesheet: Chrome headless failed to start: [9838:9859:0801/044232.153736:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9838:9859:0801/044232.159618:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9838:9859:0801/044232.160122:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9838:9859:0801/044232.160213:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9838:9838:0801/044232.168897:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9874:9874:0801/044232.191955:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9838:9859:0801/044232.199523:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9838:9859:0801/044232.231189:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9838:9838:0801/044232.287230:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9838:9838:0801/044232.287350:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [9838:9859:0801/044232.291050:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9838:9859:0801/044232.291105:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9838:9859:0801/044232.291123:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9838:9859:0801/044232.291134:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9838:9859:0801/044232.291144:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9838:9859:0801/044232.291155:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.hr_timesheet.tests.test_project_sharing.TestProjectSharingHrTimesheet: Chrome headless failed to start: [10156:10177:0801/044255.171149:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10156:10177:0801/044255.180242:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10156:10177:0801/044255.180345:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10156:10177:0801/044255.180447:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10156:10156:0801/044255.200596:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10156:10177:0801/044255.224296:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10190:10190:0801/044255.222707:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10156:10177:0801/044255.271547:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10156:10156:0801/044255.319159:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10156:10156:0801/044255.319328:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10156:10177:0801/044255.319388:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10156:10177:0801/044255.319438:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10156:10177:0801/044255.319456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10156:10177:0801/044255.319467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10156:10177:0801/044255.319477:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10156:10177:0801/044255.319488:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.im_livechat.tests.test_chatbot_form_ui.TestLivechatChatbotFormUI: Chrome headless failed to start: [10459:10482:0801/044315.392988:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10459:10482:0801/044315.399685:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10459:10482:0801/044315.399923:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10459:10482:0801/044315.400275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10459:10459:0801/044315.414058:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10459:10482:0801/044315.429951:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10494:10494:0801/044315.458627:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10459:10482:0801/044315.477654:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10459:10459:0801/044315.525384:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10459:10482:0801/044315.525510:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10459:10459:0801/044315.525538:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10459:10482:0801/044315.525566:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10459:10482:0801/044315.525588:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10459:10482:0801/044315.525625:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10459:10482:0801/044315.525645:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10459:10482:0801/044315.525662:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.im_livechat.tests.test_chatbot_form_ui.TestLivechatChatbotFormUI: Chrome headless failed to start: [10762:10783:0801/044316.530993:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10762:10783:0801/044316.539317:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10762:10783:0801/044316.539512:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10762:10783:0801/044316.539585:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10762:10762:0801/044316.552817:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10762:10783:0801/044316.566177:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10797:10797:0801/044316.585299:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10762:10783:0801/044316.590635:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10762:10762:0801/044316.666947:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10762:10783:0801/044316.667082:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10762:10783:0801/044316.667123:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10762:10783:0801/044316.667137:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10762:10762:0801/044316.667139:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10762:10783:0801/044316.667154:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10762:10783:0801/044316.667458:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10762:10783:0801/044316.667475:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.im_livechat.tests.test_im_livechat_support_page.TestImLivechatSupportPage: Chrome headless failed to start: [11098:11119:0801/044446.477202:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11098:11119:0801/044446.485027:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11098:11119:0801/044446.485231:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11098:11119:0801/044446.485406:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11098:11098:0801/044446.498242:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11098:11119:0801/044446.516504:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11133:11133:0801/044446.520631:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11098:11119:0801/044446.569491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11098:11098:0801/044446.614636:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [11098:11119:0801/044446.614766:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11098:11098:0801/044446.614786:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [11098:11119:0801/044446.614811:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11098:11119:0801/044446.614826:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11098:11119:0801/044446.614839:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11098:11119:0801/044446.614848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11098:11119:0801/044446.614858:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.im_livechat.tests.test_js.ExternalTestSuite: Chrome headless failed to start: [11402:11423:0801/044447.643068:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11402:11423:0801/044447.650361:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11402:11423:0801/044447.650539:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11402:11423:0801/044447.650614:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11402:11402:0801/044447.666863:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11402:11423:0801/044447.690209:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11437:11437:0801/044447.695722:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11402:11423:0801/044447.721113:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11402:11402:0801/044447.792119:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [11402:11423:0801/044447.792260:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11402:11402:0801/044447.792284:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [11402:11423:0801/044447.792315:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11402:11423:0801/044447.792332:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11402:11423:0801/044447.792345:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11402:11423:0801/044447.792357:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11402:11423:0801/044447.792368:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:30:05 WARNING
Subbuild # 400324: odoo.addons.im_livechat.tests.test_session_history.TestImLivechatSessionHistory: Chrome headless failed to start: [11725:11746:0801/044502.856992:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11725:11746:0801/044502.867314:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11725:11746:0801/044502.867644:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11725:11746:0801/044502.867733:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11725:11725:0801/044502.881643:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11760:11760:0801/044502.897204:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11725:11746:0801/044502.901231:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11725:11746:0801/044502.930110:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11725:11725:0801/044503.001047:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [11725:11725:0801/044503.001171:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [11725:11746:0801/044503.002433:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11725:11746:0801/044503.002477:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11725:11746:0801/044503.002492:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11725:11746:0801/044503.002503:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11725:11746:0801/044503.002514:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11725:11746:0801/044503.002524:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_sharing_ui.TestProjectSharingUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_sharing_ui.TestProjectSharingUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_sharing_ui.TestProjectSharingUi: Chrome headless failed to start: [273:273:0100/000000.184965:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.lunch.tests.test_ui.TestUi: Chrome headless failed to start: [508:529:0801/031759.660540:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [508:529:0801/031759.668221:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [508:529:0801/031759.668472:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [508:529:0801/031759.669456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [508:508:0801/031759.686258:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [508:529:0801/031759.712794:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [544:544:0801/031759.721979:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [508:529:0801/031759.760588:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_discuss_channel_as_guest.TestMailPublicPage: Chrome headless failed to start: [847:868:0801/032033.448752:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [847:868:0801/032033.454664:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [847:868:0801/032033.457243:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [847:868:0801/032033.457488:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [847:847:0801/032033.468336:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [847:868:0801/032033.487831:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [883:883:0801/032033.488815:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [847:868:0801/032033.520447:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [847:847:0801/032033.603745:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [847:847:0801/032033.603930:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [847:868:0801/032033.604453:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [847:868:0801/032033.604509:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [847:868:0801/032033.604526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [847:868:0801/032033.604538:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [847:868:0801/032033.604552:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [847:868:0801/032033.604562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_discuss_channel_as_guest.TestMailPublicPage: Chrome headless failed to start: [1169:1191:0801/032039.624760:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1169:1191:0801/032039.635432:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1169:1191:0801/032039.635543:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1169:1191:0801/032039.636941:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1169:1169:0801/032039.643052:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1169:1191:0801/032039.667166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1203:1203:0801/032039.668086:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1169:1191:0801/032039.699383:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_discuss_channel_as_guest.TestMailPublicPage: Chrome headless failed to start: [1483:1506:0801/032045.438180:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1483:1506:0801/032045.446245:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1483:1506:0801/032045.446426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1483:1506:0801/032045.446505:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1483:1483:0801/032045.463037:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1518:1518:0801/032045.478737:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1483:1506:0801/032045.480594:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1483:1506:0801/032045.518265:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1483:1483:0801/032045.580728:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1483:1483:0801/032045.580886:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1483:1506:0801/032045.581394:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1483:1506:0801/032045.581437:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1483:1506:0801/032045.581458:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1483:1506:0801/032045.581474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1483:1506:0801/032045.581490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1483:1506:0801/032045.581506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_discuss_channel_as_guest.TestMailPublicPage: Chrome headless failed to start: [1804:1825:0801/032051.110949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1804:1825:0801/032051.117870:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1804:1825:0801/032051.118028:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1804:1825:0801/032051.118101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1804:1804:0801/032051.134651:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1839:1839:0801/032051.155264:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1804:1825:0801/032051.157641:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1804:1825:0801/032051.185084:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_discuss_channel_as_guest.TestMailPublicPage: Chrome headless failed to start: [2034:2055:0801/032057.159878:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2034:2055:0801/032057.167572:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2034:2055:0801/032057.168892:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2034:2055:0801/032057.168967:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2034:2034:0801/032057.180011:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2069:2069:0801/032057.193718:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2034:2055:0801/032057.210970:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2034:2055:0801/032057.244939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2034:2034:0801/032057.282946:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2034:2034:0801/032057.283085:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2034:2055:0801/032057.284396:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2034:2055:0801/032057.284434:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2034:2055:0801/032057.284468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2034:2055:0801/032057.284476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2034:2055:0801/032057.284483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2034:2055:0801/032057.284534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_discuss_channel_as_guest.TestMailPublicPage: Chrome headless failed to start: [2352:2375:0801/032102.926703:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2352:2375:0801/032102.940609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2352:2375:0801/032102.942445:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2352:2375:0801/032102.944063:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2352:2352:0801/032102.956774:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2352:2375:0801/032102.976328:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2387:2387:0801/032102.989406:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2352:2375:0801/032103.004699:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_discuss_channel_as_guest.TestMailPublicPage: Chrome headless failed to start: [2501:2522:0801/032108.596287:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2501:2522:0801/032108.604115:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2501:2522:0801/032108.604349:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2501:2522:0801/032108.606155:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2501:2501:0801/032108.616396:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2501:2522:0801/032108.644566:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2535:2535:0801/032108.656579:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2501:2522:0801/032108.672249:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2501:2501:0801/032108.724465:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2501:2522:0801/032108.724611:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2501:2522:0801/032108.724659:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2501:2522:0801/032108.724674:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2501:2501:0801/032108.724679:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2501:2522:0801/032108.724686:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2501:2522:0801/032108.724711:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2501:2522:0801/032108.724720:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_discuss_channel_as_guest.TestMailPublicPage: Chrome headless failed to start: [2824:2845:0801/032114.233099:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2824:2845:0801/032114.242454:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2824:2845:0801/032114.242675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2824:2845:0801/032114.243556:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2824:2824:0801/032114.264585:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2824:2845:0801/032114.282449:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2858:2858:0801/032114.284358:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2824:2845:0801/032114.318279:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2824:2824:0801/032114.391891:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2824:2845:0801/032114.392006:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2824:2845:0801/032114.392050:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2824:2824:0801/032114.392057:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2824:2845:0801/032114.392067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2824:2845:0801/032114.392081:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2824:2845:0801/032114.392098:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2824:2845:0801/032114.392109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_load_messages.TestLoadMessages: Chrome headless failed to start: [3131:3152:0801/032216.824943:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3131:3152:0801/032216.831871:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3131:3152:0801/032216.832374:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3131:3152:0801/032216.832766:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3131:3131:0801/032216.844446:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3131:3152:0801/032216.871167:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3166:3166:0801/032216.873062:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3131:3152:0801/032216.906304:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3131:3131:0801/032216.968377:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3131:3152:0801/032216.968567:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3131:3131:0801/032216.968606:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3131:3152:0801/032216.968626:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3131:3152:0801/032216.968646:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3131:3152:0801/032216.968659:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3131:3152:0801/032216.968671:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3131:3152:0801/032216.968682:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.test_mail_activity.TestMailActivityChatter: Chrome headless failed to start: [3440:3461:0801/032219.331607:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3440:3461:0801/032219.337964:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3440:3461:0801/032219.338118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3440:3461:0801/032219.338261:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3440:3440:0801/032219.351584:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3440:3461:0801/032219.374768:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3475:3475:0801/032219.393273:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3440:3461:0801/032219.418500:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3440:3440:0801/032219.466029:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3440:3461:0801/032219.466160:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3440:3440:0801/032219.466191:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3440:3461:0801/032219.466217:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3440:3461:0801/032219.466237:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3440:3461:0801/032219.466255:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3440:3461:0801/032219.466270:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3440:3461:0801/032219.466285:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.test_mail_activity.TestMailActivityChatter: Chrome headless failed to start: [3748:3770:0801/032220.396696:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3748:3770:0801/032220.402830:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3748:3770:0801/032220.402957:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3748:3770:0801/032220.403001:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3748:3748:0801/032220.421562:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3748:3770:0801/032220.443109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3783:3783:0801/032220.460413:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3748:3770:0801/032220.486464:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3748:3748:0801/032220.544021:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3748:3748:0801/032220.544252:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3748:3770:0801/032220.544286:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3748:3770:0801/032220.544328:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3748:3770:0801/032220.544346:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3748:3770:0801/032220.544361:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3748:3770:0801/032220.544391:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3748:3770:0801/032220.544407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.test_mail_composer.TestMailComposerUI: Chrome headless failed to start: [4062:4083:0801/032258.113809:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4062:4083:0801/032258.121039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4062:4083:0801/032258.122141:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4062:4083:0801/032258.122235:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4062:4062:0801/032258.134285:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4062:4083:0801/032258.151518:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4097:4097:0801/032258.153510:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4062:4083:0801/032258.185583:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4062:4062:0801/032258.260699:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4062:4083:0801/032258.260847:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4062:4062:0801/032258.260899:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4062:4083:0801/032258.260901:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4062:4083:0801/032258.260941:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4062:4083:0801/032258.260961:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4062:4083:0801/032258.260977:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4062:4083:0801/032258.260993:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.test_mail_template.TestMailTemplateUI: Chrome headless failed to start: [4379:4402:0801/032316.902345:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4379:4402:0801/032316.910978:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4379:4402:0801/032316.911130:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4379:4402:0801/032316.911208:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4379:4379:0801/032316.934535:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4414:4414:0801/032316.943455:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4379:4402:0801/032316.962785:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4379:4402:0801/032316.995022:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.test_res_users.TestUserTours: Chrome headless failed to start: [4631:4654:0801/032417.312607:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4631:4654:0801/032417.323302:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4631:4654:0801/032417.324338:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4631:4654:0801/032417.324502:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4631:4631:0801/032417.343832:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4631:4654:0801/032417.366080:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4666:4666:0801/032417.369591:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4631:4654:0801/032417.403752:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4631:4631:0801/032417.441470:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4631:4631:0801/032417.441609:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4631:4654:0801/032417.441611:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4631:4654:0801/032417.441677:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4631:4654:0801/032417.441697:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4631:4654:0801/032417.441723:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4631:4654:0801/032417.441736:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4631:4654:0801/032417.441747:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_ui.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mail.tests.discuss.test_ui.TestUi: Chrome headless failed to start: [5105:5126:0801/032513.482867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5105:5126:0801/032513.490677:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5105:5126:0801/032513.490839:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5105:5126:0801/032513.490956:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5105:5105:0801/032513.520493:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5105:5126:0801/032513.546606:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5140:5140:0801/032513.552879:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5105:5126:0801/032513.583243:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.maintenance.tests.test_calendar_with_recurrence.TestCalendarWithRecurrence: Chrome headless failed to start: [5403:5424:0801/032545.366863:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5403:5424:0801/032545.373356:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5403:5424:0801/032545.375793:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5403:5424:0801/032545.375889:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5403:5403:0801/032545.391096:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5403:5424:0801/032545.414219:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5439:5439:0801/032545.427055:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5403:5424:0801/032545.450047:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5403:5403:0801/032545.502429:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [5403:5424:0801/032545.502572:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5403:5403:0801/032545.502596:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [5403:5424:0801/032545.502630:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5403:5424:0801/032545.502651:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5403:5424:0801/032545.502683:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5403:5424:0801/032545.502698:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5403:5424:0801/032545.502709:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.maintenance.tests.test_calendar_with_recurrence.TestCalendarWithRecurrence: Chrome headless failed to start: [5714:5735:0801/032546.931267:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5714:5735:0801/032546.951081:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5714:5735:0801/032546.951215:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5714:5735:0801/032546.951279:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5714:5714:0801/032546.968079:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5749:5749:0801/032546.982253:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5714:5735:0801/032546.986030:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5714:5735:0801/032547.022227:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_controllers.TestMailingControllers: Chrome headless failed to start: [6243:6264:0801/032631.628384:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6243:6264:0801/032631.635385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6243:6264:0801/032631.636738:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6243:6264:0801/032631.636843:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6243:6243:0801/032631.657621:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6278:6278:0801/032631.672895:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6243:6264:0801/032631.678441:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6243:6264:0801/032631.709705:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6243:6243:0801/032631.772802:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6243:6243:0801/032631.772971:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [6243:6264:0801/032631.772965:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6243:6264:0801/032631.776838:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6243:6264:0801/032631.776877:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6243:6264:0801/032631.776889:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6243:6264:0801/032631.776899:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6243:6264:0801/032631.776916:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_controllers.TestMailingControllers: Chrome headless failed to start: [6350:6371:0801/032632.126965:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6350:6371:0801/032632.133720:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6350:6371:0801/032632.134303:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6350:6371:0801/032632.134620:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6350:6350:0801/032632.147093:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6350:6371:0801/032632.160996:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6385:6385:0801/032632.163692:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6350:6371:0801/032632.185999:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6350:6350:0801/032632.223440:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6350:6371:0801/032632.223549:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6350:6350:0801/032632.223574:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [6350:6371:0801/032632.223602:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6350:6371:0801/032632.223624:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6350:6371:0801/032632.223641:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6350:6371:0801/032632.223653:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6350:6371:0801/032632.223675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_controllers.TestMailingControllers: Chrome headless failed to start: [6669:6690:0801/032639.218337:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6669:6690:0801/032639.223910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6669:6690:0801/032639.228368:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6669:6690:0801/032639.228436:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6669:6669:0801/032639.237535:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6669:6690:0801/032639.249758:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6704:6704:0801/032639.261102:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6669:6690:0801/032639.275929:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6669:6669:0801/032639.323880:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6669:6669:0801/032639.324052:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [6669:6690:0801/032639.324045:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6669:6690:0801/032639.324102:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6669:6690:0801/032639.324127:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6669:6690:0801/032639.324146:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6669:6690:0801/032639.324164:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6669:6690:0801/032639.324181:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_controllers.TestMailingControllers: Chrome headless failed to start: [6982:7004:0801/032640.839826:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6982:7004:0801/032640.847112:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6982:7004:0801/032640.847600:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6982:7004:0801/032640.847768:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6982:6982:0801/032640.860946:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6982:7004:0801/032640.879053:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7017:7017:0801/032640.882351:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6982:7004:0801/032640.907166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6982:6982:0801/032640.980841:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6982:6982:0801/032640.981037:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [6982:7004:0801/032640.981040:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6982:7004:0801/032640.981092:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6982:7004:0801/032640.981111:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6982:7004:0801/032640.981142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6982:7004:0801/032640.981157:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6982:7004:0801/032640.981169:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_controllers.TestMailingControllers: Chrome headless failed to start: [7296:7317:0801/032642.487842:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7296:7317:0801/032642.497635:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7296:7317:0801/032642.499643:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7296:7317:0801/032642.499703:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7296:7296:0801/032642.521182:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7331:7331:0801/032642.533639:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7296:7317:0801/032642.542454:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7296:7317:0801/032642.578433:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_controllers.TestMailingControllers: Chrome headless failed to start: [7610:7632:0801/032645.980111:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7610:7632:0801/032645.986009:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7610:7632:0801/032645.986225:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7610:7632:0801/032645.986312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7610:7610:0801/032645.999471:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7610:7632:0801/032646.016608:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7645:7645:0801/032646.032519:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7610:7632:0801/032646.065997:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7610:7610:0801/032646.114055:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7610:7610:0801/032646.114237:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7610:7632:0801/032646.114219:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7610:7632:0801/032646.114308:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7610:7632:0801/032646.114341:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7610:7632:0801/032646.114362:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7610:7632:0801/032646.114397:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7610:7632:0801/032646.114413:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_ui.TestMailingUi: Chrome headless failed to start: [7933:7954:0801/032705.980909:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7933:7954:0801/032705.986990:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7933:7954:0801/032705.989103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7933:7954:0801/032705.989491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7933:7933:0801/032705.999916:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7933:7954:0801/032706.016300:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7969:7969:0801/032706.019450:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7933:7954:0801/032706.067989:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7933:7933:0801/032706.111080:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7933:7933:0801/032706.111309:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7933:7954:0801/032706.111578:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7933:7954:0801/032706.111623:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7933:7954:0801/032706.111639:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7933:7954:0801/032706.111650:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7933:7954:0801/032706.111661:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7933:7954:0801/032706.111672:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_ui.TestMailingUi: Chrome headless failed to start: [8250:8271:0801/032707.027168:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8250:8271:0801/032707.034282:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8250:8271:0801/032707.034438:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8250:8271:0801/032707.034617:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8250:8250:0801/032707.046861:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8285:8285:0801/032707.062746:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8250:8271:0801/032707.064158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8250:8271:0801/032707.093248:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8250:8250:0801/032707.164349:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8250:8250:0801/032707.164487:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [8250:8271:0801/032707.165525:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8250:8271:0801/032707.165574:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8250:8271:0801/032707.165635:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8250:8271:0801/032707.165657:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8250:8271:0801/032707.165667:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8250:8271:0801/032707.165677:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_ui.TestMailingUi: Chrome headless failed to start: [8483:8504:0801/032707.910490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8483:8504:0801/032707.919516:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8483:8504:0801/032707.919753:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8483:8504:0801/032707.920272:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8483:8483:0801/032707.932915:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8483:8504:0801/032707.952065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8517:8517:0801/032707.955619:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8483:8504:0801/032708.007392:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_ui.TestMailingUi: Chrome headless failed to start: [8785:8806:0801/032709.071697:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8785:8806:0801/032709.079869:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8785:8806:0801/032709.080463:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8785:8806:0801/032709.080977:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8785:8785:0801/032709.097261:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8785:8806:0801/032709.116014:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8820:8820:0801/032709.120590:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8785:8806:0801/032709.170441:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8785:8785:0801/032709.226442:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8785:8785:0801/032709.226635:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [8785:8806:0801/032709.230449:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8785:8806:0801/032709.230497:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8785:8806:0801/032709.230514:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8785:8806:0801/032709.230526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8785:8806:0801/032709.230538:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8785:8806:0801/032709.230549:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_ui.TestMailingUi: Chrome headless failed to start: [9103:9124:0801/032710.210411:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9103:9124:0801/032710.217587:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9103:9124:0801/032710.217966:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9103:9124:0801/032710.218167:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9103:9103:0801/032710.232876:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9103:9124:0801/032710.251817:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9138:9138:0801/032710.268906:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9103:9124:0801/032710.293417:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9103:9103:0801/032710.348796:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9103:9124:0801/032710.348991:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9103:9124:0801/032710.349042:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9103:9103:0801/032710.349046:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [9103:9124:0801/032710.349081:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9103:9124:0801/032710.349149:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9103:9124:0801/032710.349162:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9103:9124:0801/032710.349174:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_ui.TestMailingUi: Chrome headless failed to start: [9337:9358:0801/032711.162956:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9337:9358:0801/032711.170603:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9337:9358:0801/032711.170765:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9337:9358:0801/032711.171493:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9337:9337:0801/032711.185859:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9337:9358:0801/032711.200269:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9372:9372:0801/032711.223126:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9337:9358:0801/032711.268800:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9337:9337:0801/032711.321317:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9337:9337:0801/032711.321526:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [9337:9358:0801/032711.321595:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9337:9358:0801/032711.321647:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9337:9358:0801/032711.322254:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9337:9358:0801/032711.322300:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9337:9358:0801/032711.322314:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9337:9358:0801/032711.322329:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing.tests.test_mailing_ui.TestMailingUi: Chrome headless failed to start: [9640:9661:0801/032712.306197:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9640:9661:0801/032712.311870:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9640:9661:0801/032712.312192:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9640:9661:0801/032712.312384:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9640:9640:0801/032712.323443:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9640:9661:0801/032712.342399:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9674:9674:0801/032712.367628:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9640:9661:0801/032712.391922:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9640:9640:0801/032712.450313:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9640:9661:0801/032712.450457:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9640:9661:0801/032712.450497:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9640:9661:0801/032712.450507:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9640:9661:0801/032712.450515:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9640:9661:0801/032712.450522:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9640:9661:0801/032712.450529:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9640:9640:0801/032712.450529:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mass_mailing_sms.tests.test_mailing_ui.TestMailingUi: Chrome headless failed to start: [9951:9972:0801/032756.298693:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9951:9972:0801/032756.298845:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9951:9972:0801/032756.298902:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9951:9972:0801/032756.299007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9951:9951:0801/032756.310124:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9951:9972:0801/032756.324542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9985:9985:0801/032756.335823:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9951:9972:0801/032756.369881:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9951:9951:0801/032756.420241:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9951:9951:0801/032756.420438:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [9951:9972:0801/032756.421439:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9951:9972:0801/032756.421486:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9951:9972:0801/032756.421506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9951:9972:0801/032756.421517:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9951:9972:0801/032756.421526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9951:9972:0801/032756.421536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mrp.tests.test_manual_consumption.TestTourManualConsumption: Chrome headless failed to start: [10258:10279:0801/032847.567424:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10258:10279:0801/032847.573963:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10258:10279:0801/032847.574404:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10258:10279:0801/032847.574493:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10258:10258:0801/032847.591974:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10258:10279:0801/032847.610627:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10292:10292:0801/032847.615743:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10258:10279:0801/032847.666825:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10258:10258:0801/032847.717515:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10258:10279:0801/032847.717645:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10258:10279:0801/032847.717683:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10258:10258:0801/032847.717809:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10258:10279:0801/032847.717902:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10258:10279:0801/032847.717930:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10258:10279:0801/032847.717941:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10258:10279:0801/032847.717955:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mrp.tests.test_manual_consumption.TestTourManualConsumption: Chrome headless failed to start: [10558:10579:0801/032853.005768:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10558:10579:0801/032853.015048:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10558:10579:0801/032853.015336:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10558:10579:0801/032853.015458:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10558:10558:0801/032853.031826:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10558:10579:0801/032853.046542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10592:10592:0801/032853.055838:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10558:10579:0801/032853.075523:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10558:10558:0801/032853.124915:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10558:10558:0801/032853.125088:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10558:10579:0801/032853.125413:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10558:10579:0801/032853.125464:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10558:10579:0801/032853.125484:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10558:10579:0801/032853.125495:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10558:10579:0801/032853.125502:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10558:10579:0801/032853.125509:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mrp.tests.test_mrp_reports.TestReportBom: Chrome headless failed to start: [10870:10891:0801/032913.356097:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10870:10891:0801/032913.364589:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10870:10891:0801/032913.364717:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10870:10891:0801/032913.364949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10870:10870:0801/032913.381643:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10904:10904:0801/032913.392399:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10870:10891:0801/032913.395880:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10870:10891:0801/032913.421821:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10870:10870:0801/032913.502886:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10870:10891:0801/032913.502997:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10870:10870:0801/032913.503018:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10870:10891:0801/032913.503046:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10870:10891:0801/032913.503064:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10870:10891:0801/032913.503081:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10870:10891:0801/032913.503091:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10870:10891:0801/032913.503101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mrp.tests.test_order.TestMrpSynchronization: Chrome headless failed to start: [11177:11198:0801/032924.208770:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11177:11198:0801/032924.216993:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11177:11198:0801/032924.217651:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11177:11198:0801/032924.217843:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11177:11177:0801/032924.231544:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11177:11198:0801/032924.248828:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11212:11212:0801/032924.272066:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11177:11198:0801/032924.282465:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11177:11177:0801/032924.331959:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [11177:11198:0801/032924.332092:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11177:11177:0801/032924.332123:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [11177:11198:0801/032924.332137:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11177:11198:0801/032924.332153:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11177:11198:0801/032924.332167:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11177:11198:0801/032924.332180:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11177:11198:0801/032924.332192:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.mrp_subcontracting.tests.test_subcontracting_portal_ui.TestSubcontractingPortalUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.payment_polar.controllers.payment_polar: Polar: no webhook signature matched the expected one
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.payment_polar.controllers.payment_polar: Polar: no webhook signature matched the expected one
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.payment_polar.controllers.payment_polar: Polar: webhook timestamp is outside the tolerance
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.payment_polar.controllers.payment_polar: Polar: no webhook signature matched the expected one
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [11747:11768:0801/034924.696129:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11747:11768:0801/034924.702072:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11747:11768:0801/034924.702835:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11747:11768:0801/034924.706612:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11747:11747:0801/034924.712264:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11747:11768:0801/034924.740101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11782:11782:0801/034924.769111:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11747:11768:0801/034924.784815:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [11976:11997:0801/034926.824697:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11976:11997:0801/034926.831521:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11976:11997:0801/034926.831723:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11976:11997:0801/034926.831915:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11976:11976:0801/034926.844326:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11976:11997:0801/034926.863117:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12011:12011:0801/034926.874365:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11976:11997:0801/034926.892025:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11976:11976:0801/034926.960705:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [11976:11997:0801/034926.960841:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11976:11976:0801/034926.960894:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [11976:11997:0801/034926.960897:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11976:11997:0801/034926.960920:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11976:11997:0801/034926.960939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11976:11997:0801/034926.960955:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11976:11997:0801/034926.960971:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [12300:12322:0801/034928.548679:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12300:12322:0801/034928.554956:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12300:12322:0801/034928.555523:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12300:12322:0801/034928.555951:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12300:12300:0801/034928.569220:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [12300:12322:0801/034928.588359:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12336:12336:0801/034928.590702:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [12300:12322:0801/034928.618151:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12300:12300:0801/034928.696967:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [12300:12322:0801/034928.697077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12300:12322:0801/034928.697118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12300:12322:0801/034928.697132:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12300:12300:0801/034928.697139:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [12300:12322:0801/034928.697143:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12300:12322:0801/034928.697175:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12300:12322:0801/034928.697186:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [12532:12553:0801/034930.162698:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12532:12553:0801/034930.173878:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12532:12553:0801/034930.174026:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12532:12553:0801/034930.174137:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12532:12532:0801/034930.187382:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [12532:12553:0801/034930.205474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12566:12566:0801/034930.218726:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [12532:12553:0801/034930.238254:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12532:12532:0801/034930.298521:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [12532:12532:0801/034930.298652:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [12532:12553:0801/034930.298729:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12532:12553:0801/034930.298784:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12532:12553:0801/034930.298801:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12532:12553:0801/034930.298813:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12532:12553:0801/034930.298829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12532:12553:0801/034930.298839:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [13077:13098:0801/034934.716840:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13077:13098:0801/034934.724067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13077:13098:0801/034934.724200:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13077:13098:0801/034934.724413:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13077:13077:0801/034934.743207:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13077:13098:0801/034934.760254:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13114:13114:0801/034934.762503:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13077:13098:0801/034934.789991:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13077:13077:0801/034934.832020:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [13077:13098:0801/034934.832149:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13077:13098:0801/034934.832196:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13077:13098:0801/034934.832211:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13077:13077:0801/034934.832221:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [13077:13098:0801/034934.832224:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13077:13098:0801/034934.832436:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13077:13098:0801/034934.832450:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [13310:13331:0801/034936.142809:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13310:13331:0801/034936.152804:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13310:13331:0801/034936.155754:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13310:13331:0801/034936.156390:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13310:13310:0801/034936.167849:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13345:13345:0801/034936.183893:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13310:13331:0801/034936.186824:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13310:13331:0801/034936.217931:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [13621:13642:0801/034945.903385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13621:13642:0801/034945.907847:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13621:13642:0801/034945.908006:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13621:13642:0801/034945.908200:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13621:13621:0801/034945.925721:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13621:13642:0801/034945.946474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13656:13656:0801/034945.958276:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13621:13642:0801/034945.984016:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13621:13621:0801/034946.034961:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [13621:13642:0801/034946.035104:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13621:13621:0801/034946.035154:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [13621:13642:0801/034946.035153:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13621:13642:0801/034946.035203:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13621:13642:0801/034946.035222:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13621:13642:0801/034946.035244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13621:13642:0801/034946.035261:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [13944:13965:0801/034948.185596:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13944:13965:0801/034948.192118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13944:13965:0801/034948.192281:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13944:13965:0801/034948.192348:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13944:13944:0801/034948.205444:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13944:13965:0801/034948.223177:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13979:13979:0801/034948.224738:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13944:13965:0801/034948.271167:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13944:13944:0801/034948.313585:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [13944:13944:0801/034948.313779:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [13944:13965:0801/034948.314814:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13944:13965:0801/034948.314855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13944:13965:0801/034948.314867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13944:13965:0801/034948.314875:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13944:13965:0801/034948.314883:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13944:13965:0801/034948.314890:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [14175:14197:0801/034950.293342:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14175:14197:0801/034950.302729:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14175:14197:0801/034950.306481:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14175:14197:0801/034950.306577:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14175:14175:0801/034950.316450:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [14210:14210:0801/034950.336417:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [14175:14197:0801/034950.338246:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14175:14197:0801/034950.402786:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14175:14175:0801/034950.451453:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [14175:14175:0801/034950.451663:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [14175:14197:0801/034950.454439:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14175:14197:0801/034950.454493:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14175:14197:0801/034950.454509:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14175:14197:0801/034950.454521:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14175:14197:0801/034950.454544:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14175:14197:0801/034950.454555:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [14407:14428:0801/034953.321785:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14407:14428:0801/034953.329557:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14407:14428:0801/034953.329795:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14407:14428:0801/034953.329932:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14407:14407:0801/034953.347385:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [14407:14428:0801/034953.365288:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14442:14442:0801/034953.369947:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [14407:14428:0801/034953.394504:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [14714:14735:0801/034955.540901:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14714:14735:0801/034955.548785:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14714:14735:0801/034955.549023:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14714:14735:0801/034955.550210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14714:14714:0801/034955.563640:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [14714:14735:0801/034955.581261:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14747:14747:0801/034955.587279:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [14714:14735:0801/034955.622032:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [15026:15047:0801/034957.061365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15026:15047:0801/034957.068805:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15026:15047:0801/034957.070048:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15026:15047:0801/034957.070152:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15026:15026:0801/034957.081377:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15026:15047:0801/034957.099202:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15061:15061:0801/034957.100165:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15026:15047:0801/034957.125234:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15026:15026:0801/034957.205198:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [15026:15047:0801/034957.205362:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15026:15026:0801/034957.205380:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [15026:15047:0801/034957.205416:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15026:15047:0801/034957.205438:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15026:15047:0801/034957.205457:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15026:15047:0801/034957.205475:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15026:15047:0801/034957.205492:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [15346:15368:0801/034959.246985:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15346:15368:0801/034959.254733:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15346:15368:0801/034959.255498:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15346:15368:0801/034959.255610:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15346:15346:0801/034959.271558:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15346:15368:0801/034959.288587:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15381:15381:0801/034959.302143:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15346:15368:0801/034959.314949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15346:15346:0801/034959.385949:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [15346:15346:0801/034959.386098:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [15346:15368:0801/034959.386475:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15346:15368:0801/034959.387757:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15346:15368:0801/034959.387801:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15346:15368:0801/034959.387814:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15346:15368:0801/034959.387824:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15346:15368:0801/034959.387834:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [15664:15685:0801/035000.852131:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15664:15685:0801/035000.859400:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15664:15685:0801/035000.859850:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15664:15685:0801/035000.859945:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15664:15664:0801/035000.868966:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15664:15685:0801/035000.890077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15699:15699:0801/035000.899683:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15664:15685:0801/035000.919857:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15664:15664:0801/035000.982366:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [15664:15685:0801/035000.982497:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15664:15664:0801/035000.982544:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [15664:15685:0801/035000.982555:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15664:15685:0801/035000.982567:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15664:15685:0801/035000.982576:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15664:15685:0801/035000.982585:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15664:15685:0801/035000.982595:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [15967:15988:0801/035002.606503:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15967:15988:0801/035002.615584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15967:15988:0801/035002.616283:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15967:15988:0801/035002.616520:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15967:15967:0801/035002.627618:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15967:15988:0801/035002.651088:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16001:16001:0801/035002.652925:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15967:15988:0801/035002.682633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [16278:16299:0801/035011.747617:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16278:16299:0801/035011.757046:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16278:16299:0801/035011.759060:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16278:16299:0801/035011.759155:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16278:16278:0801/035011.775617:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [16312:16312:0801/035011.788416:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [16278:16299:0801/035011.796107:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16278:16299:0801/035011.825269:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [16503:16524:0801/035020.682192:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16503:16524:0801/035020.690065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16503:16524:0801/035020.691079:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16503:16524:0801/035020.691207:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16503:16503:0801/035020.701476:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [16503:16524:0801/035020.719848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16538:16538:0801/035020.726814:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [16503:16524:0801/035020.769649:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16503:16503:0801/035020.818426:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [16503:16524:0801/035020.818545:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16503:16524:0801/035020.818584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16503:16524:0801/035020.818597:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16503:16503:0801/035020.818605:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [16503:16524:0801/035020.818609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16503:16524:0801/035020.818648:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16503:16524:0801/035020.818659:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [16818:16839:0801/035023.780015:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16818:16839:0801/035023.786798:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16818:16839:0801/035023.787366:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16818:16839:0801/035023.787418:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16818:16818:0801/035023.796872:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [16818:16839:0801/035023.810188:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16853:16853:0801/035023.820167:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [16818:16839:0801/035023.870718:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16818:16818:0801/035023.919517:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [16818:16818:0801/035023.919703:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [16818:16839:0801/035023.922458:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16818:16839:0801/035023.922506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16818:16839:0801/035023.922525:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16818:16839:0801/035023.922537:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16818:16839:0801/035023.922549:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16818:16839:0801/035023.922560:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [17138:17159:0801/035025.465948:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17138:17159:0801/035025.471533:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17138:17159:0801/035025.471864:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17138:17159:0801/035025.472752:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17138:17138:0801/035025.486638:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [17138:17159:0801/035025.498599:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17173:17173:0801/035025.505402:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [17138:17159:0801/035025.528807:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17138:17138:0801/035025.600112:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [17138:17138:0801/035025.600255:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [17138:17159:0801/035025.600242:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17138:17159:0801/035025.600294:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17138:17159:0801/035025.600316:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17138:17159:0801/035025.600334:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17138:17159:0801/035025.600346:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17138:17159:0801/035025.600362:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [17444:17465:0801/035028.128569:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17444:17465:0801/035028.136044:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17444:17465:0801/035028.136323:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17444:17465:0801/035028.136401:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17444:17444:0801/035028.148433:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [17479:17479:0801/035028.159083:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [17444:17465:0801/035028.162458:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17444:17465:0801/035028.199068:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17444:17444:0801/035028.264529:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [17444:17465:0801/035028.264658:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17444:17465:0801/035028.264694:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17444:17465:0801/035028.264708:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17444:17444:0801/035028.264714:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [17444:17465:0801/035028.264721:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17444:17465:0801/035028.264760:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17444:17465:0801/035028.264771:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [17759:17780:0801/035030.654009:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17759:17780:0801/035030.661451:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17759:17780:0801/035030.662029:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17759:17780:0801/035030.662095:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17759:17759:0801/035030.674526:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [17759:17780:0801/035030.698446:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17794:17794:0801/035030.698168:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [17759:17780:0801/035030.762883:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [18074:18095:0801/035033.113330:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18074:18095:0801/035033.118457:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18074:18095:0801/035033.118627:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18074:18095:0801/035033.118695:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18074:18074:0801/035033.128333:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18074:18095:0801/035033.149104:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18110:18110:0801/035033.151926:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18074:18095:0801/035033.193422:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18074:18074:0801/035033.246315:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [18074:18074:0801/035033.246520:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [18074:18095:0801/035033.246525:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18074:18095:0801/035033.246574:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18074:18095:0801/035033.246593:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18074:18095:0801/035033.246607:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18074:18095:0801/035033.246620:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18074:18095:0801/035033.246633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [18389:18410:0801/035036.681027:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18389:18410:0801/035036.690191:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18389:18410:0801/035036.690333:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18389:18410:0801/035036.695025:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18389:18389:0801/035036.703071:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18389:18410:0801/035036.719958:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18424:18424:0801/035036.723833:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18389:18410:0801/035036.774163:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18389:18389:0801/035036.819609:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [18389:18410:0801/035036.819744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18389:18389:0801/035036.819786:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [18389:18410:0801/035036.819785:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18389:18410:0801/035036.819814:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18389:18410:0801/035036.819827:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18389:18410:0801/035036.819838:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18389:18410:0801/035036.819849:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [18694:18715:0801/035038.980340:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18694:18715:0801/035038.987046:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18694:18715:0801/035038.987289:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18694:18715:0801/035038.987341:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18694:18694:0801/035039.001368:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18694:18715:0801/035039.024980:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18728:18728:0801/035039.038208:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18694:18715:0801/035039.090244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18694:18694:0801/035039.149887:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [18694:18694:0801/035039.150099:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [18694:18715:0801/035039.150109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18694:18715:0801/035039.150161:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18694:18715:0801/035039.150183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18694:18715:0801/035039.150191:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18694:18715:0801/035039.150198:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18694:18715:0801/035039.150205:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [19001:19023:0801/035041.601752:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19001:19023:0801/035041.608289:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19001:19023:0801/035041.608582:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19001:19023:0801/035041.609281:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19001:19001:0801/035041.622078:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19001:19023:0801/035041.637947:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19036:19036:0801/035041.640220:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19001:19023:0801/035041.678122:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19001:19001:0801/035041.720198:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [19001:19001:0801/035041.720359:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [19001:19023:0801/035041.720806:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19001:19023:0801/035041.720852:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19001:19023:0801/035041.720871:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19001:19023:0801/035041.720887:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19001:19023:0801/035041.720902:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19001:19023:0801/035041.720912:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [19314:19336:0801/035043.372537:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19314:19336:0801/035043.377688:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19314:19336:0801/035043.377864:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19314:19336:0801/035043.378615:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19314:19314:0801/035043.391580:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19350:19350:0801/035043.408583:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19314:19336:0801/035043.409819:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19314:19336:0801/035043.467189:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19314:19314:0801/035043.522487:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [19314:19336:0801/035043.522630:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19314:19336:0801/035043.522671:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19314:19314:0801/035043.522671:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [19314:19336:0801/035043.522693:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19314:19336:0801/035043.522711:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19314:19336:0801/035043.522726:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19314:19336:0801/035043.522741:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [19550:19571:0801/035045.775569:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19550:19571:0801/035045.786134:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19550:19571:0801/035045.790620:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19550:19571:0801/035045.790711:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19550:19550:0801/035045.800912:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19550:19571:0801/035045.830472:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19586:19586:0801/035045.842930:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19550:19571:0801/035045.878321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19550:19550:0801/035045.930688:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [19550:19550:0801/035045.930858:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [19550:19571:0801/035045.931182:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19550:19571:0801/035045.931225:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19550:19571:0801/035045.931250:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19550:19571:0801/035045.931271:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19550:19571:0801/035045.931287:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19550:19571:0801/035045.931302:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [19856:19877:0801/035048.722403:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19856:19877:0801/035048.729848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19856:19877:0801/035048.730050:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19856:19877:0801/035048.731509:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19856:19856:0801/035048.744477:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19890:19890:0801/035048.759414:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19856:19877:0801/035048.761630:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19856:19877:0801/035048.793609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19856:19856:0801/035048.862726:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [19856:19856:0801/035048.862934:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [19856:19877:0801/035048.863228:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19856:19877:0801/035048.863286:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19856:19877:0801/035048.863304:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19856:19877:0801/035048.863315:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19856:19877:0801/035048.863326:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19856:19877:0801/035048.863336:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [20080:20101:0801/035051.583363:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20080:20101:0801/035051.589297:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20080:20101:0801/035051.589472:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20080:20101:0801/035051.589899:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20080:20080:0801/035051.604867:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20080:20101:0801/035051.620216:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20115:20115:0801/035051.633064:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20080:20101:0801/035051.675663:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20080:20080:0801/035051.725125:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20080:20101:0801/035051.725253:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20080:20101:0801/035051.725297:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20080:20080:0801/035051.725310:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [20080:20101:0801/035051.725312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20080:20101:0801/035051.725376:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20080:20101:0801/035051.725396:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20080:20101:0801/035051.725407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [20389:20410:0801/035102.040523:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20389:20410:0801/035102.047158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20389:20410:0801/035102.047704:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20389:20410:0801/035102.047802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20389:20389:0801/035102.059838:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20425:20425:0801/035102.075539:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20389:20410:0801/035102.082433:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20389:20410:0801/035102.116172:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20389:20389:0801/035102.161958:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20389:20389:0801/035102.164488:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [20389:20410:0801/035102.164959:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20389:20410:0801/035102.164997:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20389:20410:0801/035102.165008:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20389:20410:0801/035102.165015:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20389:20410:0801/035102.165023:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20389:20410:0801/035102.165029:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [20711:20733:0801/035105.630834:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20711:20733:0801/035105.637885:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20711:20733:0801/035105.638012:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20711:20733:0801/035105.638116:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20711:20711:0801/035105.654215:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20746:20746:0801/035105.668743:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20711:20733:0801/035105.672159:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20711:20733:0801/035105.708072:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20711:20711:0801/035105.748884:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20711:20733:0801/035105.748977:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20711:20733:0801/035105.749009:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20711:20733:0801/035105.749045:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20711:20733:0801/035105.749075:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20711:20733:0801/035105.749101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20711:20733:0801/035105.749129:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20711:20711:0801/035105.749151:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [20938:20959:0801/035107.701483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20938:20959:0801/035107.716038:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20938:20959:0801/035107.716868:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20938:20959:0801/035107.717117:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20938:20938:0801/035107.730296:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20971:20971:0801/035107.743076:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20938:20959:0801/035107.749116:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20938:20959:0801/035107.781604:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20938:20938:0801/035107.830242:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20938:20938:0801/035107.830448:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [20938:20959:0801/035107.834284:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20938:20959:0801/035107.834345:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20938:20959:0801/035107.834362:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20938:20959:0801/035107.834400:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20938:20959:0801/035107.834414:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20938:20959:0801/035107.834426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [21265:21286:0801/035110.707158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21265:21286:0801/035110.714435:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21265:21286:0801/035110.715514:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21265:21286:0801/035110.715613:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21265:21265:0801/035110.727269:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [21302:21302:0801/035110.749285:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [21265:21286:0801/035110.754910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21265:21286:0801/035110.788175:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21265:21265:0801/035110.826648:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [21265:21265:0801/035110.826873:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [21265:21286:0801/035110.827948:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21265:21286:0801/035110.827992:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21265:21286:0801/035110.828007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21265:21286:0801/035110.828018:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21265:21286:0801/035110.828029:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21265:21286:0801/035110.828038:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [21501:21522:0801/035113.111817:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21501:21522:0801/035113.119245:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21501:21522:0801/035113.119545:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21501:21522:0801/035113.119779:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21501:21501:0801/035113.139111:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [21501:21522:0801/035113.158677:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21536:21536:0801/035113.163263:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [21501:21522:0801/035113.194456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start: [21810:21831:0801/035117.134192:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.MobileTestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start: [22026:22026:0100/000000.767874:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start: [22219:22219:0100/000000.583586:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32) [22218:22218:0100/000000.585817:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start: [22463:22463:0100/000000.628487:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start: [22555:22555:0100/000000.205368:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start: [23431:23452:0801/035412.912904:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start: [23489:23510:0801/035417.876816:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23489:23510:0801/035417.877052:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23489:23510:0801/035417.877112:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23489:23510:0801/035417.878730:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23489:23489:0801/035417.947351:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [23524:23524:0801/035417.984381:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [23489:23510:0801/035418.002808:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23489:23510:0801/035418.131212:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start: [23684:23684:0100/000000.837227:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start: [23731:23731:0100/000000.478432:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start: [23837:23837:0100/000000.866863:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_js.WebSuite: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.point_of_sale.tests.test_point_of_sale_ui.TestUi: Chrome headless failed to start: [24054:24075:0801/035723.648901:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24054:24075:0801/035723.658675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24054:24075:0801/035723.659685:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24054:24075:0801/035723.662822:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24054:24054:0801/035723.675544:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24054:24075:0801/035723.692289:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24087:24087:0801/035723.698715:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24054:24075:0801/035723.727663:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24054:24054:0801/035723.810964:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24054:24075:0801/035723.811200:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24054:24075:0801/035723.811243:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24054:24075:0801/035723.811268:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24054:24075:0801/035723.811280:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24054:24075:0801/035723.811289:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24054:24075:0801/035723.811299:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.portal.tests.test_tours.TestUi: Chrome headless failed to start: [24376:24397:0801/041237.174074:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24376:24397:0801/041237.180797:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24376:24397:0801/041237.181016:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24376:24397:0801/041237.181606:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24376:24376:0801/041237.193966:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24376:24397:0801/041237.220758:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24410:24410:0801/041237.221997:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24376:24397:0801/041237.267376:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24376:24376:0801/041237.315715:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24376:24397:0801/041237.315868:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24376:24397:0801/041237.315923:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24376:24397:0801/041237.315939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24376:24397:0801/041237.315982:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24376:24397:0801/041237.315995:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24376:24397:0801/041237.316007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.portal.tests.test_tours.TestUi: Chrome headless failed to start: [24696:24717:0801/041239.580830:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24696:24717:0801/041239.591369:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24696:24717:0801/041239.591587:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24696:24717:0801/041239.591758:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24696:24696:0801/041239.605989:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24731:24731:0801/041239.617342:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24696:24717:0801/041239.623337:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24696:24717:0801/041239.666906:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24696:24696:0801/041239.706330:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24696:24717:0801/041239.706502:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24696:24696:0801/041239.706522:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [24696:24717:0801/041239.706551:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24696:24717:0801/041239.706566:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24696:24717:0801/041239.706659:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24696:24717:0801/041239.706675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24696:24717:0801/041239.706684:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_hr.tests.test_frontend.TestUi: Chrome headless failed to start: [25012:25035:0801/041312.602140:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25012:25035:0801/041312.611648:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25012:25035:0801/041312.611845:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25012:25035:0801/041312.611902:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25012:25012:0801/041312.625762:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25012:25035:0801/041312.644387:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25047:25047:0801/041312.652685:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25012:25035:0801/041312.698278:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25012:25012:0801/041312.750267:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25012:25012:0801/041312.750468:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [25012:25035:0801/041312.758487:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25012:25035:0801/041312.758553:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25012:25035:0801/041312.758576:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25012:25035:0801/041312.758593:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25012:25035:0801/041312.758609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25012:25035:0801/041312.758633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_hr.tests.test_frontend.TestUi: Chrome headless failed to start: [25329:25351:0801/041314.249183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25329:25351:0801/041314.258166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25329:25351:0801/041314.258841:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25329:25351:0801/041314.258961:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25329:25329:0801/041314.272006:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25329:25351:0801/041314.287733:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25364:25364:0801/041314.294880:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25329:25351:0801/041314.319890:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25329:25329:0801/041314.394767:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25329:25351:0801/041314.394985:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25329:25351:0801/041314.395151:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25329:25351:0801/041314.395164:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25329:25351:0801/041314.395172:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25329:25351:0801/041314.395179:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25329:25351:0801/041314.395185:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25329:25329:0801/041314.395226:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_hr.tests.test_frontend.TestUi: Chrome headless failed to start: [25643:25664:0801/041315.747103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25643:25664:0801/041315.754087:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25643:25664:0801/041315.754210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25643:25664:0801/041315.754258:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25643:25643:0801/041315.772102:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25680:25680:0801/041315.783041:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25643:25664:0801/041315.786508:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25643:25664:0801/041315.815576:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25643:25643:0801/041315.888264:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25643:25643:0801/041315.888449:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [25643:25664:0801/041315.888996:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25643:25664:0801/041315.889037:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25643:25664:0801/041315.889055:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25643:25664:0801/041315.889067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25643:25664:0801/041315.889079:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25643:25664:0801/041315.889090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [25953:25976:0801/041350.907742:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25953:25976:0801/041350.913949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25953:25976:0801/041350.914162:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25953:25976:0801/041350.918525:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25953:25953:0801/041350.932292:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25953:25976:0801/041350.946718:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25988:25988:0801/041350.951973:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25953:25976:0801/041350.977142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25953:25953:0801/041351.018594:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25953:25976:0801/041351.018695:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25953:25976:0801/041351.018813:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25953:25976:0801/041351.018909:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25953:25976:0801/041351.018940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25953:25976:0801/041351.019056:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25953:25976:0801/041351.019102:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25953:25953:0801/041351.019151:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [26270:26291:0801/041353.665056:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26270:26291:0801/041353.672357:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26270:26291:0801/041353.672506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26270:26291:0801/041353.673653:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26270:26270:0801/041353.688124:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [26304:26304:0801/041353.706582:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [26270:26291:0801/041353.709893:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26270:26291:0801/041353.760804:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26270:26270:0801/041353.809278:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [26270:26291:0801/041353.809385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26270:26270:0801/041353.809409:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [26270:26291:0801/041353.809422:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26270:26291:0801/041353.809437:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26270:26291:0801/041353.809448:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26270:26291:0801/041353.809459:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26270:26291:0801/041353.809465:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [26586:26607:0801/041359.378271:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26586:26607:0801/041359.386191:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26586:26607:0801/041359.386554:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26586:26607:0801/041359.386604:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26586:26586:0801/041359.402102:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [26621:26621:0801/041359.415638:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [26586:26607:0801/041359.419327:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26586:26607:0801/041359.474223:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26586:26586:0801/041359.525187:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [26586:26586:0801/041359.525354:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [26586:26607:0801/041359.525812:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26586:26607:0801/041359.525863:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26586:26607:0801/041359.525879:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26586:26607:0801/041359.525891:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26586:26607:0801/041359.525901:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26586:26607:0801/041359.525912:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [26882:26903:0801/041402.035079:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26882:26903:0801/041402.041391:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26882:26903:0801/041402.041609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26882:26903:0801/041402.042976:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26882:26882:0801/041402.056569:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [26882:26903:0801/041402.073431:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26916:26916:0801/041402.075188:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [26882:26903:0801/041402.113490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26882:26882:0801/041402.168018:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [26882:26882:0801/041402.168215:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [26882:26903:0801/041402.169446:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26882:26903:0801/041402.169865:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26882:26903:0801/041402.169890:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26882:26903:0801/041402.169898:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26882:26903:0801/041402.169910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26882:26903:0801/041402.169922:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [27197:27218:0801/041413.483849:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27197:27218:0801/041413.491040:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27197:27218:0801/041413.491169:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27197:27218:0801/041413.491280:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27197:27197:0801/041413.508180:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27197:27218:0801/041413.531376:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27231:27231:0801/041413.534269:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27197:27218:0801/041413.578228:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27197:27197:0801/041413.614690:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [27197:27218:0801/041413.614823:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27197:27197:0801/041413.614855:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [27197:27218:0801/041413.614864:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27197:27218:0801/041413.614880:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27197:27218:0801/041413.614907:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27197:27218:0801/041413.614918:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27197:27218:0801/041413.614935:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [27517:27538:0801/041416.779908:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27517:27538:0801/041416.785362:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27517:27538:0801/041416.785619:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27517:27538:0801/041416.785867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27517:27517:0801/041416.797701:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27517:27538:0801/041416.810005:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27553:27553:0801/041416.824888:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27517:27538:0801/041416.869227:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27517:27517:0801/041416.921544:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [27517:27517:0801/041416.921795:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [27517:27538:0801/041416.921977:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27517:27538:0801/041416.922039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27517:27538:0801/041416.922057:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27517:27538:0801/041416.922068:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27517:27538:0801/041416.922078:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27517:27538:0801/041416.922088:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27517:27517:0801/041416.922773:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [27835:27857:0801/041427.459532:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27835:27857:0801/041427.467093:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27835:27857:0801/041427.468837:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27835:27857:0801/041427.468935:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27835:27835:0801/041427.479389:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27835:27857:0801/041427.499593:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27870:27870:0801/041427.497119:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27835:27857:0801/041427.528518:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27835:27835:0801/041427.596085:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [27835:27835:0801/041427.596225:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [27835:27857:0801/041427.598432:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27835:27857:0801/041427.598482:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27835:27857:0801/041427.598503:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27835:27857:0801/041427.598518:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27835:27857:0801/041427.598532:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27835:27857:0801/041427.598546:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [28147:28169:0801/041433.348845:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28147:28169:0801/041433.355873:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28147:28169:0801/041433.356171:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28147:28169:0801/041433.356275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28147:28147:0801/041433.370754:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [28147:28169:0801/041433.396932:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28182:28182:0801/041433.397277:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [28147:28169:0801/041433.418658:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28147:28147:0801/041433.504596:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [28147:28169:0801/041433.504739:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28147:28169:0801/041433.504775:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28147:28169:0801/041433.504787:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28147:28147:0801/041433.504788:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [28147:28169:0801/041433.504807:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28147:28169:0801/041433.505401:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28147:28169:0801/041433.505429:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [28462:28483:0801/041436.576261:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28462:28483:0801/041436.584362:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28462:28483:0801/041436.584562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28462:28483:0801/041436.586032:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28462:28462:0801/041436.598957:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [28497:28497:0801/041436.616486:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [28462:28483:0801/041436.618314:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28462:28483:0801/041436.672470:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28462:28462:0801/041436.725918:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [28462:28483:0801/041436.726050:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28462:28483:0801/041436.726095:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28462:28483:0801/041436.726124:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28462:28462:0801/041436.726128:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [28462:28483:0801/041436.726137:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28462:28483:0801/041436.726156:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28462:28483:0801/041436.726167:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [28772:28793:0801/041441.253776:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28772:28793:0801/041441.261388:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28772:28793:0801/041441.261836:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28772:28793:0801/041441.262021:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28772:28772:0801/041441.275834:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [28772:28793:0801/041441.297662:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28806:28806:0801/041441.296002:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [28772:28793:0801/041441.359604:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28772:28772:0801/041441.407278:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [28772:28793:0801/041441.407412:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28772:28793:0801/041441.407462:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28772:28793:0801/041441.407483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28772:28793:0801/041441.407509:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28772:28793:0801/041441.407524:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28772:28793:0801/041441.407538:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [29076:29097:0801/041445.111939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29076:29097:0801/041445.119407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29076:29097:0801/041445.119617:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29076:29097:0801/041445.121244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29076:29076:0801/041445.136421:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [29111:29111:0801/041445.156226:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [29076:29097:0801/041445.158323:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29076:29097:0801/041445.187592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29076:29076:0801/041445.259076:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [29076:29076:0801/041445.259281:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [29076:29097:0801/041445.259279:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29076:29097:0801/041445.259323:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29076:29097:0801/041445.259342:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29076:29097:0801/041445.259389:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29076:29097:0801/041445.259405:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29076:29097:0801/041445.259416:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [29389:29410:0801/041448.606556:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29389:29410:0801/041448.611948:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29389:29410:0801/041448.612142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29389:29410:0801/041448.612202:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29389:29389:0801/041448.624337:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [29389:29410:0801/041448.648306:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29424:29424:0801/041448.655508:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [29389:29410:0801/041448.681908:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29389:29389:0801/041448.733724:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [29389:29410:0801/041448.733853:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29389:29410:0801/041448.733907:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29389:29389:0801/041448.733903:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [29389:29410:0801/041448.733939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29389:29410:0801/041448.733958:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29389:29410:0801/041448.733973:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29389:29410:0801/041448.733988:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [29711:29734:0801/041452.601150:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29711:29734:0801/041452.608662:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29711:29734:0801/041452.610015:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29711:29734:0801/041452.610113:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29711:29711:0801/041452.623177:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [29711:29734:0801/041452.643119:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29745:29745:0801/041452.658580:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [29711:29734:0801/041452.685601:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29711:29711:0801/041452.740753:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [29711:29711:0801/041452.740923:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [29711:29734:0801/041452.740986:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29711:29734:0801/041452.741020:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29711:29734:0801/041452.741036:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29711:29734:0801/041452.741047:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29711:29734:0801/041452.741059:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29711:29734:0801/041452.741069:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [30027:30048:0801/041456.108799:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30027:30048:0801/041456.113929:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30027:30048:0801/041456.114135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30027:30048:0801/041456.114300:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30027:30027:0801/041456.125174:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [30027:30048:0801/041456.138470:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30063:30063:0801/041456.141736:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [30027:30048:0801/041456.177691:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30027:30027:0801/041456.226782:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [30027:30027:0801/041456.226942:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [30027:30048:0801/041456.226939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30027:30048:0801/041456.226994:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30027:30048:0801/041456.227017:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30027:30048:0801/041456.227035:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30027:30048:0801/041456.227051:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30027:30048:0801/041456.227066:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [30336:30357:0801/041500.443056:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30336:30357:0801/041500.454117:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30336:30357:0801/041500.455696:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30336:30357:0801/041500.455769:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30336:30336:0801/041500.467266:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [30336:30357:0801/041500.480823:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30371:30371:0801/041500.489248:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [30336:30357:0801/041500.506484:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30336:30336:0801/041500.592404:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [30336:30357:0801/041500.592519:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30336:30357:0801/041500.592573:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30336:30357:0801/041500.592633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30336:30357:0801/041500.592680:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30336:30357:0801/041500.592722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30336:30357:0801/041500.592752:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30336:30336:0801/041500.592793:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [30646:30667:0801/041503.740810:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30646:30667:0801/041503.749629:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30646:30667:0801/041503.749825:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30646:30667:0801/041503.749884:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30646:30646:0801/041503.762610:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [30646:30667:0801/041503.781823:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30681:30681:0801/041503.787859:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [30646:30667:0801/041503.813070:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30646:30646:0801/041503.902162:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [30646:30646:0801/041503.902403:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [30646:30667:0801/041503.902407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30646:30667:0801/041503.902460:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30646:30667:0801/041503.902475:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30646:30667:0801/041503.902486:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30646:30667:0801/041503.902496:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30646:30667:0801/041503.902507:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [30961:30982:0801/041507.676188:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30961:30982:0801/041507.684340:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30961:30982:0801/041507.684533:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30961:30982:0801/041507.684636:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30961:30961:0801/041507.701782:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [30997:30997:0801/041507.719196:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [30961:30982:0801/041507.719802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30961:30982:0801/041507.769306:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30961:30961:0801/041507.822014:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [30961:30961:0801/041507.822195:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [30961:30982:0801/041507.822224:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30961:30982:0801/041507.822270:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30961:30982:0801/041507.822289:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30961:30982:0801/041507.822305:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30961:30982:0801/041507.822319:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30961:30982:0801/041507.822334:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [31274:31295:0801/041511.724335:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31274:31295:0801/041511.730337:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31274:31295:0801/041511.731054:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31274:31295:0801/041511.731115:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31274:31274:0801/041511.742530:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [31274:31295:0801/041511.758440:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31309:31309:0801/041511.762842:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [31274:31295:0801/041511.791794:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31274:31274:0801/041511.839762:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [31274:31295:0801/041511.839877:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31274:31274:0801/041511.839915:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [31274:31295:0801/041511.839932:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31274:31295:0801/041511.839960:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31274:31295:0801/041511.840028:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31274:31295:0801/041511.840047:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31274:31295:0801/041511.840063:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [31589:31610:0801/041515.579637:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31589:31610:0801/041515.586456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31589:31610:0801/041515.586867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31589:31610:0801/041515.586953:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31589:31589:0801/041515.597185:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [31589:31610:0801/041515.610531:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31626:31626:0801/041515.629078:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [31589:31610:0801/041515.664153:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31589:31589:0801/041515.709010:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [31589:31589:0801/041515.709204:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [31589:31610:0801/041515.709220:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31589:31610:0801/041515.709252:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31589:31610:0801/041515.709263:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31589:31610:0801/041515.709271:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31589:31610:0801/041515.709278:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31589:31610:0801/041515.709285:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [31828:31849:0801/041519.231985:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31828:31849:0801/041519.236021:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31828:31849:0801/041519.236219:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31828:31849:0801/041519.236404:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31828:31828:0801/041519.247721:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [31863:31863:0801/041519.265828:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [31828:31849:0801/041519.268777:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31828:31849:0801/041519.320642:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31828:31828:0801/041519.374783:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [31828:31849:0801/041519.374905:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31828:31849:0801/041519.374949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31828:31849:0801/041519.375004:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31828:31849:0801/041519.375061:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31828:31849:0801/041519.375118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31828:31849:0801/041519.375186:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31828:31828:0801/041519.375232:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [32133:32154:0801/041524.286621:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32133:32154:0801/041524.293431:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32133:32154:0801/041524.294263:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32133:32154:0801/041524.294342:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32133:32133:0801/041524.309720:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [32167:32167:0801/041524.321536:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [32133:32154:0801/041524.324702:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32133:32154:0801/041524.369088:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32133:32133:0801/041524.414894:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [32133:32133:0801/041524.415043:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [32133:32154:0801/041524.415243:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32133:32154:0801/041524.415295:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32133:32154:0801/041524.415321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32133:32154:0801/041524.415339:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32133:32154:0801/041524.415357:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32133:32154:0801/041524.415385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [32450:32471:0801/041528.037067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32450:32471:0801/041528.045072:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32450:32471:0801/041528.045185:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32450:32471:0801/041528.045843:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32450:32450:0801/041528.057073:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [32450:32471:0801/041528.069802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32485:32485:0801/041528.077265:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [32450:32471:0801/041528.112613:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32450:32450:0801/041528.165825:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [32450:32471:0801/041528.165936:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32450:32471:0801/041528.165978:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32450:32471:0801/041528.166016:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32450:32471:0801/041528.166058:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32450:32471:0801/041528.166102:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32450:32471:0801/041528.166157:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32450:32450:0801/041528.166197:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [32772:32794:0801/041530.639469:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32772:32794:0801/041530.647369:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32772:32794:0801/041530.647508:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32772:32794:0801/041530.647965:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32772:32772:0801/041530.667295:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [32772:32794:0801/041530.685801:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32807:32807:0801/041530.688414:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [32772:32794:0801/041530.718318:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32772:32772:0801/041530.804594:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [32772:32772:0801/041530.804834:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [32772:32794:0801/041530.804891:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32772:32794:0801/041530.804927:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32772:32794:0801/041530.804942:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32772:32794:0801/041530.804953:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32772:32794:0801/041530.804971:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32772:32794:0801/041530.804981:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [33080:33103:0801/041534.461625:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33080:33103:0801/041534.471722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33080:33103:0801/041534.476378:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33080:33103:0801/041534.476449:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33080:33080:0801/041534.483949:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [33080:33103:0801/041534.501266:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33115:33115:0801/041534.504669:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [33080:33103:0801/041534.581627:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [33296:33317:0801/041538.089675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33296:33317:0801/041538.100491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33296:33317:0801/041538.100780:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33296:33317:0801/041538.105744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33296:33296:0801/041538.117758:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [33296:33317:0801/041538.133062:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33331:33331:0801/041538.144432:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [33296:33317:0801/041538.173356:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [33617:33639:0801/041543.065611:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33617:33639:0801/041543.071866:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33617:33639:0801/041543.071997:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33617:33639:0801/041543.072433:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33617:33617:0801/041543.086562:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [33652:33652:0801/041543.104277:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [33617:33639:0801/041543.106881:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33617:33639:0801/041543.166011:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33617:33617:0801/041543.219502:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [33617:33617:0801/041543.219630:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [33617:33639:0801/041543.219621:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33617:33639:0801/041543.219675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33617:33639:0801/041543.219691:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33617:33639:0801/041543.219703:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33617:33639:0801/041543.219713:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33617:33639:0801/041543.219723:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [33931:33952:0801/041546.376186:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33931:33952:0801/041546.383213:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33931:33952:0801/041546.383414:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33931:33952:0801/041546.383623:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33931:33931:0801/041546.400651:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [33931:33952:0801/041546.418533:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33966:33966:0801/041546.425814:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [33931:33952:0801/041546.471786:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [34236:34257:0801/041550.096335:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34236:34257:0801/041550.103471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34236:34257:0801/041550.103996:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34236:34257:0801/041550.104155:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34236:34236:0801/041550.118707:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [34236:34257:0801/041550.139984:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34270:34270:0801/041550.143123:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [34236:34257:0801/041550.185615:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34236:34236:0801/041550.241888:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [34236:34236:0801/041550.242082:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [34236:34257:0801/041550.242185:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34236:34257:0801/041550.242231:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34236:34257:0801/041550.242246:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34236:34257:0801/041550.242258:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34236:34257:0801/041550.242269:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34236:34257:0801/041550.242279:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [34546:34567:0801/041553.045680:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34546:34567:0801/041553.051894:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34546:34567:0801/041553.052295:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34546:34567:0801/041553.052470:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34546:34546:0801/041553.067288:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [34546:34567:0801/041553.083155:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34581:34581:0801/041553.081823:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [34546:34567:0801/041553.107097:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34546:34546:0801/041553.196993:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [34546:34546:0801/041553.197191:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [34546:34567:0801/041553.197721:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34546:34567:0801/041553.197798:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34546:34567:0801/041553.197819:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34546:34567:0801/041553.197835:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34546:34567:0801/041553.197849:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34546:34567:0801/041553.197867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [34862:34883:0801/041555.564834:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34862:34883:0801/041555.571826:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34862:34883:0801/041555.573205:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34862:34883:0801/041555.573887:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34862:34862:0801/041555.585897:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [34862:34883:0801/041555.601385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34896:34896:0801/041555.607343:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [34862:34883:0801/041555.641988:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34862:34862:0801/041555.700457:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [34862:34883:0801/041555.700599:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34862:34862:0801/041555.700632:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [34862:34883:0801/041555.700647:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34862:34883:0801/041555.700663:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34862:34883:0801/041555.700676:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34862:34883:0801/041555.700687:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34862:34883:0801/041555.700697:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [35167:35188:0801/041558.838779:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35167:35188:0801/041558.845445:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35167:35188:0801/041558.845609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35167:35188:0801/041558.848210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35167:35167:0801/041558.859460:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [35167:35188:0801/041558.881097:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35202:35202:0801/041558.898965:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [35167:35188:0801/041558.909166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35167:35167:0801/041558.984572:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [35167:35167:0801/041558.984701:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [35167:35188:0801/041558.984771:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35167:35188:0801/041558.984818:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35167:35188:0801/041558.984840:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35167:35188:0801/041558.984856:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35167:35188:0801/041558.984871:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35167:35188:0801/041558.984885:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [35471:35492:0801/041602.042640:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35471:35492:0801/041602.050854:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35471:35492:0801/041602.050998:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35471:35492:0801/041602.051059:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35471:35471:0801/041602.078035:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [35506:35506:0801/041602.090796:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [35471:35492:0801/041602.095363:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35471:35492:0801/041602.129906:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35471:35471:0801/041602.212275:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [35471:35471:0801/041602.212446:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [35471:35492:0801/041602.212770:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35471:35492:0801/041602.212818:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35471:35492:0801/041602.212834:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35471:35492:0801/041602.212844:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35471:35492:0801/041602.212855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35471:35492:0801/041602.212865:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [35789:35810:0801/041608.936921:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35789:35810:0801/041608.944365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35789:35810:0801/041608.945882:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35789:35810:0801/041608.945940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35789:35789:0801/041608.957800:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [35789:35810:0801/041608.976210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35824:35824:0801/041608.978020:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [35789:35810:0801/041609.010565:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [36174:36195:0801/041614.250708:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36174:36195:0801/041614.257992:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36174:36195:0801/041614.258307:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36174:36195:0801/041614.258442:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36174:36174:0801/041614.270243:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [36209:36209:0801/041614.282644:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [36174:36195:0801/041614.284084:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36174:36195:0801/041614.320054:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36174:36174:0801/041614.396732:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [36174:36195:0801/041614.396901:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36174:36174:0801/041614.396930:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [36174:36195:0801/041614.396948:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36174:36195:0801/041614.396965:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36174:36195:0801/041614.396978:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36174:36195:0801/041614.396989:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36174:36195:0801/041614.397000:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [36962:36984:0801/041623.225684:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36962:36984:0801/041623.232855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36962:36984:0801/041623.234875:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36962:36984:0801/041623.235909:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36962:36962:0801/041623.244076:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [36962:36984:0801/041623.264468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36997:36997:0801/041623.283833:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [36962:36984:0801/041623.310478:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [37271:37294:0801/041627.855676:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37271:37294:0801/041627.865607:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37271:37294:0801/041627.865910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37271:37294:0801/041627.870660:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37271:37271:0801/041627.877019:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [37271:37294:0801/041627.889957:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37307:37307:0801/041627.891820:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [37271:37294:0801/041627.923025:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37271:37271:0801/041628.002562:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [37271:37271:0801/041628.002802:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [37271:37294:0801/041628.003710:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37271:37294:0801/041628.003760:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37271:37294:0801/041628.003782:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37271:37294:0801/041628.003798:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37271:37294:0801/041628.003813:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37271:37294:0801/041628.003829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [37591:37612:0801/041632.680279:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37591:37612:0801/041632.688603:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37591:37612:0801/041632.688900:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37591:37612:0801/041632.689745:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37591:37591:0801/041632.700773:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [37591:37612:0801/041632.717970:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37626:37626:0801/041632.738498:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [37591:37612:0801/041632.780527:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37591:37591:0801/041632.836779:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [37591:37591:0801/041632.836969:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [37591:37612:0801/041632.839262:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37591:37612:0801/041632.839313:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37591:37612:0801/041632.839325:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37591:37612:0801/041632.839333:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37591:37612:0801/041632.839340:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37591:37612:0801/041632.839346:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [37900:37921:0801/041637.520931:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37900:37921:0801/041637.534469:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37900:37921:0801/041637.536987:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37900:37921:0801/041637.537072:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37900:37900:0801/041637.550863:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [37900:37921:0801/041637.568329:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37935:37935:0801/041637.572644:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [37900:37921:0801/041637.603013:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [38141:38163:0801/041642.793738:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38141:38163:0801/041642.801110:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38141:38163:0801/041642.801531:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38141:38163:0801/041642.801679:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38141:38141:0801/041642.816118:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [38176:38176:0801/041642.834476:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [38141:38163:0801/041642.836163:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38141:38163:0801/041642.880655:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38141:38141:0801/041642.925582:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [38141:38141:0801/041642.925803:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [38141:38163:0801/041642.925835:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38141:38163:0801/041642.925888:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38141:38163:0801/041642.925904:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38141:38163:0801/041642.926166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38141:38163:0801/041642.926232:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38141:38163:0801/041642.926254:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [38463:38484:0801/041647.041478:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38463:38484:0801/041647.052775:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38463:38484:0801/041647.054110:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38463:38484:0801/041647.054210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38463:38463:0801/041647.065668:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [38463:38484:0801/041647.080513:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38497:38497:0801/041647.087855:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [38463:38484:0801/041647.108585:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [38780:38801:0801/041652.059482:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38780:38801:0801/041652.067257:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38780:38801:0801/041652.067358:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38780:38801:0801/041652.067403:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38780:38780:0801/041652.083173:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [38814:38814:0801/041652.096859:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [38780:38801:0801/041652.100101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38780:38801:0801/041652.159471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38780:38780:0801/041652.209305:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [38780:38801:0801/041652.209428:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38780:38801:0801/041652.209477:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38780:38801:0801/041652.209534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38780:38801:0801/041652.209584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38780:38801:0801/041652.209633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38780:38801:0801/041652.209678:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38780:38780:0801/041652.209720:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [39107:39128:0801/041656.958913:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39107:39128:0801/041656.970457:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39107:39128:0801/041656.972660:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39107:39128:0801/041656.973376:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39107:39107:0801/041656.989045:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [39143:39143:0801/041657.008791:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [39107:39128:0801/041657.009938:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39107:39128:0801/041657.073597:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [39420:39441:0801/041659.376284:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39420:39441:0801/041659.380254:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39420:39441:0801/041659.380363:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39420:39441:0801/041659.380417:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39420:39420:0801/041659.392264:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [39420:39441:0801/041659.405422:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39455:39455:0801/041659.416732:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [39420:39441:0801/041659.472097:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39420:39420:0801/041659.524745:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [39420:39420:0801/041659.525006:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [39420:39441:0801/041659.525037:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39420:39441:0801/041659.525090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39420:39441:0801/041659.525108:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39420:39441:0801/041659.525120:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39420:39441:0801/041659.525443:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39420:39441:0801/041659.525471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [39734:39755:0801/041704.020662:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39734:39755:0801/041704.026318:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39734:39755:0801/041704.027359:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39734:39755:0801/041704.027510:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39734:39734:0801/041704.036327:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [39734:39755:0801/041704.059078:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39769:39769:0801/041704.065425:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [39734:39755:0801/041704.086354:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39734:39734:0801/041704.173056:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [39734:39755:0801/041704.173171:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39734:39755:0801/041704.173211:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39734:39755:0801/041704.173226:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39734:39734:0801/041704.173237:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [39734:39755:0801/041704.173238:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39734:39755:0801/041704.173485:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39734:39755:0801/041704.173502:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [39962:39983:0801/041708.217256:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39962:39983:0801/041708.224773:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39962:39983:0801/041708.224884:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39962:39983:0801/041708.224945:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39962:39962:0801/041708.239319:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [39962:39983:0801/041708.252937:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39997:39997:0801/041708.263819:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [39962:39983:0801/041708.282258:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39962:39962:0801/041708.360403:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [39962:39962:0801/041708.360588:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [39962:39983:0801/041708.360638:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39962:39983:0801/041708.360691:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39962:39983:0801/041708.360707:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39962:39983:0801/041708.360722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39962:39983:0801/041708.360737:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39962:39983:0801/041708.360751:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [40287:40308:0801/041712.834410:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40287:40308:0801/041712.842329:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40287:40308:0801/041712.842469:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40287:40308:0801/041712.842529:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40287:40287:0801/041712.857772:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [40287:40308:0801/041712.876227:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40322:40322:0801/041712.878720:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [40287:40308:0801/041712.904230:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [40604:40625:0801/041717.852098:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40604:40625:0801/041717.858751:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40604:40625:0801/041717.859240:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40604:40625:0801/041717.859300:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40604:40604:0801/041717.879456:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [40604:40625:0801/041717.899438:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40639:40639:0801/041717.899572:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [40604:40625:0801/041717.925624:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40604:40604:0801/041717.991281:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [40604:40604:0801/041717.991840:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [40604:40625:0801/041717.991886:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40604:40625:0801/041717.992035:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40604:40625:0801/041717.992188:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40604:40625:0801/041717.992210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40604:40625:0801/041717.992221:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40604:40625:0801/041717.992230:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [40927:40948:0801/041722.862236:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40927:40948:0801/041722.871921:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40927:40948:0801/041722.872904:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40927:40948:0801/041722.873024:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40927:40927:0801/041722.888953:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [40927:40948:0801/041722.909169:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40961:40961:0801/041722.915636:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [40927:40948:0801/041722.965075:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [41237:41258:0801/041728.462543:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41237:41258:0801/041728.468032:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41237:41258:0801/041728.468306:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41237:41258:0801/041728.468467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41237:41237:0801/041728.490754:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [41237:41258:0801/041728.504802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41272:41272:0801/041728.509855:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [41237:41258:0801/041728.532010:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41237:41237:0801/041728.600468:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [41237:41237:0801/041728.600635:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [41237:41258:0801/041728.602284:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41237:41258:0801/041728.602331:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41237:41258:0801/041728.602345:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41237:41258:0801/041728.602356:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41237:41258:0801/041728.602365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41237:41258:0801/041728.602391:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [41457:41478:0801/041731.600951:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41457:41478:0801/041731.607406:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41457:41478:0801/041731.607762:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41457:41478:0801/041731.607930:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41457:41457:0801/041731.620117:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [41457:41478:0801/041731.640801:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41492:41492:0801/041731.658956:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [41457:41478:0801/041731.687353:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41457:41457:0801/041731.760485:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [41457:41457:0801/041731.760679:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [41457:41478:0801/041731.760840:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41457:41478:0801/041731.760918:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41457:41478:0801/041731.760934:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41457:41478:0801/041731.760944:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41457:41478:0801/041731.760994:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41457:41478:0801/041731.761005:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_loyalty.tests.test_frontend.TestUi: Chrome headless failed to start: [41776:41798:0801/041743.733298:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41776:41798:0801/041743.741178:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41776:41798:0801/041743.741338:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41776:41798:0801/041743.741418:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41776:41776:0801/041743.755708:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [41811:41811:0801/041743.776602:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [41776:41798:0801/041743.776718:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41776:41798:0801/041743.802486:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41776:41776:0801/041743.891893:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [41776:41776:0801/041743.892093:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [41776:41798:0801/041743.893518:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41776:41798:0801/041743.893580:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41776:41798:0801/041743.893599:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41776:41798:0801/041743.893610:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41776:41798:0801/041743.893621:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41776:41798:0801/041743.893631:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_mrp.tests.test_frontend.TestUi: Chrome headless failed to start: [42104:42126:0801/041848.160308:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42104:42126:0801/041848.169770:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42104:42126:0801/041848.170467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42104:42126:0801/041848.170519:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42104:42104:0801/041848.182949:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [42139:42139:0801/041848.197651:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [42104:42126:0801/041848.205089:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42104:42126:0801/041848.270468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42104:42104:0801/041848.305649:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [42104:42104:0801/041848.305813:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [42104:42126:0801/041848.306192:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42104:42126:0801/041848.306244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42104:42126:0801/041848.306275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42104:42126:0801/041848.306288:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42104:42126:0801/041848.306299:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42104:42126:0801/041848.306322:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_online_payment.tests.test_frontend.TestUi: Chrome headless failed to start: [42344:42367:0801/042026.321205:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42344:42367:0801/042026.328672:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42344:42367:0801/042026.328805:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42344:42367:0801/042026.328869:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42344:42344:0801/042026.344368:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [42344:42367:0801/042026.360719:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42379:42379:0801/042026.365487:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [42344:42367:0801/042026.391394:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42344:42344:0801/042026.462206:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [42344:42344:0801/042026.462418:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [42344:42367:0801/042026.463925:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42344:42367:0801/042026.463987:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42344:42367:0801/042026.464004:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42344:42367:0801/042026.464016:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42344:42367:0801/042026.464026:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42344:42367:0801/042026.464037:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_online_payment.tests.test_frontend.TestUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [42724:42746:0801/042102.030428:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42724:42746:0801/042102.037604:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42724:42746:0801/042102.037820:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42724:42746:0801/042102.037889:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42724:42724:0801/042102.051400:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [42759:42759:0801/042102.065954:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [42724:42746:0801/042102.073587:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42724:42746:0801/042102.097771:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42724:42724:0801/042102.164142:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [42724:42724:0801/042102.164326:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [42724:42746:0801/042102.165410:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42724:42746:0801/042102.165462:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42724:42746:0801/042102.165479:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42724:42746:0801/042102.165490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42724:42746:0801/042102.165499:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42724:42746:0801/042102.165509:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [43042:43063:0801/042103.708068:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43042:43063:0801/042103.716567:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43042:43063:0801/042103.716744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43042:43063:0801/042103.716879:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43042:43042:0801/042103.731778:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [43077:43077:0801/042103.748094:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [43042:43063:0801/042103.751246:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43042:43063:0801/042103.800912:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43042:43042:0801/042103.858253:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [43042:43063:0801/042103.858391:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43042:43063:0801/042103.858433:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43042:43063:0801/042103.858480:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43042:43063:0801/042103.858520:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43042:43063:0801/042103.858561:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43042:43063:0801/042103.858600:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43042:43042:0801/042103.858652:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [43363:43385:0801/042105.451580:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43363:43385:0801/042105.459158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43363:43385:0801/042105.460730:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43363:43385:0801/042105.460905:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43363:43363:0801/042105.476539:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [43363:43385:0801/042105.494308:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43398:43398:0801/042105.502034:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [43363:43385:0801/042105.523074:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [43597:43618:0801/042106.999004:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43597:43618:0801/042107.012624:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43597:43618:0801/042107.012996:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43597:43618:0801/042107.013154:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43597:43597:0801/042107.025439:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [43597:43618:0801/042107.043799:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43632:43632:0801/042107.051928:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [43597:43618:0801/042107.102835:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43597:43597:0801/042107.147999:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [43597:43618:0801/042107.148130:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43597:43618:0801/042107.148177:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43597:43597:0801/042107.148181:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [43597:43618:0801/042107.148190:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43597:43618:0801/042107.148222:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43597:43618:0801/042107.148234:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43597:43618:0801/042107.148244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [43832:43853:0801/042108.508594:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43832:43853:0801/042108.514515:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43832:43853:0801/042108.514745:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43832:43853:0801/042108.514788:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43832:43832:0801/042108.530621:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [43832:43853:0801/042108.545465:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43868:43868:0801/042108.558557:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [43832:43853:0801/042108.588557:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43832:43832:0801/042108.650837:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [43832:43853:0801/042108.650963:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43832:43832:0801/042108.651007:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [43832:43853:0801/042108.651021:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43832:43853:0801/042108.651037:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43832:43853:0801/042108.651048:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43832:43853:0801/042108.651057:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43832:43853:0801/042108.651067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [44055:44076:0801/042109.941226:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44055:44076:0801/042109.949696:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44055:44076:0801/042109.949841:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44055:44076:0801/042109.949901:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44055:44055:0801/042109.978533:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [44091:44091:0801/042109.987976:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [44055:44076:0801/042109.997103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44055:44076:0801/042110.032879:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44055:44055:0801/042110.099259:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [44055:44055:0801/042110.099455:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [44055:44076:0801/042110.099613:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44055:44076:0801/042110.099667:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44055:44076:0801/042110.099683:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44055:44076:0801/042110.099700:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44055:44076:0801/042110.099717:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44055:44076:0801/042110.099734:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [44370:44391:0801/042111.490471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44370:44391:0801/042111.497727:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44370:44391:0801/042111.497929:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44370:44391:0801/042111.498109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44370:44370:0801/042111.511214:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [44370:44391:0801/042111.529131:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44405:44405:0801/042111.535467:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [44370:44391:0801/042111.584224:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44370:44370:0801/042111.640881:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [44370:44370:0801/042111.641081:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [44370:44391:0801/042111.641197:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44370:44391:0801/042111.641250:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44370:44391:0801/042111.641269:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44370:44391:0801/042111.641284:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44370:44391:0801/042111.641299:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44370:44391:0801/042111.641320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [44680:44703:0801/042122.253801:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44680:44703:0801/042122.260368:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44680:44703:0801/042122.260547:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44680:44703:0801/042122.260624:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44680:44680:0801/042122.271394:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [44680:44703:0801/042122.292691:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44715:44715:0801/042122.299291:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [44680:44703:0801/042122.320080:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44680:44680:0801/042122.403537:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [44680:44680:0801/042122.403717:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [44680:44703:0801/042122.403872:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44680:44703:0801/042122.403918:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44680:44703:0801/042122.403933:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44680:44703:0801/042122.403972:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44680:44703:0801/042122.403999:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44680:44703:0801/042122.404012:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [45001:45022:0801/042124.021969:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45001:45022:0801/042124.030265:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45001:45022:0801/042124.030476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45001:45022:0801/042124.031310:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45001:45001:0801/042124.044603:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [45035:45035:0801/042124.066608:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [45001:45022:0801/042124.069452:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45001:45022:0801/042124.114575:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45001:45001:0801/042124.183733:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [45001:45001:0801/042124.184015:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [45001:45022:0801/042124.184255:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45001:45022:0801/042124.184295:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45001:45022:0801/042124.184309:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45001:45022:0801/042124.184320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45001:45022:0801/042124.184330:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45001:45022:0801/042124.184339:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [45239:45260:0801/042125.730583:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45239:45260:0801/042125.739208:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45239:45260:0801/042125.739370:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45239:45260:0801/042125.739434:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45239:45239:0801/042125.752727:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [45239:45260:0801/042125.774726:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45274:45274:0801/042125.783344:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [45239:45260:0801/042125.825913:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [45555:45576:0801/042136.459500:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45555:45576:0801/042136.475273:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45555:45576:0801/042136.475420:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45555:45576:0801/042136.475479:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45555:45555:0801/042136.492254:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [45592:45592:0801/042136.513514:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [45555:45576:0801/042136.515055:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45555:45576:0801/042136.560302:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [45868:45889:0801/042138.218107:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45868:45889:0801/042138.225684:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45868:45889:0801/042138.226134:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45868:45889:0801/042138.226240:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45868:45868:0801/042138.242965:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [45868:45889:0801/042138.265506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45903:45903:0801/042138.275551:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [45868:45889:0801/042138.299722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45868:45868:0801/042138.374176:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [45868:45868:0801/042138.374454:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [45868:45889:0801/042138.375740:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45868:45889:0801/042138.375852:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45868:45889:0801/042138.375878:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45868:45889:0801/042138.375890:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45868:45889:0801/042138.375900:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45868:45889:0801/042138.375911:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [46107:46129:0801/042139.736135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46107:46129:0801/042139.744014:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46107:46129:0801/042139.745521:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46107:46129:0801/042139.745696:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46107:46107:0801/042139.773158:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [46142:46142:0801/042139.783416:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [46107:46129:0801/042139.790787:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46107:46129:0801/042139.820812:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [46340:46361:0801/042141.271069:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46340:46361:0801/042141.278973:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46340:46361:0801/042141.279139:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46340:46361:0801/042141.279192:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46340:46340:0801/042141.293441:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [46340:46361:0801/042141.310206:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46375:46375:0801/042141.314933:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [46340:46361:0801/042141.363250:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46340:46340:0801/042141.413342:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [46340:46361:0801/042141.413476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46340:46340:0801/042141.413503:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [46340:46361:0801/042141.413518:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46340:46361:0801/042141.413541:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46340:46361:0801/042141.413559:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46340:46361:0801/042141.413569:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46340:46361:0801/042141.413579:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [46571:46592:0801/042142.908623:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46571:46592:0801/042142.919500:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46571:46592:0801/042142.919634:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46571:46592:0801/042142.919706:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46571:46571:0801/042142.944502:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [46607:46607:0801/042142.967240:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [46571:46592:0801/042142.973058:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46571:46592:0801/042143.015117:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46571:46571:0801/042143.070569:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [46571:46571:0801/042143.070745:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [46571:46592:0801/042143.070762:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46571:46592:0801/042143.070812:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46571:46592:0801/042143.070836:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46571:46592:0801/042143.070852:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46571:46592:0801/042143.070867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46571:46592:0801/042143.070882:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [46889:46910:0801/042144.616037:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [47122:47143:0801/042146.059931:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47122:47143:0801/042146.065477:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47122:47143:0801/042146.065631:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47122:47143:0801/042146.065878:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47122:47122:0801/042146.076011:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [47122:47143:0801/042146.091127:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47157:47157:0801/042146.103748:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [47122:47143:0801/042146.121883:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47122:47122:0801/042146.201316:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [47122:47122:0801/042146.201462:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [47122:47143:0801/042146.201466:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47122:47143:0801/042146.201517:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47122:47143:0801/042146.201534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47122:47143:0801/042146.201548:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47122:47143:0801/042146.201562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47122:47143:0801/042146.201576:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [47429:47450:0801/042147.692957:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47429:47450:0801/042147.698553:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47429:47450:0801/042147.699206:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47429:47450:0801/042147.699593:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47429:47429:0801/042147.710494:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [47429:47450:0801/042147.723862:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47464:47464:0801/042147.735102:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [47429:47450:0801/042147.784772:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47429:47429:0801/042147.823482:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [47429:47450:0801/042147.823622:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47429:47450:0801/042147.823698:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47429:47450:0801/042147.823720:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47429:47450:0801/042147.823741:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47429:47450:0801/042147.823751:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47429:47450:0801/042147.823761:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [47745:47768:0801/042158.160741:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47745:47768:0801/042158.166754:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47745:47768:0801/042158.166886:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47745:47768:0801/042158.168469:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47745:47745:0801/042158.185549:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [47745:47768:0801/042158.203149:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47780:47780:0801/042158.203844:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [47745:47768:0801/042158.262467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47745:47745:0801/042158.319929:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [47745:47745:0801/042158.320243:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [47745:47768:0801/042158.320515:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47745:47768:0801/042158.320562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47745:47768:0801/042158.320579:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47745:47768:0801/042158.320589:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47745:47768:0801/042158.320600:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47745:47768:0801/042158.320610:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [48072:48093:0801/042200.040211:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48072:48093:0801/042200.047132:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48072:48093:0801/042200.047262:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48072:48093:0801/042200.047432:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48072:48072:0801/042200.060173:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [48072:48093:0801/042200.078687:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48109:48109:0801/042200.104316:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [48072:48093:0801/042200.114099:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48072:48072:0801/042200.200229:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [48072:48072:0801/042200.200399:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [48072:48093:0801/042200.200591:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48072:48093:0801/042200.200632:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48072:48093:0801/042200.200646:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48072:48093:0801/042200.200658:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48072:48093:0801/042200.200669:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48072:48093:0801/042200.200680:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [48398:48420:0801/042201.884007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48398:48420:0801/042201.887448:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48398:48420:0801/042201.889122:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48398:48420:0801/042201.889235:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48398:48398:0801/042201.899962:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [48398:48420:0801/042201.925536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48433:48433:0801/042201.943771:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [48398:48420:0801/042201.980322:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48398:48398:0801/042202.037805:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [48398:48398:0801/042202.037997:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [48398:48420:0801/042202.038146:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48398:48420:0801/042202.038210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48398:48420:0801/042202.038227:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48398:48420:0801/042202.038235:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48398:48420:0801/042202.038243:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48398:48420:0801/042202.038250:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant.tests.test_frontend.TestFrontend: Chrome headless failed to start: [48703:48725:0801/042212.661497:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48703:48725:0801/042212.664765:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48703:48725:0801/042212.664840:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48703:48725:0801/042212.666265:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48703:48703:0801/042212.674501:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [48703:48725:0801/042212.692611:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48737:48737:0801/042212.700689:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [48703:48725:0801/042212.731041:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48703:48703:0801/042212.800939:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [48703:48703:0801/042212.801060:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [48703:48725:0801/042212.802436:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48703:48725:0801/042212.802489:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48703:48725:0801/042212.802505:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48703:48725:0801/042212.802516:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48703:48725:0801/042212.802527:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48703:48725:0801/042212.802538:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [49027:49048:0801/042242.245320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49027:49048:0801/042242.260304:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49027:49048:0801/042242.263752:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49027:49048:0801/042242.273034:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49027:49027:0801/042242.279603:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [49027:49048:0801/042242.297724:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49062:49062:0801/042242.297312:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [49027:49048:0801/042242.362252:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [49261:49282:0801/042243.856444:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49261:49282:0801/042243.865721:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49261:49282:0801/042243.865872:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49261:49282:0801/042243.865979:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49261:49261:0801/042243.878040:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [49261:49282:0801/042243.896532:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49298:49298:0801/042243.900437:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [49261:49282:0801/042243.930406:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49261:49261:0801/042244.009301:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [49261:49282:0801/042244.009428:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49261:49282:0801/042244.009476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49261:49261:0801/042244.009487:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [49261:49282:0801/042244.009491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49261:49282:0801/042244.009519:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49261:49282:0801/042244.009536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49261:49282:0801/042244.009550:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [49492:49515:0801/042245.376218:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49492:49515:0801/042245.383729:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49492:49515:0801/042245.385833:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49492:49515:0801/042245.386174:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49492:49492:0801/042245.397058:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [49492:49515:0801/042245.415582:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49527:49527:0801/042245.420573:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [49492:49515:0801/042245.472064:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49492:49492:0801/042245.543443:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [49492:49515:0801/042245.543583:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49492:49515:0801/042245.543681:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49492:49515:0801/042245.543740:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49492:49515:0801/042245.543786:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49492:49515:0801/042245.544048:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49492:49515:0801/042245.544124:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49492:49492:0801/042245.544224:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [49805:49828:0801/042247.067710:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49805:49828:0801/042247.075783:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49805:49828:0801/042247.075938:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49805:49828:0801/042247.076353:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49805:49805:0801/042247.092362:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [49839:49839:0801/042247.102760:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [49805:49828:0801/042247.110734:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49805:49828:0801/042247.168072:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49805:49805:0801/042247.229657:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [49805:49828:0801/042247.229798:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49805:49828:0801/042247.229835:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49805:49828:0801/042247.229845:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49805:49828:0801/042247.229853:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49805:49828:0801/042247.229860:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49805:49805:0801/042247.229862:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [49805:49828:0801/042247.229867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [50130:50151:0801/042248.848734:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50130:50151:0801/042248.854959:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50130:50151:0801/042248.855158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50130:50151:0801/042248.856449:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50130:50130:0801/042248.869039:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [50130:50151:0801/042248.885138:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50165:50165:0801/042248.887893:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [50130:50151:0801/042248.958509:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50130:50130:0801/042248.999357:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [50130:50130:0801/042248.999520:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [50130:50151:0801/042248.999977:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50130:50151:0801/042249.000031:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50130:50151:0801/042249.000053:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50130:50151:0801/042249.000064:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50130:50151:0801/042249.000075:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50130:50151:0801/042249.000086:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [50446:50468:0801/042250.514499:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50446:50468:0801/042250.524332:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50446:50468:0801/042250.524464:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50446:50468:0801/042250.524526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50446:50446:0801/042250.539804:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [50446:50468:0801/042250.557513:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50481:50481:0801/042250.558162:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [50446:50468:0801/042250.590919:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [50752:50773:0801/042252.229787:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50752:50773:0801/042252.237430:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50752:50773:0801/042252.237917:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50752:50773:0801/042252.238002:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50752:50752:0801/042252.252832:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [50752:50773:0801/042252.274831:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50787:50787:0801/042252.278879:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [50752:50773:0801/042252.309724:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50752:50752:0801/042252.371138:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [50752:50773:0801/042252.371262:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50752:50752:0801/042252.371320:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [50752:50773:0801/042252.371316:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50752:50773:0801/042252.371365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50752:50773:0801/042252.371384:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50752:50773:0801/042252.371411:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50752:50773:0801/042252.371427:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [51213:51234:0801/042304.725120:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51213:51234:0801/042304.732709:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51213:51234:0801/042304.732864:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51213:51234:0801/042304.734132:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51213:51213:0801/042304.745261:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [51213:51234:0801/042304.766766:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51247:51247:0801/042304.789093:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [51213:51234:0801/042304.798270:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51213:51213:0801/042304.877138:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [51213:51213:0801/042304.877324:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [51213:51234:0801/042304.877491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51213:51234:0801/042304.877545:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51213:51234:0801/042304.877567:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51213:51234:0801/042304.877582:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51213:51234:0801/042304.877601:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51213:51234:0801/042304.877616:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [51531:51553:0801/042306.482885:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51531:51553:0801/042306.490506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51531:51553:0801/042306.492519:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51531:51553:0801/042306.492635:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51531:51531:0801/042306.506966:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [51567:51567:0801/042306.522722:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [51531:51553:0801/042306.527049:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51531:51553:0801/042306.583744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [51849:51870:0801/042309.346489:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51849:51870:0801/042309.357135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51849:51870:0801/042309.357265:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51849:51870:0801/042309.357326:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51849:51849:0801/042309.369978:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [51849:51870:0801/042309.388552:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51884:51884:0801/042309.402702:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [51849:51870:0801/042309.426513:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_restaurant_loyalty.tests.test_pos_restaurant_loyalty.TestPoSRestaurantLoyalty: Chrome headless failed to start: [52148:52169:0801/042320.227901:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52148:52169:0801/042320.235943:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52148:52169:0801/042320.240183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52148:52169:0801/042320.240233:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52148:52148:0801/042320.253725:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [52148:52169:0801/042320.274687:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52181:52181:0801/042320.274787:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [52148:52169:0801/042320.312171:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [52461:52484:0801/042403.866080:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52461:52484:0801/042403.880765:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52461:52484:0801/042403.880913:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52461:52484:0801/042403.880978:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52461:52461:0801/042403.891399:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [52461:52484:0801/042403.915984:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52496:52496:0801/042403.926765:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [52461:52484:0801/042403.964400:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [52694:52717:0801/042408.855297:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52694:52717:0801/042408.883560:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52694:52717:0801/042408.883727:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52694:52717:0801/042408.884110:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52694:52694:0801/042408.904364:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [52694:52717:0801/042408.926026:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52730:52730:0801/042408.943975:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [52694:52717:0801/042408.956307:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [53153:53174:0801/042422.953860:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53153:53174:0801/042422.960591:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53153:53174:0801/042422.960762:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53153:53174:0801/042422.961629:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53153:53153:0801/042422.975914:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [53153:53174:0801/042422.992703:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53189:53189:0801/042423.003196:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [53153:53174:0801/042423.021120:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53153:53153:0801/042423.109401:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [53153:53174:0801/042423.110550:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53153:53174:0801/042423.110592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53153:53174:0801/042423.110603:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53153:53174:0801/042423.110610:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53153:53174:0801/042423.110617:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53153:53174:0801/042423.110624:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [53469:53490:0801/042430.136954:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53469:53490:0801/042430.145258:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53469:53490:0801/042430.145755:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53469:53490:0801/042430.145848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53469:53469:0801/042430.171748:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [53504:53504:0801/042430.180906:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [53469:53490:0801/042430.192181:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53469:53490:0801/042430.235794:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [53773:53796:0801/042437.491282:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53773:53796:0801/042437.499492:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53773:53796:0801/042437.499613:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53773:53796:0801/042437.499661:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53773:53773:0801/042437.508529:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [53773:53796:0801/042437.527053:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53808:53808:0801/042437.562359:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [53773:53796:0801/042437.576048:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53773:53773:0801/042437.633064:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [53773:53773:0801/042437.633241:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [53773:53796:0801/042437.633941:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53773:53796:0801/042437.633986:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53773:53796:0801/042437.634001:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53773:53796:0801/042437.634012:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53773:53796:0801/042437.634022:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53773:53796:0801/042437.634032:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [54099:54120:0801/042440.814135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54099:54120:0801/042440.823145:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54099:54120:0801/042440.823338:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54099:54120:0801/042440.823393:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54099:54099:0801/042440.842327:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [54133:54133:0801/042440.855739:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [54099:54120:0801/042440.863113:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54099:54120:0801/042440.898902:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [54325:54346:0801/042446.806638:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54325:54346:0801/042446.812983:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54325:54346:0801/042446.813107:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54325:54346:0801/042446.814853:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54325:54325:0801/042446.826706:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [54325:54346:0801/042446.847129:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54360:54360:0801/042446.860020:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [54325:54346:0801/042446.886823:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54325:54325:0801/042446.940779:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [54325:54325:0801/042446.940937:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [54325:54346:0801/042446.942429:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54325:54346:0801/042446.942476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54325:54346:0801/042446.942493:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54325:54346:0801/042446.942504:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54325:54346:0801/042446.942515:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54325:54346:0801/042446.942526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [54647:54668:0801/042451.095929:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54647:54668:0801/042451.102124:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54647:54668:0801/042451.103103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54647:54668:0801/042451.103152:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54647:54647:0801/042451.119026:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [54681:54681:0801/042451.131430:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [54647:54668:0801/042451.136947:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54647:54668:0801/042451.175571:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54647:54647:0801/042451.225833:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [54647:54668:0801/042451.225983:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54647:54647:0801/042451.226008:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [54647:54668:0801/042451.226055:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54647:54668:0801/042451.226078:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54647:54668:0801/042451.226096:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54647:54668:0801/042451.226111:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54647:54668:0801/042451.226127:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [54888:54911:0801/042609.599624:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54888:54911:0801/042609.608382:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54888:54911:0801/042609.608984:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54888:54911:0801/042609.610855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54888:54888:0801/042609.620247:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [54888:54911:0801/042609.642368:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54923:54923:0801/042609.652699:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [54888:54911:0801/042609.681698:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54888:54888:0801/042609.735732:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [54888:54911:0801/042609.735887:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54888:54911:0801/042609.735922:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54888:54911:0801/042609.735933:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54888:54888:0801/042609.735935:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [54888:54911:0801/042609.735942:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54888:54911:0801/042609.736566:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54888:54911:0801/042609.736595:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [55208:55229:0801/042613.244880:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55208:55229:0801/042613.253503:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55208:55229:0801/042613.254051:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55208:55229:0801/042613.254150:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55208:55208:0801/042613.268352:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [55208:55229:0801/042613.286585:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55243:55243:0801/042613.299167:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [55208:55229:0801/042613.315942:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55208:55208:0801/042613.410153:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [55208:55229:0801/042613.410284:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55208:55208:0801/042613.410336:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [55208:55229:0801/042613.410880:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55208:55229:0801/042613.410907:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55208:55229:0801/042613.410919:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55208:55229:0801/042613.410930:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55208:55229:0801/042613.410940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [55530:55551:0801/042616.731403:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55530:55551:0801/042616.737979:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55530:55551:0801/042616.738177:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55530:55551:0801/042616.738468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55530:55530:0801/042616.751953:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [55530:55551:0801/042616.764507:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55567:55567:0801/042616.782213:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [55530:55551:0801/042616.794022:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55530:55530:0801/042616.874279:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [55530:55530:0801/042616.874678:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [55530:55551:0801/042616.874680:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55530:55551:0801/042616.874728:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55530:55551:0801/042616.874744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55530:55551:0801/042616.874756:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55530:55551:0801/042616.874767:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55530:55551:0801/042616.874778:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [55845:55867:0801/042620.545300:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55845:55867:0801/042620.553263:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55845:55867:0801/042620.553393:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55845:55867:0801/042620.553497:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55845:55845:0801/042620.577591:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [55845:55867:0801/042620.595176:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55881:55881:0801/042620.594538:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [55845:55867:0801/042620.628091:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55845:55845:0801/042620.709992:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [55845:55867:0801/042620.710160:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55845:55867:0801/042620.710221:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55845:55867:0801/042620.710278:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55845:55867:0801/042620.710319:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55845:55867:0801/042620.710365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55845:55867:0801/042620.710456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55845:55845:0801/042620.710518:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [56157:56178:0801/042624.075673:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [56157:56178:0801/042624.082608:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56157:56178:0801/042624.085597:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [56157:56178:0801/042624.086667:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [56157:56157:0801/042624.106771:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [56192:56192:0801/042624.114417:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [56157:56178:0801/042624.124632:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56157:56178:0801/042624.177312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56157:56157:0801/042624.225896:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [56157:56178:0801/042624.226042:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56157:56178:0801/042624.226089:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56157:56178:0801/042624.226108:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56157:56178:0801/042624.226118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56157:56178:0801/042624.226129:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56157:56178:0801/042624.226138:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56157:56157:0801/042624.226169:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [56471:56492:0801/042628.772523:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [56471:56492:0801/042628.779812:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56471:56492:0801/042628.780008:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [56471:56492:0801/042628.780157:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [56471:56471:0801/042628.799842:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [56471:56492:0801/042628.824859:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56508:56508:0801/042628.832768:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [56471:56492:0801/042628.869786:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [56797:56819:0801/042632.739049:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [56797:56819:0801/042632.747407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56797:56819:0801/042632.747720:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [56797:56819:0801/042632.747812:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [56797:56797:0801/042632.761309:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [56797:56819:0801/042632.784326:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [56832:56832:0801/042632.803637:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [56797:56819:0801/042632.820063:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [57109:57130:0801/042639.121190:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [57109:57130:0801/042639.130593:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57109:57130:0801/042639.130703:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [57109:57130:0801/042639.131852:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [57109:57109:0801/042639.141068:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [57109:57130:0801/042639.162111:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57143:57143:0801/042639.169669:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [57109:57130:0801/042639.189629:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57109:57109:0801/042639.269696:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [57109:57130:0801/042639.269819:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57109:57130:0801/042639.269888:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57109:57130:0801/042639.269952:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57109:57130:0801/042639.270000:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57109:57130:0801/042639.270048:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57109:57130:0801/042639.270092:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57109:57109:0801/042639.270176:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [57427:57449:0801/042645.111786:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [57427:57449:0801/042645.118862:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57427:57449:0801/042645.119109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [57427:57449:0801/042645.119264:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [57427:57427:0801/042645.132209:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [57427:57449:0801/042645.150493:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57462:57462:0801/042645.162789:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [57427:57449:0801/042645.195904:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57427:57427:0801/042645.243559:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [57427:57449:0801/042645.243682:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57427:57449:0801/042645.243729:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57427:57449:0801/042645.243782:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57427:57449:0801/042645.243826:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57427:57449:0801/042645.243871:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57427:57449:0801/042645.243910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [57427:57427:0801/042645.243950:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [57734:57756:0801/042649.346976:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [58207:58228:0801/042708.842867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58207:58228:0801/042708.855544:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58207:58228:0801/042708.855737:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58207:58228:0801/042708.855809:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58207:58207:0801/042708.876930:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [58207:58228:0801/042708.900198:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58243:58243:0801/042708.897672:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [58207:58228:0801/042708.964486:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58207:58207:0801/042709.017490:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [58207:58228:0801/042709.017637:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58207:58207:0801/042709.017678:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [58207:58228:0801/042709.017692:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58207:58228:0801/042709.017713:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58207:58228:0801/042709.017759:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58207:58228:0801/042709.017778:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58207:58228:0801/042709.017793:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [58518:58539:0801/042721.559856:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58518:58539:0801/042721.574044:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58518:58539:0801/042721.574155:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58518:58539:0801/042721.574203:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58518:58518:0801/042721.579525:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [58518:58539:0801/042721.601563:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58552:58552:0801/042721.606346:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [58518:58539:0801/042721.665917:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale.tests.test_pos_sale_flow.TestPoSSale: Chrome headless failed to start: [58747:58769:0801/042726.407413:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58747:58769:0801/042726.413998:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58747:58769:0801/042726.414102:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58747:58769:0801/042726.414184:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58747:58747:0801/042726.432105:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [58782:58782:0801/042726.450292:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [58747:58769:0801/042726.454440:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58747:58769:0801/042726.492409:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale_loyalty.tests.test_pos_sale_loyalty.TestPoSSaleLoyalty: Chrome headless failed to start: [58963:58985:0801/042924.193888:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58963:58985:0801/042924.201503:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58963:58985:0801/042924.204690:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58963:58985:0801/042924.216914:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [58963:58963:0801/042924.223153:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [58963:58985:0801/042924.248056:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58998:58998:0801/042924.259035:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [58963:58985:0801/042924.294933:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58963:58963:0801/042924.344269:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [58963:58985:0801/042924.344362:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58963:58985:0801/042924.344409:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58963:58985:0801/042924.344463:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58963:58985:0801/042924.344632:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58963:58985:0801/042924.344675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [58963:58985:0801/042924.344702:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_sale_loyalty.tests.test_pos_sale_loyalty.TestPoSSaleLoyalty: Chrome headless failed to start: [59278:59301:0801/042927.917731:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [59278:59301:0801/042927.925321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59278:59301:0801/042927.925521:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [59278:59301:0801/042927.925610:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [59278:59278:0801/042927.942152:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [59278:59301:0801/042927.970007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59314:59314:0801/042927.978336:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [59278:59301:0801/042927.994999:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59278:59278:0801/042928.068263:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [59278:59278:0801/042928.068457:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [59278:59301:0801/042928.070507:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59278:59301:0801/042928.070555:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59278:59301:0801/042928.070570:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59278:59301:0801/042928.070581:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59278:59301:0801/042928.070590:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59278:59301:0801/042928.070600:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_attribute.TestSelfOrderAttribute: Chrome headless failed to start: [59519:59540:0801/043100.018770:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [59519:59540:0801/043100.025832:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59519:59540:0801/043100.026491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [59519:59540:0801/043100.026828:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [59519:59519:0801/043100.042774:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [59519:59540:0801/043100.056021:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59554:59554:0801/043100.061832:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [59519:59540:0801/043100.085170:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59519:59519:0801/043100.129378:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [59519:59540:0801/043100.129803:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59519:59540:0801/043100.129847:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59519:59519:0801/043100.129846:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [59519:59540:0801/043100.129871:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59519:59540:0801/043100.129913:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59519:59540:0801/043100.129968:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59519:59540:0801/043100.129986:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_combo.TestSelfOrderCombo: Chrome headless failed to start: [59823:59844:0801/043142.946157:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [59823:59844:0801/043142.953009:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59823:59844:0801/043142.953453:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [59823:59844:0801/043142.955705:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [59823:59823:0801/043142.967520:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [59823:59844:0801/043142.987217:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59859:59859:0801/043142.999850:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [59823:59844:0801/043143.021569:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59823:59823:0801/043143.089165:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [59823:59823:0801/043143.089331:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [59823:59844:0801/043143.089438:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59823:59844:0801/043143.089476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59823:59844:0801/043143.089492:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59823:59844:0801/043143.089503:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59823:59844:0801/043143.089514:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [59823:59844:0801/043143.089522:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_combo.TestSelfOrderCombo: Chrome headless failed to start: [60150:60173:0801/043223.172606:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60150:60173:0801/043223.183245:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60150:60173:0801/043223.183394:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60150:60173:0801/043223.184629:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60150:60150:0801/043223.205014:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [60150:60173:0801/043223.227275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60185:60185:0801/043223.235852:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [60150:60173:0801/043223.266751:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_common.TestSelfOrderCommon: Chrome headless failed to start: [60391:60412:0801/043300.472096:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60391:60412:0801/043300.480681:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60391:60412:0801/043300.480838:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60391:60412:0801/043300.480900:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60391:60391:0801/043300.502699:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [60391:60412:0801/043300.521446:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60425:60425:0801/043300.524103:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [60391:60412:0801/043300.559846:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_common.TestSelfOrderCommon: Chrome headless failed to start: [60618:60639:0801/043334.722009:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60618:60639:0801/043334.727255:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60618:60639:0801/043334.729269:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60618:60639:0801/043334.729425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60618:60618:0801/043334.743272:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [60618:60639:0801/043334.763971:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60653:60653:0801/043334.769256:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [60618:60639:0801/043334.792857:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60618:60618:0801/043334.870277:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [60618:60639:0801/043334.870437:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60618:60639:0801/043334.870490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60618:60639:0801/043334.870508:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60618:60639:0801/043334.870522:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60618:60639:0801/043334.870534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60618:60639:0801/043334.870545:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_common.TestSelfOrderCommon: Chrome headless failed to start: [60929:60951:0801/043413.996634:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60929:60951:0801/043414.002294:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60929:60951:0801/043414.002500:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60929:60951:0801/043414.002586:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [60929:60929:0801/043414.019914:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [60929:60951:0801/043414.034024:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60964:60964:0801/043414.060782:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [60929:60951:0801/043414.079631:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60929:60929:0801/043414.127252:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [60929:60951:0801/043414.127372:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60929:60951:0801/043414.127422:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60929:60929:0801/043414.127433:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [60929:60951:0801/043414.127442:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60929:60951:0801/043414.127460:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60929:60951:0801/043414.127479:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [60929:60951:0801/043414.127508:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_kiosk.TestSelfOrderKiosk: Chrome headless failed to start: [61247:61268:0801/043450.137089:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [61247:61268:0801/043450.145522:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61247:61268:0801/043450.146013:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [61247:61268:0801/043450.146081:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [61247:61247:0801/043450.158455:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [61247:61268:0801/043450.174688:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61281:61281:0801/043450.176749:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [61247:61268:0801/043450.204528:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61247:61247:0801/043450.264901:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [61247:61247:0801/043450.265021:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [61247:61268:0801/043450.265733:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61247:61268:0801/043450.265964:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61247:61268:0801/043450.266003:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61247:61268:0801/043450.266024:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61247:61268:0801/043450.266044:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61247:61268:0801/043450.266062:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_kiosk.TestSelfOrderKiosk: Chrome headless failed to start: [61551:61572:0801/043523.638910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [61551:61572:0801/043523.644142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61551:61572:0801/043523.644321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [61551:61572:0801/043523.644421:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [61551:61551:0801/043523.659706:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [61551:61572:0801/043523.683127:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61585:61585:0801/043523.689538:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [61551:61572:0801/043523.713241:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61551:61551:0801/043523.775410:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [61551:61572:0801/043523.775537:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61551:61572:0801/043523.775573:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61551:61572:0801/043523.775583:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61551:61572:0801/043523.775591:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61551:61572:0801/043523.775598:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61551:61551:0801/043523.775601:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [61551:61572:0801/043523.775604:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_mobile.TestSelfOrderMobile: Chrome headless failed to start: [61798:61819:0801/043558.765967:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [61798:61819:0801/043558.774131:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61798:61819:0801/043558.776322:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [61798:61819:0801/043558.776417:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [61798:61798:0801/043558.786120:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [61832:61832:0801/043558.807222:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [61798:61819:0801/043558.808714:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61798:61819:0801/043558.837743:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61798:61798:0801/043558.904232:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [61798:61798:0801/043558.904409:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [61798:61819:0801/043558.904455:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61798:61819:0801/043558.904484:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61798:61819:0801/043558.904496:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61798:61819:0801/043558.904512:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61798:61819:0801/043558.904535:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [61798:61819:0801/043558.904631:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_pos.TestSelfOrderPos: Chrome headless failed to start: [62026:62048:0801/043633.851215:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62026:62048:0801/043633.858639:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [62026:62048:0801/043633.858768:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62026:62048:0801/043633.859357:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62026:62026:0801/043633.885475:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [62061:62061:0801/043633.897750:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [62026:62048:0801/043633.902960:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [62026:62048:0801/043633.965653:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_self_order.tests.test_self_order_sequence.TestSelfOrderSequence: Chrome headless failed to start: [62341:62362:0801/043713.519119:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62341:62362:0801/043713.528708:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [62341:62362:0801/043713.529679:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62341:62362:0801/043713.529872:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62341:62341:0801/043713.542887:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [62341:62362:0801/043713.558283:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [62376:62376:0801/043713.562976:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [62341:62362:0801/043713.596347:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.pos_viva_wallet.tests.test_frontend.TestVivaWalletHttpCommon: Chrome headless failed to start: [62580:62601:0801/043750.985235:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62580:62601:0801/043750.992818:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [62580:62601:0801/043750.993521:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62580:62601:0801/043750.995277:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62580:62580:0801/043751.008348:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [62580:62601:0801/043751.024971:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [62615:62615:0801/043751.026278:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [62580:62601:0801/043751.089946:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_burndown_chart.TestBurndownChartTour: Chrome headless failed to start: [62897:62920:0801/044050.744214:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62897:62920:0801/044050.761952:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [62897:62920:0801/044050.762078:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62897:62920:0801/044050.762196:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [62897:62897:0801/044050.771662:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [62897:62920:0801/044050.801476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [62932:62932:0801/044050.803653:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [62897:62920:0801/044050.831902:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_personal_stages.TestPersonalStageTour: Chrome headless failed to start: [63212:63233:0801/044054.689925:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [63212:63233:0801/044054.695546:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63212:63233:0801/044054.696126:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [63212:63233:0801/044054.696175:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [63212:63212:0801/044054.711157:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [63247:63247:0801/044054.726431:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [63212:63233:0801/044054.729190:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63212:63233:0801/044054.772922:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63212:63212:0801/044054.835676:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [63212:63212:0801/044054.835859:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [63212:63233:0801/044054.836296:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63212:63233:0801/044054.836335:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63212:63233:0801/044054.836349:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63212:63233:0801/044054.836360:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63212:63233:0801/044054.836371:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63212:63233:0801/044054.836382:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_sharing_ui.TestProjectSharingUi: Chrome headless failed to start:
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_sharing_ui.TestProjectSharingUi: Chrome headless failed to start: [63765:63788:0801/044140.965091:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [63765:63788:0801/044140.977240:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63765:63788:0801/044140.978064:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [63765:63788:0801/044140.978139:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [63765:63765:0801/044140.995714:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [63765:63788:0801/044141.014415:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [63800:63800:0801/044141.013751:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [63765:63788:0801/044141.066501:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_sharing_ui.TestProjectSharingUi: Chrome headless failed to start: [64088:64110:0801/044143.151389:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_tags_filter.TestProjectTags: Chrome headless failed to start: [64321:64342:0801/044213.745233:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [64321:64342:0801/044213.753372:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64321:64342:0801/044213.753544:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [64321:64342:0801/044213.753606:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [64321:64321:0801/044213.766618:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [64357:64357:0801/044213.782754:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [64321:64342:0801/044213.786053:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64321:64342:0801/044213.816676:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64321:64321:0801/044213.891775:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [64321:64342:0801/044213.891901:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64321:64321:0801/044213.891942:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [64321:64342:0801/044213.891948:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64321:64342:0801/044213.891965:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64321:64342:0801/044213.891978:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64321:64342:0801/044213.891988:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64321:64342:0801/044213.891998:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_ui.TestUi: Chrome headless failed to start: [64631:64652:0801/044215.785917:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [64631:64652:0801/044215.791930:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64631:64652:0801/044215.792434:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [64631:64652:0801/044215.792599:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [64631:64631:0801/044215.804322:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [64631:64652:0801/044215.818867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64666:64666:0801/044215.823492:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [64631:64652:0801/044215.871240:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64631:64631:0801/044215.912567:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [64631:64631:0801/044215.912724:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [64631:64652:0801/044215.912911:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64631:64652:0801/044215.912961:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64631:64652:0801/044215.912983:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64631:64652:0801/044215.912999:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64631:64652:0801/044215.913020:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [64631:64652:0801/044215.917782:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_ui.TestUi: Chrome headless failed to start: [64965:64965:0100/000000.895806:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.project.tests.test_project_update_ui.TestProjectUpdateUi: Chrome headless failed to start: [65181:65202:0801/044233.052550:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [65181:65202:0801/044233.059969:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65181:65202:0801/044233.060136:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [65181:65202:0801/044233.060663:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [65181:65181:0801/044233.073517:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [65181:65202:0801/044233.090457:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65181:65202:0801/044233.118356:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65215:65215:0801/044233.119195:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process.
08/01/2026 12:10:23 WARNING
Subbuild # 400325: odoo.addons.purchase_product_matrix.tests.test_purchase_matrix.TestPurchaseMatrixUi: Chrome headless failed to start: [65504:65525:0801/045710.046190:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [65504:65525:0801/045710.054869:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65504:65525:0801/045710.055337:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [65504:65525:0801/045710.057739:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [65504:65504:0801/045710.066583:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [65504:65525:0801/045710.084671:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65539:65539:0801/045710.104712:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [65504:65525:0801/045710.111619:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65504:65504:0801/045710.190709:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [65504:65525:0801/045710.190829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65504:65525:0801/045710.190871:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65504:65504:0801/045710.190879:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [65504:65525:0801/045710.190891:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65504:65525:0801/045710.190923:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65504:65525:0801/045710.190939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [65504:65525:0801/045710.190948:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.sale.tests.test_controllers.TestSaleSignature: Chrome headless failed to start:
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.sale.tests.test_sale_order_product_catalog.TestSaleOrderProductCatalog: Chrome headless failed to start: [321:341:0801/031509.491520:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.sale_management.tests.test_sale_ui.TestUi: Chrome headless failed to start: [552:573:0801/033038.323415:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [552:573:0801/033038.329588:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [552:573:0801/033038.330367:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [552:573:0801/033038.330571:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [552:552:0801/033038.346971:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [552:573:0801/033038.365348:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [587:587:0801/033038.376488:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [552:573:0801/033038.403035:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [552:552:0801/033038.466159:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [552:552:0801/033038.466342:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [552:573:0801/033038.470203:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [552:573:0801/033038.470244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [552:573:0801/033038.470257:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [552:573:0801/033038.470266:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [552:573:0801/033038.470275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [552:573:0801/033038.470284:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.sale_management.tests.test_sale_ui.TestUi: Chrome headless failed to start: [864:885:0801/033039.583090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [864:885:0801/033039.588365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [864:885:0801/033039.588557:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [864:885:0801/033039.591270:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [864:864:0801/033039.605010:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [864:885:0801/033039.630140:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [899:899:0801/033039.643919:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [864:885:0801/033039.670271:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [864:864:0801/033039.714662:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [864:885:0801/033039.714781:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [864:864:0801/033039.714844:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [864:885:0801/033039.715147:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [864:885:0801/033039.715174:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [864:885:0801/033039.715188:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [864:885:0801/033039.715199:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [864:885:0801/033039.715210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.sale_management.tests.test_sale_ui.TestUi: Chrome headless failed to start: [1189:1210:0801/033041.214213:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1189:1210:0801/033041.219356:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1189:1210:0801/033041.219561:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1189:1210:0801/033041.219628:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1189:1189:0801/033041.235728:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1189:1210:0801/033041.265525:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1224:1224:0801/033041.268072:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1189:1210:0801/033041.296510:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1189:1189:0801/033041.331208:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1189:1189:0801/033041.331323:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1189:1210:0801/033041.331347:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1189:1210:0801/033041.331395:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1189:1210:0801/033041.331410:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1189:1210:0801/033041.331421:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1189:1210:0801/033041.331430:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1189:1210:0801/033041.331443:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.sale_management.tests.test_sale_ui.TestUi: Chrome headless failed to start: [1500:1521:0801/033044.056320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1500:1521:0801/033044.063912:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1500:1521:0801/033044.065375:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1500:1521:0801/033044.065427:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1500:1500:0801/033044.079441:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1500:1521:0801/033044.094266:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1537:1537:0801/033044.101002:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1500:1521:0801/033044.120341:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1500:1500:0801/033044.169928:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1500:1521:0801/033044.170311:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1500:1521:0801/033044.170345:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1500:1500:0801/033044.170359:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1500:1521:0801/033044.170359:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1500:1521:0801/033044.170388:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1500:1521:0801/033044.170406:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1500:1521:0801/033044.170418:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.sale_timesheet.tests.test_sale_timesheet_ui.TestUi: Chrome headless failed to start: [1819:1840:0801/040952.395102:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1819:1840:0801/040952.402388:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1819:1840:0801/040952.402577:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1819:1840:0801/040952.402776:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1819:1819:0801/040952.413447:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1819:1840:0801/040952.439562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1855:1855:0801/040952.447481:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1819:1840:0801/040952.487976:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1819:1819:0801/040952.538412:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1819:1840:0801/040952.538571:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1819:1819:0801/040952.538602:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1819:1840:0801/040952.538608:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1819:1840:0801/040952.538625:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1819:1840:0801/040952.538634:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1819:1840:0801/040952.538641:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1819:1840:0801/040952.538648:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.spreadsheet_dashboard.tests.test_share_dashboard_tour.TestDashboardShareTour: Chrome headless failed to start: [2139:2160:0801/041441.417165:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2139:2160:0801/041441.423307:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2139:2160:0801/041441.423451:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2139:2160:0801/041441.423506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2139:2139:0801/041441.438626:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2139:2160:0801/041441.459213:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2175:2175:0801/041441.465788:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2139:2160:0801/041441.485277:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2139:2139:0801/041441.527677:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2139:2160:0801/041441.527796:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2139:2160:0801/041441.527833:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2139:2139:0801/041441.527840:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2139:2160:0801/041441.527843:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2139:2160:0801/041441.527869:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2139:2160:0801/041441.527876:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2139:2160:0801/041441.527883:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.stock.tests.test_picking_tours.TestStockPickingTour: Chrome headless failed to start: [2450:2471:0801/041446.056350:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2450:2471:0801/041446.063133:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2450:2471:0801/041446.064165:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2450:2471:0801/041446.064306:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2450:2450:0801/041446.076626:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2450:2471:0801/041446.095416:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2485:2485:0801/041446.111179:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2450:2471:0801/041446.126175:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2450:2450:0801/041446.197042:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2450:2471:0801/041446.197148:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2450:2450:0801/041446.197186:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2450:2471:0801/041446.197204:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2450:2471:0801/041446.197227:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2450:2471:0801/041446.197247:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2450:2471:0801/041446.197265:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2450:2471:0801/041446.197282:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.stock.tests.test_picking_tours.TestStockPickingTour: Chrome headless failed to start: [2761:2782:0801/041448.825198:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2761:2782:0801/041448.834090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2761:2782:0801/041448.834290:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2761:2782:0801/041448.834387:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2761:2761:0801/041448.847849:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2761:2782:0801/041448.867068:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2796:2796:0801/041448.885390:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2761:2782:0801/041448.896608:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.stock.tests.test_picking_tours.TestStockPickingTour: Chrome headless failed to start: [3080:3103:0801/041450.575986:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3080:3103:0801/041450.583017:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3080:3103:0801/041450.583542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3080:3103:0801/041450.586067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3080:3080:0801/041450.596027:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3080:3103:0801/041450.609536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3116:3116:0801/041450.617113:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3080:3103:0801/041450.658814:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3080:3080:0801/041450.699633:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3080:3103:0801/041450.699728:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3080:3103:0801/041450.699775:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3080:3103:0801/041450.699794:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3080:3080:0801/041450.699799:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3080:3103:0801/041450.699805:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3080:3103:0801/041450.699820:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3080:3103:0801/041450.699835:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.stock.tests.test_picking_tours.TestStockPickingTour: Chrome headless failed to start: [3317:3338:0801/041452.820431:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3317:3338:0801/041452.826518:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3317:3338:0801/041452.826951:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3317:3338:0801/041452.827000:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3317:3317:0801/041452.835035:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3317:3338:0801/041452.852945:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3353:3353:0801/041452.870632:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3317:3338:0801/041452.878981:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3317:3317:0801/041452.917226:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3317:3338:0801/041452.917325:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3317:3338:0801/041452.917353:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3317:3338:0801/041452.917365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3317:3338:0801/041452.917376:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3317:3317:0801/041452.917376:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3317:3338:0801/041452.917392:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3317:3338:0801/041452.917420:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.stock.tests.test_picking_tours.TestStockPickingTour: Chrome headless failed to start: [3644:3665:0801/041454.702738:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3644:3665:0801/041454.710211:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3644:3665:0801/041454.715755:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3644:3665:0801/041454.715886:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3644:3644:0801/041454.739185:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3677:3677:0801/041454.745334:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3644:3665:0801/041454.757392:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3644:3665:0801/041454.783471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3644:3644:0801/041454.832506:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3644:3665:0801/041454.832625:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3644:3665:0801/041454.832673:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3644:3665:0801/041454.832693:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3644:3644:0801/041454.832698:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3644:3665:0801/041454.832710:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3644:3665:0801/041454.832724:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3644:3665:0801/041454.832739:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.stock.tests.test_picking_tours.TestStockPickingTour: Chrome headless failed to start: [3880:3901:0801/041459.113055:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3880:3901:0801/041459.119796:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3880:3901:0801/041459.120033:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3880:3901:0801/041459.120139:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3880:3880:0801/041459.139326:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3880:3901:0801/041459.153779:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3914:3914:0801/041459.153648:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3880:3901:0801/041459.182944:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.stock.tests.test_report_tours.TestStockReportTour: Chrome headless failed to start: [4192:4213:0801/041508.425835:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4192:4213:0801/041508.433218:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4192:4213:0801/041508.433341:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4192:4213:0801/041508.433582:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4192:4192:0801/041508.449741:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4227:4227:0801/041508.466913:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4192:4213:0801/041508.468197:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4192:4213:0801/041508.495436:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4192:4192:0801/041508.567380:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4192:4213:0801/041508.567490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4192:4192:0801/041508.567557:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4192:4213:0801/041508.567901:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4192:4213:0801/041508.567928:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4192:4213:0801/041508.567949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4192:4213:0801/041508.567965:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4192:4213:0801/041508.567979:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.stock.tests.test_report_tours.TestStockReportTour: Chrome headless failed to start: [4493:4515:0801/041509.488468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4493:4515:0801/041509.496453:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4493:4515:0801/041509.496581:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4493:4515:0801/041509.496654:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4493:4493:0801/041509.506859:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4493:4515:0801/041509.528492:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4527:4527:0801/041509.533107:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4493:4515:0801/041509.568998:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4493:4493:0801/041509.629215:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4493:4515:0801/041509.629336:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4493:4515:0801/041509.629375:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4493:4515:0801/041509.629389:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4493:4493:0801/041509.629391:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4493:4515:0801/041509.629401:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4493:4515:0801/041509.629426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4493:4515:0801/041509.629437:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.stock_picking_batch.tests.test_batch_picking.TestBatchPickingSynchronization: Chrome headless failed to start: [4797:4819:0801/042849.251106:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4797:4819:0801/042849.259646:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4797:4819:0801/042849.260476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4797:4819:0801/042849.261290:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4797:4797:0801/042849.273047:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4832:4832:0801/042849.287922:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4797:4819:0801/042849.288821:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4797:4819:0801/042849.313078:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4797:4797:0801/042849.391938:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4797:4819:0801/042849.392075:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4797:4819:0801/042849.392122:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4797:4797:0801/042849.392128:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4797:4819:0801/042849.392148:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4797:4819:0801/042849.392166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4797:4819:0801/042849.392181:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4797:4819:0801/042849.392397:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_backend.TestUi: Chrome headless failed to start: [5076:5097:0801/042930.137372:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_certification.TestUiCertification: Chrome headless failed to start: [5236:5257:0801/042931.303044:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5236:5257:0801/042931.312193:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5236:5257:0801/042931.313514:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5236:5257:0801/042931.314479:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5236:5236:0801/042931.322414:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5236:5257:0801/042931.342144:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5271:5271:0801/042931.346030:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5236:5257:0801/042931.384620:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_certification.TestUiCertification: Chrome headless failed to start: [5537:5559:0801/042932.725162:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5537:5559:0801/042932.732693:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5537:5559:0801/042932.732833:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5537:5559:0801/042932.732958:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5537:5537:0801/042932.752772:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5537:5559:0801/042932.769285:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5572:5572:0801/042932.770242:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5537:5559:0801/042932.805355:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5537:5537:0801/042932.873928:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [5537:5537:0801/042932.874106:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [5537:5559:0801/042932.874275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5537:5559:0801/042932.874326:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5537:5559:0801/042932.874347:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5537:5559:0801/042932.874874:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5537:5559:0801/042932.874940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5537:5559:0801/042932.874958:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_feedback.TestUiFeedback: Chrome headless failed to start: [5849:5870:0801/042934.324795:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5849:5870:0801/042934.332784:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5849:5870:0801/042934.332911:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5849:5870:0801/042934.333152:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5849:5849:0801/042934.343929:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5849:5870:0801/042934.362686:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5884:5884:0801/042934.384460:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5849:5870:0801/042934.393797:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5849:5849:0801/042934.465808:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [5849:5849:0801/042934.465990:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [5849:5870:0801/042934.466285:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5849:5870:0801/042934.466320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5849:5870:0801/042934.466334:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5849:5870:0801/042934.466346:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5849:5870:0801/042934.466356:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5849:5870:0801/042934.466367:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_feedback.TestUiFeedback: Chrome headless failed to start: [6164:6185:0801/042935.754802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_feedback.TestUiFeedback: Chrome headless failed to start: [6233:6254:0801/042936.573481:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6233:6254:0801/042936.581150:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6233:6254:0801/042936.582603:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6233:6254:0801/042936.586400:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6233:6233:0801/042936.600697:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6233:6254:0801/042936.614203:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6270:6270:0801/042936.618255:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6233:6254:0801/042936.641425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_feedback.TestUiFeedback: Chrome headless failed to start: [6553:6574:0801/042938.054328:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6553:6574:0801/042938.062482:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6553:6574:0801/042938.067452:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6553:6574:0801/042938.067553:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6553:6553:0801/042938.072852:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6553:6574:0801/042938.095817:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6590:6590:0801/042938.098369:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6553:6574:0801/042938.165362:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6553:6553:0801/042938.219874:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6553:6574:0801/042938.220012:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6553:6574:0801/042938.220068:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6553:6574:0801/042938.220083:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6553:6574:0801/042938.220094:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6553:6574:0801/042938.220103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6553:6574:0801/042938.220112:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_feedback.TestUiFeedback: Chrome headless failed to start: [6864:6885:0801/042939.508644:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6864:6885:0801/042939.516287:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6864:6885:0801/042939.516841:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6864:6885:0801/042939.516933:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6864:6864:0801/042939.531415:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6864:6885:0801/042939.560064:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6899:6899:0801/042939.561528:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6864:6885:0801/042939.599963:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6864:6864:0801/042939.657599:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6864:6885:0801/042939.657714:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6864:6885:0801/042939.657757:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6864:6885:0801/042939.657805:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6864:6885:0801/042939.657855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6864:6885:0801/042939.657903:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6864:6885:0801/042939.657947:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6864:6864:0801/042939.657995:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_feedback.TestUiFeedback: Chrome headless failed to start: [7178:7199:0801/042940.948206:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7178:7199:0801/042940.953943:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7178:7199:0801/042940.954315:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7178:7199:0801/042940.954414:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7178:7178:0801/042940.970737:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7178:7199:0801/042940.984412:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7213:7213:0801/042940.993309:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7178:7199:0801/042941.014317:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7178:7178:0801/042941.088919:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7178:7199:0801/042941.089037:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7178:7199:0801/042941.089084:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7178:7178:0801/042941.089093:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7178:7199:0801/042941.089097:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7178:7199:0801/042941.089476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7178:7199:0801/042941.089496:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7178:7199:0801/042941.089506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.survey.tests.test_survey_ui_feedback.TestUiFeedback: Chrome headless failed to start: [7479:7500:0801/042942.333196:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7479:7500:0801/042942.339196:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7479:7500:0801/042942.339325:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7479:7500:0801/042942.339736:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7479:7479:0801/042942.349088:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7513:7513:0801/042942.368545:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7479:7500:0801/042942.370713:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7479:7500:0801/042942.414584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7479:7479:0801/042942.465413:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7479:7500:0801/042942.465536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7479:7500:0801/042942.465571:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7479:7479:0801/042942.465588:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7479:7500:0801/042942.465592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7479:7500:0801/042942.465625:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7479:7500:0801/042942.465642:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7479:7500:0801/042942.465657:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_apikeys.tests.test_flow.TestAPIKeys: Chrome headless failed to start: [7780:7801:0801/042945.462814:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7780:7801:0801/042945.472351:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7780:7801:0801/042945.472810:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7780:7801:0801/042945.473349:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7780:7780:0801/042945.487928:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7816:7816:0801/042945.499256:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7780:7801:0801/042945.506919:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7780:7801:0801/042945.568210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_apikeys.tests.test_flow.TestAPIKeys: Chrome headless failed to start: [8095:8118:0801/042946.664771:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8095:8118:0801/042946.677239:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8095:8118:0801/042946.677361:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8095:8118:0801/042946.677406:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8095:8095:0801/042946.694583:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8130:8130:0801/042946.709723:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8095:8118:0801/042946.719876:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8095:8118:0801/042946.758551:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_assetsbundle.tests.test_assetsbundle.TestAssetsBundleInBrowser: Chrome headless failed to start: [8414:8435:0801/042951.647752:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8414:8435:0801/042951.657892:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8414:8435:0801/042951.658208:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8414:8435:0801/042951.658301:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8414:8414:0801/042951.673365:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8414:8435:0801/042951.690517:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8449:8449:0801/042951.698418:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8414:8435:0801/042951.714939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8414:8414:0801/042951.810958:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8414:8435:0801/042951.811077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8414:8435:0801/042951.811122:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8414:8435:0801/042951.811171:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8414:8435:0801/042951.811250:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8414:8435:0801/042951.811315:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8414:8435:0801/042951.811344:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8414:8414:0801/042951.811395:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_assetsbundle.tests.test_assetsbundle.TestAssetsBundleInBrowser: Chrome headless failed to start: [8660:8681:0801/042952.647771:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8660:8681:0801/042952.655225:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8660:8681:0801/042952.656296:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8660:8681:0801/042952.656581:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8660:8660:0801/042952.674637:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8694:8694:0801/042952.687287:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8660:8681:0801/042952.690160:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8660:8681:0801/042952.729940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8660:8660:0801/042952.788556:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8660:8660:0801/042952.788751:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [8660:8681:0801/042952.789391:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8660:8681:0801/042952.789439:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8660:8681:0801/042952.789461:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8660:8681:0801/042952.789478:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8660:8681:0801/042952.789494:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8660:8681:0801/042952.789510:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_assetsbundle.tests.test_assetsbundle.TestErrorManagement: Chrome headless failed to start: [8877:8899:0801/043000.642911:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8877:8899:0801/043000.650478:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8877:8899:0801/043000.652754:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8877:8899:0801/043000.660665:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8877:8877:0801/043000.663968:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8913:8913:0801/043000.687573:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8877:8899:0801/043000.689136:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8877:8899:0801/043000.715623:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8877:8877:0801/043000.777721:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8877:8899:0801/043000.777860:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8877:8899:0801/043000.777909:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8877:8899:0801/043000.777963:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8877:8899:0801/043000.778008:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8877:8899:0801/043000.778056:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8877:8899:0801/043000.778099:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8877:8877:0801/043000.778211:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [9200:9222:0801/043026.317940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9200:9222:0801/043026.323723:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9200:9222:0801/043026.323875:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9200:9222:0801/043026.324039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9200:9200:0801/043026.345653:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9200:9222:0801/043026.370529:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9234:9234:0801/043026.376468:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9200:9222:0801/043026.395601:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9200:9200:0801/043026.476307:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9200:9200:0801/043026.476435:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [9200:9222:0801/043026.480285:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9200:9222:0801/043026.480343:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9200:9222:0801/043026.480360:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9200:9222:0801/043026.480371:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9200:9222:0801/043026.480381:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9200:9222:0801/043026.480391:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [9513:9534:0801/043027.598609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9513:9534:0801/043027.604048:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9513:9534:0801/043027.604152:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9513:9534:0801/043027.604184:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9513:9513:0801/043027.615106:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9513:9534:0801/043027.637950:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9548:9548:0801/043027.666429:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9513:9534:0801/043027.685649:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9513:9513:0801/043027.728681:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9513:9513:0801/043027.728873:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [9513:9534:0801/043027.730094:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9513:9534:0801/043027.730145:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9513:9534:0801/043027.730160:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9513:9534:0801/043027.730170:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9513:9534:0801/043027.730180:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9513:9534:0801/043027.730190:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [9813:9834:0801/043028.794450:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9813:9834:0801/043028.800426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9813:9834:0801/043028.800874:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9813:9834:0801/043028.805277:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9813:9813:0801/043028.816468:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9813:9834:0801/043028.832612:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9848:9848:0801/043028.839108:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9813:9834:0801/043028.879483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9813:9813:0801/043028.928800:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9813:9834:0801/043028.928945:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9813:9834:0801/043028.929001:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9813:9834:0801/043028.929016:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9813:9834:0801/043028.929040:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9813:9834:0801/043028.929057:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9813:9834:0801/043028.929072:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [10123:10144:0801/043029.949261:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10123:10144:0801/043029.956577:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10123:10144:0801/043029.956855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10123:10144:0801/043029.957185:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10123:10123:0801/043029.970750:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10123:10144:0801/043029.987718:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10157:10157:0801/043029.992363:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10123:10144:0801/043030.024184:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10123:10123:0801/043030.115111:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10123:10144:0801/043030.115767:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10123:10123:0801/043030.115812:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10123:10144:0801/043030.115818:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10123:10144:0801/043030.115855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10123:10144:0801/043030.115877:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10123:10144:0801/043030.115889:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10123:10144:0801/043030.115905:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [10432:10453:0801/043031.126703:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10432:10453:0801/043031.132661:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10432:10453:0801/043031.132871:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10432:10453:0801/043031.132907:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10432:10432:0801/043031.149070:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10432:10453:0801/043031.166468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10467:10467:0801/043031.175767:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10432:10453:0801/043031.192461:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10432:10432:0801/043031.271481:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10432:10432:0801/043031.271663:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10432:10453:0801/043031.271742:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10432:10453:0801/043031.272738:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10432:10453:0801/043031.272793:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10432:10453:0801/043031.272857:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10432:10453:0801/043031.272879:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10432:10453:0801/043031.272895:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [10572:10593:0801/043031.925099:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10572:10593:0801/043031.934293:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10572:10593:0801/043031.934501:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10572:10593:0801/043031.934580:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10572:10572:0801/043031.946008:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10572:10593:0801/043031.967553:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10607:10607:0801/043031.994475:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10572:10593:0801/043032.024206:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [10884:10905:0801/043033.447158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10884:10905:0801/043033.453840:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10884:10905:0801/043033.453992:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10884:10905:0801/043033.454619:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10884:10884:0801/043033.468336:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10884:10905:0801/043033.482191:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10919:10919:0801/043033.485794:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10884:10905:0801/043033.515827:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [11117:11138:0801/043034.698328:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11117:11138:0801/043034.715656:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11117:11138:0801/043034.716266:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11117:11138:0801/043034.716354:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11117:11117:0801/043034.738040:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11152:11152:0801/043034.749045:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11117:11138:0801/043034.756636:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11117:11138:0801/043034.799508:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [11345:11366:0801/043035.963515:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11345:11366:0801/043035.971903:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11345:11366:0801/043035.972092:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11345:11366:0801/043035.972186:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11345:11345:0801/043035.983446:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11345:11366:0801/043035.998316:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11380:11380:0801/043036.018338:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11345:11366:0801/043036.023838:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11345:11345:0801/043036.101938:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [11345:11345:0801/043036.102193:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [11345:11366:0801/043036.102214:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11345:11366:0801/043036.102267:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11345:11366:0801/043036.102295:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11345:11366:0801/043036.102309:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11345:11366:0801/043036.102327:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11345:11366:0801/043036.102344:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [11668:11689:0801/043037.370487:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11668:11689:0801/043037.379547:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11668:11689:0801/043037.379691:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11668:11689:0801/043037.379802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11668:11668:0801/043037.391500:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11668:11689:0801/043037.416326:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11668:11689:0801/043037.460606:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11705:11705:0801/043037.464173:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process.
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [11985:12006:0801/043038.491262:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11985:12006:0801/043038.491490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11985:12006:0801/043038.491564:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11985:12006:0801/043038.491631:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11985:11985:0801/043038.505237:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11985:12006:0801/043038.526531:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12020:12020:0801/043038.532800:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11985:12006:0801/043038.581721:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [12297:12318:0801/043039.903793:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12297:12318:0801/043039.924019:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12297:12318:0801/043039.924128:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12297:12318:0801/043039.926291:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12297:12297:0801/043039.943379:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [12297:12318:0801/043039.962228:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12333:12333:0801/043039.982984:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [12297:12318:0801/043039.995832:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_base_automation.tests.test_tour.BaseAutomationTestUi: Chrome headless failed to start: [12617:12640:0801/043041.305415:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12617:12640:0801/043041.315008:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12617:12640:0801/043041.315592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12617:12640:0801/043041.347836:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12617:12617:0801/043041.358752:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [12617:12640:0801/043041.379136:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12651:12651:0801/043041.382134:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [12617:12640:0801/043041.413004:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12617:12617:0801/043041.481298:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [12617:12640:0801/043041.482107:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12617:12640:0801/043041.482152:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12617:12617:0801/043041.482204:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [12617:12640:0801/043041.482260:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12617:12640:0801/043041.482285:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12617:12640:0801/043041.482302:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12617:12640:0801/043041.482318:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_event_full.tests.test_wevent_register.TestWEventRegister: Chrome headless failed to start: [12931:12953:0801/043101.050208:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12931:12953:0801/043101.057118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12931:12953:0801/043101.057349:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12931:12953:0801/043101.057453:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12931:12931:0801/043101.073642:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [12931:12953:0801/043101.094445:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12966:12966:0801/043101.100486:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [12931:12953:0801/043101.119907:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12931:12931:0801/043101.197876:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [12931:12953:0801/043101.198063:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12931:12931:0801/043101.198110:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [12931:12953:0801/043101.198114:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12931:12953:0801/043101.198146:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12931:12953:0801/043101.198159:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12931:12953:0801/043101.198185:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12931:12953:0801/043101.198198:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_http.tests.test_xss.TestXSS: Chrome headless failed to start: [13432:13453:0801/043202.308803:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_http.tests.test_xss.TestXSS: Chrome headless failed to start: [13580:13603:0801/043203.049101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13580:13603:0801/043203.058602:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13580:13603:0801/043203.059921:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13580:13603:0801/043203.060915:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13580:13580:0801/043203.090079:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13616:13616:0801/043203.092456:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13580:13603:0801/043203.108415:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13580:13603:0801/043203.160468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13580:13580:0801/043203.214120:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [13580:13603:0801/043203.214245:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13580:13603:0801/043203.214289:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13580:13603:0801/043203.214337:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13580:13603:0801/043203.214396:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13580:13603:0801/043203.214440:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13580:13603:0801/043203.214478:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13580:13580:0801/043203.214517:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_http.tests.test_xss.TestXSS: Chrome headless failed to start: [13893:13915:0801/043204.216083:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13893:13915:0801/043204.223857:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13893:13915:0801/043204.224167:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13893:13915:0801/043204.224306:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13893:13893:0801/043204.239631:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13893:13915:0801/043204.257834:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13928:13928:0801/043204.259729:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13893:13915:0801/043204.288244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13893:13893:0801/043204.366319:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [13893:13893:0801/043204.366534:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [13893:13915:0801/043204.368032:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13893:13915:0801/043204.368089:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13893:13915:0801/043204.368105:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13893:13915:0801/043204.368115:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13893:13915:0801/043204.368125:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13893:13915:0801/043204.368135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_mail.tests.test_mail_activity.TestTours: Chrome headless failed to start: [14208:14231:0801/043234.973021:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14208:14231:0801/043234.980021:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14208:14231:0801/043234.980257:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14208:14231:0801/043234.980559:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14208:14208:0801/043234.999661:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [14245:14245:0801/043235.013371:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [14208:14231:0801/043235.019147:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14208:14231:0801/043235.067206:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14208:14208:0801/043235.109137:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [14208:14231:0801/043235.109293:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14208:14231:0801/043235.109330:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14208:14231:0801/043235.109343:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14208:14208:0801/043235.109343:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [14208:14231:0801/043235.109355:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14208:14231:0801/043235.109365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14208:14231:0801/043235.109375:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_main_flows.tests.test_flow.TestUi: Chrome headless failed to start: [14673:14694:0801/044436.280840:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14673:14694:0801/044436.286365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14673:14694:0801/044436.286752:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14673:14694:0801/044436.286814:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14673:14673:0801/044436.299374:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [14673:14694:0801/044436.314404:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14708:14708:0801/044436.362119:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [14673:14694:0801/044436.367481:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14673:14673:0801/044436.403929:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [14673:14694:0801/044436.404053:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14673:14673:0801/044436.404087:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [14673:14694:0801/044436.404091:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14673:14694:0801/044436.404112:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14673:14694:0801/044436.404122:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14673:14694:0801/044436.404129:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14673:14694:0801/044436.404136:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_main_flows.tests.test_flow.TestUi: Chrome headless failed to start: [14985:15007:0801/044455.695681:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14985:15007:0801/044455.702235:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14985:15007:0801/044455.703121:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14985:15007:0801/044455.703307:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14985:14985:0801/044455.714517:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15020:15020:0801/044455.730734:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [14985:15007:0801/044455.731331:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14985:15007:0801/044455.781879:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14985:14985:0801/044455.829076:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [14985:15007:0801/044455.829205:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14985:15007:0801/044455.829238:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14985:15007:0801/044455.829249:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14985:15007:0801/044455.829258:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14985:15007:0801/044455.829266:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14985:14985:0801/044455.829274:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [14985:15007:0801/044455.829276:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_main_flows.tests.test_flow.TestUiMobile: Chrome headless failed to start: [15294:15315:0801/044458.011306:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15294:15315:0801/044458.019692:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15294:15315:0801/044458.023522:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15294:15315:0801/044458.024447:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15294:15294:0801/044458.036275:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15329:15329:0801/044458.054683:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15294:15315:0801/044458.056161:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15294:15315:0801/044458.087476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_new_api.tests.test_ui.TestUi: Chrome headless failed to start: [15604:15625:0801/044554.979800:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15604:15625:0801/044554.985581:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15604:15625:0801/044554.985820:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15604:15625:0801/044554.986137:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15604:15604:0801/044555.000054:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15604:15625:0801/044555.014096:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15639:15639:0801/044555.028717:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15604:15625:0801/044555.074920:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15604:15604:0801/044555.122845:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [15604:15604:0801/044555.122986:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [15604:15625:0801/044555.123247:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15604:15625:0801/044555.123547:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15604:15625:0801/044555.123590:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15604:15625:0801/044555.123604:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15604:15625:0801/044555.123615:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15604:15625:0801/044555.123626:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_new_api.tests.test_ui.TestUiTranslation: Chrome headless failed to start: [15916:15937:0801/044559.654950:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15916:15937:0801/044559.661837:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15916:15937:0801/044559.662142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15916:15937:0801/044559.663387:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15916:15916:0801/044559.679213:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15951:15951:0801/044559.694226:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15916:15937:0801/044559.700622:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15916:15937:0801/044559.750900:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15916:15916:0801/044559.812786:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [15916:15937:0801/044559.812923:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15916:15937:0801/044559.812966:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15916:15916:0801/044559.812971:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [15916:15937:0801/044559.812994:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15916:15937:0801/044559.813012:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15916:15937:0801/044559.813029:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15916:15937:0801/044559.813045:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_event_sale_with_product_configurator.TestEventProductConfiguratorUi: Chrome headless failed to start: [16245:16267:0801/044632.792245:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16245:16267:0801/044632.799066:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16245:16267:0801/044632.799471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16245:16267:0801/044632.799612:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16245:16245:0801/044632.812828:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [16245:16267:0801/044632.832279:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16280:16280:0801/044632.833496:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [16245:16267:0801/044632.877141:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16245:16245:0801/044632.926929:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [16245:16267:0801/044632.927037:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16245:16245:0801/044632.927066:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [16245:16267:0801/044632.927072:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16245:16267:0801/044632.927084:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16245:16267:0801/044632.927093:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16245:16267:0801/044632.927101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16245:16267:0801/044632.927109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_configurator.TestProductConfiguratorUi: Chrome headless failed to start: [16558:16579:0801/044637.160819:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16558:16579:0801/044637.167426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16558:16579:0801/044637.167571:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16558:16579:0801/044637.167608:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16558:16558:0801/044637.183959:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [16558:16579:0801/044637.201347:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16595:16595:0801/044637.203457:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [16558:16579:0801/044637.233661:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16558:16558:0801/044637.308157:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [16558:16579:0801/044637.308291:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16558:16558:0801/044637.308348:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [16558:16579:0801/044637.308346:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16558:16579:0801/044637.308385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16558:16579:0801/044637.308406:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16558:16579:0801/044637.308461:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16558:16579:0801/044637.308479:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_configurator.TestProductConfiguratorUi: Chrome headless failed to start: [16873:16894:0801/044640.129425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16873:16894:0801/044640.135954:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16873:16894:0801/044640.136077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16873:16894:0801/044640.136146:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16873:16873:0801/044640.152523:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [16873:16894:0801/044640.164865:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16908:16908:0801/044640.170522:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [16873:16894:0801/044640.184679:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16873:16873:0801/044640.217722:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [16873:16894:0801/044640.217849:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16873:16873:0801/044640.217889:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [16873:16894:0801/044640.217899:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16873:16894:0801/044640.217925:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16873:16894:0801/044640.217942:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16873:16894:0801/044640.217958:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16873:16894:0801/044640.217974:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_configurator.TestProductConfiguratorUi: Chrome headless failed to start: [17194:17215:0801/044641.140728:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17194:17215:0801/044641.149029:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17194:17215:0801/044641.149401:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17194:17215:0801/044641.149444:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17194:17194:0801/044641.161440:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [17194:17215:0801/044641.180310:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17229:17229:0801/044641.197815:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [17194:17215:0801/044641.209600:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17194:17194:0801/044641.281024:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [17194:17215:0801/044641.281135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17194:17194:0801/044641.281157:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [17194:17215:0801/044641.281168:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17194:17215:0801/044641.281185:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17194:17215:0801/044641.281194:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17194:17215:0801/044641.281201:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17194:17215:0801/044641.281209:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_configurator.TestProductConfiguratorUi: Chrome headless failed to start: [17504:17525:0801/044642.552707:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17504:17525:0801/044642.560306:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17504:17525:0801/044642.560614:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17504:17525:0801/044642.560682:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17504:17504:0801/044642.570026:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [17504:17525:0801/044642.591424:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17539:17539:0801/044642.593475:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [17504:17525:0801/044642.619284:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17504:17504:0801/044642.701890:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [17504:17504:0801/044642.702088:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [17504:17525:0801/044642.702100:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17504:17525:0801/044642.702140:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17504:17525:0801/044642.702165:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17504:17525:0801/044642.702177:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17504:17525:0801/044642.702188:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17504:17525:0801/044642.702199:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_configurator.TestProductConfiguratorUi: Chrome headless failed to start: [17828:17849:0801/044644.023342:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17828:17849:0801/044644.028705:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17828:17849:0801/044644.029385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17828:17849:0801/044644.029876:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17828:17828:0801/044644.042958:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [17828:17849:0801/044644.056047:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17863:17863:0801/044644.071642:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [17828:17849:0801/044644.077222:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17828:17828:0801/044644.116705:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [17828:17828:0801/044644.116893:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [17828:17849:0801/044644.118006:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17828:17849:0801/044644.118058:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17828:17849:0801/044644.118074:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17828:17849:0801/044644.118085:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17828:17849:0801/044644.118094:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17828:17849:0801/044644.118104:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_configurator.TestProductConfiguratorUi: Chrome headless failed to start: [18150:18171:0801/044645.590626:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18150:18171:0801/044645.596713:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18150:18171:0801/044645.597039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18150:18171:0801/044645.597112:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18150:18150:0801/044645.609503:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18150:18171:0801/044645.621742:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18185:18185:0801/044645.634227:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18150:18171:0801/044645.672993:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18150:18150:0801/044645.722037:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [18150:18150:0801/044645.722210:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [18150:18171:0801/044645.722313:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18150:18171:0801/044645.722354:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18150:18171:0801/044645.722387:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18150:18171:0801/044645.722401:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18150:18171:0801/044645.722411:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18150:18171:0801/044645.722421:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_configurator.TestProductConfiguratorUi: Chrome headless failed to start: [18450:18471:0801/044646.779592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18450:18471:0801/044646.786011:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18450:18471:0801/044646.786630:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18450:18471:0801/044646.786680:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18450:18450:0801/044646.799211:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18485:18485:0801/044646.809343:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18450:18471:0801/044646.818033:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18450:18471:0801/044646.868261:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18450:18450:0801/044646.914986:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [18450:18471:0801/044646.915109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18450:18471:0801/044646.915156:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18450:18450:0801/044646.915165:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [18450:18471:0801/044646.915176:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18450:18471:0801/044646.915193:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18450:18471:0801/044646.915208:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18450:18471:0801/044646.915224:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_configurator.TestProductConfiguratorUi: Chrome headless failed to start: [18766:18787:0801/044648.788113:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18766:18787:0801/044648.793161:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18766:18787:0801/044648.793486:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18766:18787:0801/044648.793732:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18766:18766:0801/044648.800916:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18766:18787:0801/044648.814456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18801:18801:0801/044648.827331:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18766:18787:0801/044648.867379:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18766:18766:0801/044648.906778:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [18766:18787:0801/044648.906875:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18766:18766:0801/044648.906905:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [18766:18787:0801/044648.906909:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18766:18787:0801/044648.906921:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18766:18787:0801/044648.906931:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18766:18787:0801/044648.906938:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18766:18787:0801/044648.906945:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_configurator.TestProductConfiguratorUi: Chrome headless failed to start: [19072:19093:0801/044649.888770:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19072:19093:0801/044649.896504:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19072:19093:0801/044649.896968:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19072:19093:0801/044649.897071:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19072:19072:0801/044649.910737:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19072:19093:0801/044649.926736:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19107:19107:0801/044649.941722:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19072:19093:0801/044649.978479:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19072:19072:0801/044650.024824:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [19072:19093:0801/044650.024942:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19072:19072:0801/044650.024962:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [19072:19093:0801/044650.024999:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19072:19093:0801/044650.025016:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19072:19093:0801/044650.025029:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19072:19093:0801/044650.025039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19072:19093:0801/044650.025050:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_sale_product_configurators.tests.test_sale_product_matrix.TestSaleMatrixUi: Chrome headless failed to start: [19376:19397:0801/044653.245652:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19376:19397:0801/044653.255165:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19376:19397:0801/044653.255312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19376:19397:0801/044653.255472:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19376:19376:0801/044653.268195:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19376:19397:0801/044653.289498:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19410:19410:0801/044653.299768:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19376:19397:0801/044653.317670:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19376:19376:0801/044653.388843:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [19376:19397:0801/044653.388977:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19376:19397:0801/044653.389017:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19376:19376:0801/044653.389024:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [19376:19397:0801/044653.389034:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19376:19397:0801/044653.389053:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19376:19397:0801/044653.389070:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19376:19397:0801/044653.389086:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_viin_ai.tests.test_connector_seed_tour.TestConnectorSeedReachabilityTour: Chrome headless failed to start: [19710:19731:0801/044819.580876:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19710:19731:0801/044819.588164:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19710:19731:0801/044819.592330:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19710:19731:0801/044819.592407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19710:19710:0801/044819.605855:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19710:19731:0801/044819.623127:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19746:19746:0801/044819.623913:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19710:19731:0801/044819.675966:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19710:19710:0801/044819.721786:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [19710:19710:0801/044819.721951:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [19710:19731:0801/044819.722465:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19710:19731:0801/044819.722505:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19710:19731:0801/044819.722516:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19710:19731:0801/044819.722523:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19710:19731:0801/044819.722530:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19710:19731:0801/044819.722537:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_viin_ai.tests.test_first_run_e2e.TestFirstRunSingleKeyTour: Chrome headless failed to start: [20024:20045:0801/044824.412372:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20024:20045:0801/044824.418089:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20024:20045:0801/044824.418281:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20024:20045:0801/044824.418562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20024:20024:0801/044824.429710:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20024:20045:0801/044824.446425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20059:20059:0801/044824.469148:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20024:20045:0801/044824.481321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20024:20024:0801/044824.520735:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20024:20024:0801/044824.520867:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [20024:20045:0801/044824.520852:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20024:20045:0801/044824.520919:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20024:20045:0801/044824.520942:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20024:20045:0801/044824.520954:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20024:20045:0801/044824.520964:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20024:20045:0801/044824.520977:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_viin_ai.tests.test_m7_6_orphan_tours.TestM76OrphanBrainTours: Chrome headless failed to start: [20336:20358:0801/044826.205311:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20336:20358:0801/044826.212227:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20336:20358:0801/044826.212504:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20336:20358:0801/044826.212561:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20336:20336:0801/044826.224992:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20336:20358:0801/044826.238718:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20371:20371:0801/044826.259553:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20336:20358:0801/044826.279666:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20336:20336:0801/044826.319785:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20336:20358:0801/044826.320473:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20336:20358:0801/044826.320516:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20336:20358:0801/044826.320530:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20336:20336:0801/044826.320532:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [20336:20358:0801/044826.320541:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20336:20358:0801/044826.320569:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20336:20358:0801/044826.320580:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_viin_ai.tests.test_m7_6_orphan_tours.TestM76OrphanBrainTours: Chrome headless failed to start: [20650:20671:0801/044827.246669:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20650:20671:0801/044827.251654:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20650:20671:0801/044827.251879:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20650:20671:0801/044827.252095:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20650:20650:0801/044827.262201:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20650:20671:0801/044827.279128:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20686:20686:0801/044827.299929:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20650:20671:0801/044827.310437:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20650:20650:0801/044827.374617:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20650:20671:0801/044827.375072:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20650:20671:0801/044827.375131:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20650:20671:0801/044827.375146:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20650:20671:0801/044827.375158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20650:20671:0801/044827.375168:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20650:20671:0801/044827.375179:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20650:20650:0801/044827.375200:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_viin_ai.tests.test_m7_6_orphan_tours.TestM76OrphanBrainTours: Chrome headless failed to start: [20970:20991:0801/044828.269218:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20970:20991:0801/044828.275688:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20970:20991:0801/044828.275987:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20970:20991:0801/044828.276112:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20970:20970:0801/044828.288367:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20970:20991:0801/044828.304034:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21005:21005:0801/044828.309400:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20970:20991:0801/044828.360216:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20970:20970:0801/044828.419256:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20970:20991:0801/044828.419387:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20970:20991:0801/044828.419422:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20970:20991:0801/044828.419432:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20970:20970:0801/044828.419437:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [20970:20991:0801/044828.419441:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20970:20991:0801/044828.419563:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20970:20991:0801/044828.419585:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_viin_ai.tests.test_m7_6_orphan_tours.TestM76OrphanBrainTours: Chrome headless failed to start: [21286:21307:0801/044829.322624:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21286:21307:0801/044829.329007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21286:21307:0801/044829.329290:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21286:21307:0801/044829.329410:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21286:21286:0801/044829.338898:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [21286:21307:0801/044829.357888:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21321:21321:0801/044829.370975:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [21286:21307:0801/044829.379449:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21286:21286:0801/044829.458709:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [21286:21286:0801/044829.458915:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [21286:21307:0801/044829.459005:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21286:21307:0801/044829.459051:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21286:21307:0801/044829.459065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21286:21307:0801/044829.459077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21286:21307:0801/044829.459097:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21286:21307:0801/044829.459108:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_viin_ai.tests.test_wow_demo_tour.TestWowDemoCfoTour: Chrome headless failed to start: [21610:21631:0801/044842.286727:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21610:21631:0801/044842.294870:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21610:21631:0801/044842.295090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21610:21631:0801/044842.295270:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21610:21610:0801/044842.307631:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [21645:21645:0801/044842.320153:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [21610:21631:0801/044842.329279:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21610:21631:0801/044842.373538:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_custom_snippet.TestCustomSnippet: Chrome headless failed to start: [21927:21948:0801/045127.788939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21927:21948:0801/045127.801015:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21927:21948:0801/045127.801149:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21927:21948:0801/045127.801212:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21927:21927:0801/045127.828817:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [21927:21948:0801/045127.846281:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21962:21962:0801/045127.852888:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [21927:21948:0801/045127.881560:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21927:21927:0801/045127.929902:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [21927:21948:0801/045127.930022:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21927:21927:0801/045127.930040:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [21927:21948:0801/045127.930067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21927:21948:0801/045127.930078:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21927:21948:0801/045127.930087:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21927:21948:0801/045127.930094:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21927:21948:0801/045127.930101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_error.TestWebsiteError: Chrome headless failed to start: [22239:22260:0801/045128.898443:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22239:22260:0801/045128.904970:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22239:22260:0801/045128.905166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22239:22260:0801/045128.905258:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22239:22239:0801/045128.931208:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [22276:22276:0801/045128.938925:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [22239:22260:0801/045128.951711:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22239:22260:0801/045128.977310:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22239:22239:0801/045129.026849:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [22239:22260:0801/045129.026963:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22239:22260:0801/045129.026991:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22239:22260:0801/045129.027007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22239:22239:0801/045129.027012:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [22239:22260:0801/045129.027018:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22239:22260:0801/045129.027118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22239:22260:0801/045129.027130:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_image_upload_progress.TestImageUploadProgress: Chrome headless failed to start:
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_image_upload_progress.TestImageUploadProgress: Chrome headless failed to start: [22789:22812:0801/045133.386648:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22789:22812:0801/045133.392900:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22789:22812:0801/045133.393029:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22789:22812:0801/045133.394539:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22789:22789:0801/045133.414189:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [22826:22826:0801/045133.441391:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [22789:22812:0801/045133.442516:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22789:22812:0801/045133.489216:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22789:22789:0801/045133.540207:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [22789:22789:0801/045133.540370:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [22789:22812:0801/045133.541086:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22789:22812:0801/045133.541132:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22789:22812:0801/045133.541147:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22789:22812:0801/045133.541158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22789:22812:0801/045133.541168:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22789:22812:0801/045133.541178:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_media.TestMedia: Chrome headless failed to start: [23112:23133:0801/045146.939564:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23112:23133:0801/045146.948142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23112:23133:0801/045146.949592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23112:23133:0801/045146.954050:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23112:23112:0801/045146.968690:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [23112:23133:0801/045146.985404:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23146:23146:0801/045146.992226:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [23112:23133:0801/045147.016505:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23112:23112:0801/045147.106552:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [23112:23112:0801/045147.107029:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [23112:23133:0801/045147.107903:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23112:23133:0801/045147.107963:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23112:23133:0801/045147.107979:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23112:23133:0801/045147.107990:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23112:23133:0801/045147.108000:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23112:23133:0801/045147.108014:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_media.TestMedia: Chrome headless failed to start: [23346:23367:0801/045147.893994:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23346:23367:0801/045147.909973:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23346:23367:0801/045147.910109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23346:23367:0801/045147.910759:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23346:23346:0801/045147.935107:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [23382:23382:0801/045147.944171:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [23346:23367:0801/045147.956181:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23346:23367:0801/045148.003822:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_page_manager.TestWebsitePageManager: Chrome headless failed to start: [23656:23677:0801/045201.214026:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23656:23677:0801/045201.221686:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23656:23677:0801/045201.222000:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23656:23677:0801/045201.222242:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23656:23656:0801/045201.238578:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [23656:23677:0801/045201.257545:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23691:23691:0801/045201.255091:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [23656:23677:0801/045201.294452:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23656:23656:0801/045201.345306:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [23656:23656:0801/045201.345454:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [23656:23677:0801/045201.350334:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23656:23677:0801/045201.359134:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23656:23677:0801/045201.359196:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23656:23677:0801/045201.359210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23656:23677:0801/045201.359222:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23656:23677:0801/045201.359234:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_reset_views.TestWebsiteResetViews: Chrome headless failed to start: [24032:24053:0801/045228.725574:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24032:24053:0801/045228.733399:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24032:24053:0801/045228.733580:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24032:24053:0801/045228.733678:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24032:24032:0801/045228.746652:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24067:24067:0801/045228.773730:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24032:24053:0801/045228.776119:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24032:24053:0801/045228.799305:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24032:24032:0801/045228.862329:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24032:24053:0801/045228.862468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24032:24032:0801/045228.862498:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [24032:24053:0801/045228.862532:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24032:24053:0801/045228.862549:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24032:24053:0801/045228.862562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24032:24053:0801/045228.862573:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24032:24053:0801/045228.862584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_restricted_editor.TestRestrictedEditor: Chrome headless failed to start: [24349:24370:0801/045237.551581:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24349:24370:0801/045237.557090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24349:24370:0801/045237.558052:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24349:24370:0801/045237.559320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24349:24349:0801/045237.571194:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24349:24370:0801/045237.591369:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24384:24384:0801/045237.601590:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24349:24370:0801/045237.624870:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24349:24349:0801/045237.693596:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24349:24370:0801/045237.693723:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24349:24370:0801/045237.693775:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24349:24349:0801/045237.693790:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [24349:24370:0801/045237.693793:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24349:24370:0801/045237.693809:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24349:24370:0801/045237.693823:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24349:24370:0801/045237.693840:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_restricted_editor.TestRestrictedEditor: Chrome headless failed to start: [24663:24684:0801/045240.624564:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24663:24684:0801/045240.631335:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24663:24684:0801/045240.631833:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24663:24684:0801/045240.632039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24663:24663:0801/045240.643966:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24663:24684:0801/045240.658827:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24697:24697:0801/045240.673189:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24663:24684:0801/045240.687350:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24663:24663:0801/045240.762205:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24663:24663:0801/045240.762439:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [24663:24684:0801/045240.762432:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24663:24684:0801/045240.762488:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24663:24684:0801/045240.762506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24663:24684:0801/045240.762518:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24663:24684:0801/045240.762534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24663:24684:0801/045240.762544:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_session.TestWebsiteSession: Chrome headless failed to start: [24968:24989:0801/045241.879991:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24968:24989:0801/045241.888981:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24968:24989:0801/045241.889249:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24968:24989:0801/045241.890052:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24968:24968:0801/045241.901254:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24968:24989:0801/045241.914615:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25003:25003:0801/045241.927398:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24968:24989:0801/045241.966447:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24968:24968:0801/045242.011665:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24968:24968:0801/045242.011847:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [24968:24989:0801/045242.011854:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24968:24989:0801/045242.011924:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24968:24989:0801/045242.011947:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24968:24989:0801/045242.011965:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24968:24989:0801/045242.011980:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24968:24989:0801/045242.011997:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_settings.TestWebsiteSettings: Chrome headless failed to start: [25277:25299:0801/045246.573512:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25277:25299:0801/045246.581036:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25277:25299:0801/045246.581818:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25277:25299:0801/045246.582474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25277:25277:0801/045246.599353:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25312:25312:0801/045246.612114:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25277:25299:0801/045246.616875:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25277:25299:0801/045246.667996:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25277:25277:0801/045246.721091:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25277:25277:0801/045246.721268:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [25277:25299:0801/045246.721788:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25277:25299:0801/045246.723500:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25277:25299:0801/045246.723531:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25277:25299:0801/045246.723542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25277:25299:0801/045246.723552:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25277:25299:0801/045246.723562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_snippet_background_video.TestSnippetBackgroundVideo: Chrome headless failed to start: [25598:25619:0801/045247.721619:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25598:25619:0801/045247.728747:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25598:25619:0801/045247.729016:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25598:25619:0801/045247.729115:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25598:25598:0801/045247.742531:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25598:25619:0801/045247.758476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25633:25633:0801/045247.765699:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25598:25619:0801/045247.783755:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25598:25598:0801/045247.820186:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25598:25598:0801/045247.820376:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [25598:25619:0801/045247.820939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25598:25619:0801/045247.820985:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25598:25619:0801/045247.821001:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25598:25619:0801/045247.821018:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25598:25619:0801/045247.821032:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25598:25619:0801/045247.821047:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_systray.TestSystray: Chrome headless failed to start: [25911:25932:0801/045250.345771:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25911:25932:0801/045250.352700:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25911:25932:0801/045250.352897:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25911:25932:0801/045250.352971:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25911:25911:0801/045250.366198:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25946:25946:0801/045250.379444:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25911:25932:0801/045250.381203:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25911:25932:0801/045250.407523:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25911:25911:0801/045250.483761:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25911:25932:0801/045250.484273:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25911:25911:0801/045250.484307:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [25911:25932:0801/045250.484315:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25911:25932:0801/045250.484350:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25911:25932:0801/045250.484363:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25911:25932:0801/045250.484375:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25911:25932:0801/045250.484385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_systray.TestSystray: Chrome headless failed to start: [26210:26231:0801/045252.111173:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26210:26231:0801/045252.118687:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26210:26231:0801/045252.119368:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26210:26231:0801/045252.119552:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26210:26210:0801/045252.134705:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [26245:26245:0801/045252.143755:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [26210:26231:0801/045252.147468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26210:26231:0801/045252.183751:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26210:26210:0801/045252.243582:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [26210:26231:0801/045252.243725:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26210:26210:0801/045252.243785:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [26210:26231:0801/045252.243784:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26210:26231:0801/045252.243828:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26210:26231:0801/045252.243855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26210:26231:0801/045252.243873:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26210:26231:0801/045252.243891:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_systray.TestSystray: Chrome headless failed to start:
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_systray.TestSystray: Chrome headless failed to start: [26681:26702:0801/045255.120257:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26681:26702:0801/045255.127021:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26681:26702:0801/045255.127278:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26681:26702:0801/045255.127584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26681:26681:0801/045255.140860:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [26716:26716:0801/045255.153778:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [26681:26702:0801/045255.154631:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26681:26702:0801/045255.181929:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26681:26681:0801/045255.228631:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [26681:26681:0801/045255.228794:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [26681:26702:0801/045255.229659:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26681:26702:0801/045255.229696:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26681:26702:0801/045255.229711:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26681:26702:0801/045255.229718:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26681:26702:0801/045255.229725:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26681:26702:0801/045255.229731:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_systray.TestSystray: Chrome headless failed to start: [26995:27016:0801/045256.499161:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26995:27016:0801/045256.506848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26995:27016:0801/045256.507006:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26995:27016:0801/045256.507780:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26995:26995:0801/045256.519225:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [26995:27016:0801/045256.536615:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27031:27031:0801/045256.540257:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [26995:27016:0801/045256.579248:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_website_controller_page.TestWebsiteControllerPage: Chrome headless failed to start: [27318:27339:0801/045259.761228:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27318:27339:0801/045259.767040:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27318:27339:0801/045259.767256:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27318:27339:0801/045259.767319:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27318:27318:0801/045259.790147:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27353:27353:0801/045259.801880:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27318:27339:0801/045259.807662:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27318:27339:0801/045259.860027:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27318:27318:0801/045259.911410:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [27318:27339:0801/045259.911548:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27318:27318:0801/045259.911587:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [27318:27339:0801/045259.911599:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27318:27339:0801/045259.911619:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27318:27339:0801/045259.911640:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27318:27339:0801/045259.911652:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27318:27339:0801/045259.911667:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website.tests.test_website_field_sanitize.TestWebsiteFieldSanitize: Chrome headless failed to start: [27650:27671:0801/045305.954648:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27650:27671:0801/045305.961456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27650:27671:0801/045305.961882:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27650:27671:0801/045305.962105:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27650:27650:0801/045305.975510:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27650:27671:0801/045305.993382:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27686:27686:0801/045305.995421:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27650:27671:0801/045306.022210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27650:27650:0801/045306.115291:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [27650:27671:0801/045306.115441:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27650:27671:0801/045306.115483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27650:27671:0801/045306.115498:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27650:27671:0801/045306.115516:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27650:27671:0801/045306.115535:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27650:27671:0801/045306.115588:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website_modules.tests.test_configurator.TestConfigurator: Chrome headless failed to start: [27958:27979:0801/045307.122396:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27958:27979:0801/045307.128309:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27958:27979:0801/045307.128582:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27958:27979:0801/045307.128665:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27958:27958:0801/045307.141615:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27993:27993:0801/045307.152501:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27958:27979:0801/045307.159158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27958:27979:0801/045307.188264:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27958:27958:0801/045307.224189:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [27958:27958:0801/045307.224352:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [27958:27979:0801/045307.224720:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27958:27979:0801/045307.224780:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27958:27979:0801/045307.224802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27958:27979:0801/045307.224818:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27958:27979:0801/045307.224860:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27958:27979:0801/045307.224872:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:35:36 WARNING
Subbuild # 400326: odoo.addons.test_website_slides_full.tests.test_ui_wslides.TestUi: Chrome headless failed to start: [28267:28289:0801/045346.411778:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28267:28289:0801/045346.419078:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28267:28289:0801/045346.419747:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28267:28289:0801/045346.419830:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28267:28267:0801/045346.431811:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [28302:28302:0801/045346.444510:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [28267:28289:0801/045346.449573:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28267:28289:0801/045346.483592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28267:28267:0801/045346.538496:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [28267:28289:0801/045346.538620:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28267:28289:0801/045346.538667:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28267:28289:0801/045346.538680:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28267:28289:0801/045346.538689:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28267:28289:0801/045346.538695:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28267:28289:0801/045346.538702:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28267:28267:0801/045346.538703:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 11:00:22 WARNING
Subbuild # 400327: odoo.addons.to_git.helper: System parameter 'to_git.remote_min_speed' is set to 0 - this is a TUNING parameter, not a bound, so 0 does not disable anything here. Falling back to 1000.
08/01/2026 11:00:22 WARNING
Subbuild # 400327: odoo.addons.to_git.helper: System parameter 'to_git.fetch_stall_timeout' is set to 0 - this is a TUNING parameter, not a bound, so 0 does not disable anything here. Falling back to 8.
08/01/2026 11:00:22 WARNING
Subbuild # 400327: odoo.addons.to_git.helper: System parameter 'to_git.fetch_timeout' is set to 0 - the corresponding bound is DISABLED.
08/01/2026 11:00:22 WARNING
Subbuild # 400327: odoo.addons.to_git.helper: System parameter 'to_git.fetch_timeout' is set to 0 - the corresponding bound is DISABLED.
08/01/2026 11:00:22 WARNING
Subbuild # 400327: odoo.addons.to_git.helper: System parameter 'to_git.fetch_timeout' is set to 0 - the corresponding bound is DISABLED.
08/01/2026 11:00:22 WARNING
Subbuild # 400327: odoo.addons.to_git.helper: System parameter 'to_git.remote_min_speed' is set to 0 - this is a TUNING parameter, not a bound, so 0 does not disable anything here. Falling back to 1000.
08/01/2026 11:00:22 WARNING
Subbuild # 400327: odoo.addons.to_git.helper: System parameter 'to_git.remote_timeout' is set to 0 - the corresponding bound is DISABLED.
08/01/2026 11:00:22 WARNING
Subbuild # 400327: odoo.addons.to_git.helper: System parameter 'to_git.remote_timeout' is set to 0 - the corresponding bound is DISABLED.
08/01/2026 11:00:22 WARNING
Subbuild # 400327: odoo.addons.to_git.helper: System parameter 'to_git.remote_timeout' is set to 0 - the corresponding bound is DISABLED.
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_account_reconciliation.tests.test_reconciliation_tours.TestReconcileA11yTour: Chrome headless failed to start: [621:642:0801/032921.903887:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [621:642:0801/032921.911363:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [621:642:0801/032921.911558:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [621:642:0801/032921.911630:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [621:621:0801/032921.925817:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [656:656:0801/032921.943009:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [621:642:0801/032921.943952:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [621:642:0801/032921.983246:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [621:621:0801/032922.033914:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [621:642:0801/032922.034045:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [621:642:0801/032922.034086:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [621:621:0801/032922.034096:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [621:642:0801/032922.034101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [621:642:0801/032922.034121:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [621:642:0801/032922.034131:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [621:642:0801/032922.034140:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_account_reconciliation.tests.test_reconciliation_tours.TestReconcileBadgeUncheckTour: Chrome headless failed to start: [929:950:0801/032926.646607:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [929:950:0801/032926.653518:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [929:950:0801/032926.653670:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [929:950:0801/032926.653793:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [929:929:0801/032926.666888:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [929:950:0801/032926.682899:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [964:964:0801/032926.684584:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [929:950:0801/032926.711773:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [929:929:0801/032926.774966:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [929:929:0801/032926.775097:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [929:950:0801/032926.775287:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [929:950:0801/032926.775329:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [929:950:0801/032926.775345:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [929:950:0801/032926.775356:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [929:950:0801/032926.775367:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [929:950:0801/032926.775377:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_account_reconciliation.tests.test_reconciliation_tours.TestReconcileFxValidateTour: Chrome headless failed to start: [1223:1244:0801/032932.774117:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_account_reconciliation.tests.test_reconciliation_tours.TestReconcileGroupFenceTour: Chrome headless failed to start: [1455:1476:0801/032937.127413:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1455:1476:0801/032937.133005:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1455:1476:0801/032937.133461:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1455:1476:0801/032937.133534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1455:1455:0801/032937.152223:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1490:1490:0801/032937.166908:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1455:1476:0801/032937.170666:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1455:1476:0801/032937.210083:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1455:1455:0801/032937.265632:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1455:1476:0801/032937.265744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1455:1476:0801/032937.265782:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1455:1455:0801/032937.265789:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1455:1476:0801/032937.265797:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1455:1476:0801/032937.265809:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1455:1476:0801/032937.265819:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1455:1476:0801/032937.265829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_account_reconciliation.tests.test_reconciliation_tours.TestReconcileGroupFenceTour: Chrome headless failed to start: [1767:1788:0801/032941.731090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1767:1788:0801/032941.738949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1767:1788:0801/032941.740513:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1767:1788:0801/032941.741050:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1767:1767:0801/032941.751998:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1767:1788:0801/032941.770301:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1802:1802:0801/032941.781874:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1767:1788:0801/032941.804011:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1767:1767:0801/032941.868398:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1767:1788:0801/032941.868516:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1767:1788:0801/032941.868562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1767:1788:0801/032941.868579:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1767:1767:0801/032941.868584:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1767:1788:0801/032941.868594:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1767:1788:0801/032941.868611:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1767:1788:0801/032941.868630:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_account_reconciliation.tests.test_reconciliation_tours.TestReconcileKanbanSmokeTour: Chrome headless failed to start: [2074:2095:0801/032947.420097:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2074:2095:0801/032947.427415:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2074:2095:0801/032947.428162:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2074:2095:0801/032947.428320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2074:2074:0801/032947.440603:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2074:2095:0801/032947.457626:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2108:2108:0801/032947.462616:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2074:2095:0801/032947.481329:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2074:2074:0801/032947.520877:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2074:2074:0801/032947.521003:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2074:2095:0801/032947.521083:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2074:2095:0801/032947.521127:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2074:2095:0801/032947.521142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2074:2095:0801/032947.521157:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2074:2095:0801/032947.521172:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2074:2095:0801/032947.521186:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_account_reconciliation.tests.test_reconciliation_tours.TestReconcileManualFxTour: Chrome headless failed to start: [2394:2415:0801/032952.454887:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2394:2415:0801/032952.462856:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2394:2415:0801/032952.463396:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2394:2415:0801/032952.466951:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2394:2394:0801/032952.480413:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2394:2415:0801/032952.493853:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2428:2428:0801/032952.494901:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2394:2415:0801/032952.522658:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2394:2394:0801/032952.591308:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2394:2394:0801/032952.591507:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2394:2415:0801/032952.592102:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2394:2415:0801/032952.592148:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2394:2415:0801/032952.592164:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2394:2415:0801/032952.592182:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2394:2415:0801/032952.592192:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2394:2415:0801/032952.592202:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_account_reconciliation.tests.test_reconciliation_tours.TestReconcileManualJournalItemTour: Chrome headless failed to start: [2710:2731:0801/032957.321575:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2710:2731:0801/032957.326726:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2710:2731:0801/032957.326819:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2710:2731:0801/032957.327010:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2710:2710:0801/032957.335586:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2710:2731:0801/032957.351072:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2745:2745:0801/032957.360169:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2710:2731:0801/032957.378728:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2710:2710:0801/032957.418172:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2710:2710:0801/032957.418289:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2710:2731:0801/032957.418278:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2710:2731:0801/032957.418329:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2710:2731:0801/032957.418344:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2710:2731:0801/032957.418363:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2710:2731:0801/032957.418395:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2710:2731:0801/032957.418411:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2710:2710:0801/032957.419266:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type:
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai.tests.test_tour_wi18_usage_log_raw_http_button.TestTourWi18UsageLogRawHttpButton: Chrome headless failed to start: [3142:3164:0801/041426.569686:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3142:3164:0801/041426.577521:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3142:3164:0801/041426.577662:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3142:3164:0801/041426.577803:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3142:3142:0801/041426.593761:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3142:3164:0801/041426.609903:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3179:3179:0801/041426.611023:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3142:3164:0801/041426.648435:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3142:3142:0801/041426.725238:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3142:3164:0801/041426.725354:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3142:3164:0801/041426.725405:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3142:3164:0801/041426.725442:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3142:3164:0801/041426.725468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3142:3164:0801/041426.725497:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3142:3164:0801/041426.725531:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3142:3142:0801/041426.725579:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai.tests.test_tour_wi18_usage_log_replay_button.TestTourWi18UsageLogReplayButtonAdmin: Chrome headless failed to start: [3449:3470:0801/041427.761197:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3449:3470:0801/041427.768126:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3449:3470:0801/041427.769017:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3449:3470:0801/041427.769231:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3449:3449:0801/041427.784836:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3484:3484:0801/041427.797641:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3449:3470:0801/041427.801805:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3449:3470:0801/041427.865768:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3449:3449:0801/041427.904799:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3449:3449:0801/041427.904941:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3449:3470:0801/041427.905025:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3449:3470:0801/041427.905066:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3449:3470:0801/041427.905082:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3449:3470:0801/041427.905093:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3449:3470:0801/041427.905104:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3449:3470:0801/041427.905111:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai.tests.test_tour_wi18_usage_log_replay_button.TestTourWi18UsageLogReplayButtonDemo: Chrome headless failed to start: [3758:3779:0801/041429.944666:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3758:3779:0801/041429.953765:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3758:3779:0801/041429.953969:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3758:3779:0801/041429.954039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3758:3758:0801/041429.972287:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3793:3793:0801/041429.981787:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3758:3779:0801/041429.990591:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3758:3779:0801/041430.021042:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3758:3758:0801/041430.091142:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3758:3758:0801/041430.091400:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3758:3779:0801/041430.091409:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3758:3779:0801/041430.091446:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3758:3779:0801/041430.091461:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3758:3779:0801/041430.091472:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3758:3779:0801/041430.091483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3758:3779:0801/041430.091494:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai.tests.test_tour_wi18a_feedback_menu.TestTourWi18aFeedbackMenuAdmin: Chrome headless failed to start: [4063:4084:0801/041431.005039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4063:4084:0801/041431.011118:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4063:4084:0801/041431.011259:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4063:4084:0801/041431.011940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4063:4063:0801/041431.025021:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4063:4084:0801/041431.039478:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4098:4098:0801/041431.041938:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4063:4084:0801/041431.078076:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4063:4063:0801/041431.111886:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4063:4084:0801/041431.112008:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4063:4063:0801/041431.112028:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4063:4084:0801/041431.112070:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4063:4084:0801/041431.112089:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4063:4084:0801/041431.112102:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4063:4084:0801/041431.112115:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4063:4084:0801/041431.112126:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai.tests.test_tour_wi18a_feedback_menu.TestTourWi18aFeedbackMenuDemo: Chrome headless failed to start: [4384:4405:0801/041433.001456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4384:4405:0801/041433.009116:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4384:4405:0801/041433.009775:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4384:4405:0801/041433.009867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4384:4384:0801/041433.024976:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4420:4420:0801/041433.036995:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4384:4405:0801/041433.043742:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4384:4405:0801/041433.097191:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4384:4384:0801/041433.135615:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4384:4384:0801/041433.136070:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4384:4405:0801/041433.136204:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4384:4405:0801/041433.136255:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4384:4405:0801/041433.136273:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4384:4405:0801/041433.136290:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4384:4405:0801/041433.136299:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4384:4405:0801/041433.136308:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_agent.tests.test_tour_wi17_server_action_ai_prompt_form.TestTourWi17ServerActionAiPromptForm: Chrome headless failed to start: [4524:4545:0801/041751.708113:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4524:4545:0801/041751.715248:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4524:4545:0801/041751.715400:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4524:4545:0801/041751.715446:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4524:4524:0801/041751.726135:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4524:4545:0801/041751.742600:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4559:4559:0801/041751.751092:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4524:4545:0801/041751.792812:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_agent.tests.test_tour_wi18_agent_traces_smart_button.TestTourWi18AgentTracesSmartButton: Chrome headless failed to start: [4747:4769:0801/041752.763188:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_chat.tests.test_tour_c2_ux_newbie_onboarding.TestTourC2UxNewbieOnboarding: Chrome headless failed to start: [6356:6377:0801/042238.471364:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6356:6377:0801/042238.477043:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6356:6377:0801/042238.477138:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6356:6377:0801/042238.477219:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6356:6356:0801/042238.496361:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6391:6391:0801/042238.520392:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6356:6377:0801/042238.524453:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6356:6377:0801/042238.573196:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6356:6356:0801/042238.632128:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6356:6356:0801/042238.632324:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [6356:6377:0801/042238.632869:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6356:6377:0801/042238.632914:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6356:6377:0801/042238.632931:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6356:6377:0801/042238.632943:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6356:6377:0801/042238.632954:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6356:6377:0801/042238.632965:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_chat.tests.test_tour_h1_confirm_render.TestTourH1ConfirmRender: Chrome headless failed to start: [6673:6694:0801/042240.245844:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6673:6694:0801/042240.255077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6673:6694:0801/042240.255293:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6673:6694:0801/042240.255358:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6673:6673:0801/042240.274449:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6708:6708:0801/042240.285355:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6673:6694:0801/042240.300954:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6673:6694:0801/042240.332660:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_chat.tests.test_tour_wi18c_chat.TestTourWi15ToolConfirmApprove: Chrome headless failed to start: [6976:6997:0801/042241.532200:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6976:6997:0801/042241.543211:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6976:6997:0801/042241.543314:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6976:6997:0801/042241.543366:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6976:6976:0801/042241.558561:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6976:6997:0801/042241.572554:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7011:7011:0801/042241.578198:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6976:6997:0801/042241.612308:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_chat.tests.test_tour_wi18c_chat.TestTourWi15ToolConfirmReject: Chrome headless failed to start: [7216:7237:0801/042242.607374:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7216:7237:0801/042242.614840:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7216:7237:0801/042242.614944:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7216:7237:0801/042242.615043:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7216:7216:0801/042242.633958:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7251:7251:0801/042242.651069:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7216:7237:0801/042242.652768:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7216:7237:0801/042242.694486:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7216:7216:0801/042242.742614:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7216:7216:0801/042242.742754:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7216:7237:0801/042242.743397:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7216:7237:0801/042242.743503:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7216:7237:0801/042242.743527:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7216:7237:0801/042242.743543:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7216:7237:0801/042242.743557:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7216:7237:0801/042242.743571:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_chat.tests.test_tour_wi18c_chat.TestTourWi18aErrorReportButton: Chrome headless failed to start: [7540:7561:0801/042243.920132:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7540:7561:0801/042243.926417:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7540:7561:0801/042243.926519:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7540:7561:0801/042243.926574:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7540:7540:0801/042243.938260:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7540:7561:0801/042243.957214:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7575:7575:0801/042243.963988:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7540:7561:0801/042243.989565:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7540:7540:0801/042244.029780:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7540:7561:0801/042244.029934:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7540:7540:0801/042244.029973:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7540:7561:0801/042244.030015:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7540:7561:0801/042244.030032:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7540:7561:0801/042244.030044:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7540:7561:0801/042244.030055:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7540:7561:0801/042244.030064:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_chat.tests.test_tour_wi18c_chat.TestTourWi18aFeedbackFlagModal: Chrome headless failed to start: [7852:7873:0801/042245.151338:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7852:7873:0801/042245.157675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7852:7873:0801/042245.157816:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7852:7873:0801/042245.157873:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7852:7852:0801/042245.173988:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7887:7887:0801/042245.186932:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7852:7873:0801/042245.189747:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7852:7873:0801/042245.230492:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7852:7852:0801/042245.299092:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7852:7852:0801/042245.299264:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7852:7873:0801/042245.299321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7852:7873:0801/042245.299363:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7852:7873:0801/042245.299391:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7852:7873:0801/042245.299406:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7852:7873:0801/042245.299420:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7852:7873:0801/042245.299435:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_chat.tests.test_tour_wi18c_chat.TestTourWi18aFeedbackThumbUp: Chrome headless failed to start: [7995:8018:0801/042245.987143:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7995:8018:0801/042245.995567:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7995:8018:0801/042245.996796:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7995:8018:0801/042245.996925:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7995:7995:0801/042246.014981:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7995:8018:0801/042246.034195:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8031:8031:0801/042246.044994:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7995:8018:0801/042246.084540:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7995:7995:0801/042246.139363:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7995:8018:0801/042246.139496:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7995:8018:0801/042246.139538:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7995:7995:0801/042246.139547:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7995:8018:0801/042246.139552:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7995:8018:0801/042246.139584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7995:8018:0801/042246.139596:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7995:8018:0801/042246.139607:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_chat.tests.test_tour_wi2_first_run_banner.TestTourWi2FirstRunBanner: Chrome headless failed to start: [8228:8249:0801/042246.995485:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8228:8249:0801/042247.003652:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8228:8249:0801/042247.003787:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8228:8249:0801/042247.003897:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8228:8228:0801/042247.017543:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8228:8249:0801/042247.038302:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8263:8263:0801/042247.040234:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8228:8249:0801/042247.088420:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8228:8228:0801/042247.147216:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8228:8249:0801/042247.147392:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8228:8249:0801/042247.147439:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8228:8249:0801/042247.147450:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8228:8249:0801/042247.147457:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8228:8228:0801/042247.147630:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [8228:8249:0801/042247.148187:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8228:8249:0801/042247.148218:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_expense.tests.test_expense_prefill_tour.TestExpensePrefillDraftTour: Chrome headless failed to start: [8456:8478:0801/042316.897512:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8456:8478:0801/042316.905596:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8456:8478:0801/042316.905918:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8456:8478:0801/042316.906045:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8456:8456:0801/042316.924479:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8490:8490:0801/042316.940931:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8456:8478:0801/042316.950400:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8456:8478:0801/042316.990023:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8456:8456:0801/042317.043697:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8456:8456:0801/042317.043892:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [8456:8478:0801/042317.044068:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8456:8478:0801/042317.044113:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8456:8478:0801/042317.044146:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8456:8478:0801/042317.044158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8456:8478:0801/042317.044169:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8456:8478:0801/042317.044179:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_hr.tests.test_cv_prefill_tour.TestCvPrefillDraftTour: Chrome headless failed to start: [8777:8798:0801/042341.901141:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_livechat.tests.test_tour_visitor_ai_agent.TestVisitorAIAgentTour: Chrome headless failed to start:
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_ops.tests.test_cockpit_tour.TestOpsCockpitTour: Chrome headless failed to start: [9172:9193:0801/042548.083399:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9172:9193:0801/042548.093963:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9172:9193:0801/042548.096962:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9172:9193:0801/042548.099360:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9172:9172:0801/042548.115674:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9207:9207:0801/042548.140476:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9172:9193:0801/042548.144261:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9172:9193:0801/042548.182687:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_search.tests.test_tour_wi18c_search.TestTourWi16AskAiFallback: Chrome headless failed to start: [9497:9518:0801/043024.674514:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9497:9518:0801/043024.681411:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9497:9518:0801/043024.681534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9497:9518:0801/043024.681646:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9497:9497:0801/043024.697927:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9497:9518:0801/043024.713970:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9533:9533:0801/043024.723733:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9497:9518:0801/043024.760534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9497:9497:0801/043024.805227:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9497:9518:0801/043024.805336:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9497:9518:0801/043024.805384:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9497:9518:0801/043024.805439:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9497:9518:0801/043024.805485:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9497:9518:0801/043024.805541:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9497:9518:0801/043024.805584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9497:9497:0801/043024.805626:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_search.tests.test_tour_wi18c_search.TestTourWi16AskAiHappyPath: Chrome headless failed to start: [9740:9761:0801/043025.726522:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9740:9761:0801/043025.735959:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9740:9761:0801/043025.736203:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9740:9761:0801/043025.740512:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9740:9740:0801/043025.752114:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9740:9761:0801/043025.778690:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9777:9777:0801/043025.792306:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9740:9761:0801/043025.822471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 12:05:49 WARNING
Subbuild # 400328: odoo.addons.viin_ai_search.tests.test_tour_wi2d_aggregation_narrate.TestTourWi2dAskAiAggregationNarrate: Chrome headless failed to start: [10055:10076:0801/043026.827198:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10055:10076:0801/043026.836704:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10055:10076:0801/043026.836870:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10055:10076:0801/043026.837430:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10055:10055:0801/043026.845995:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10055:10076:0801/043026.860499:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10090:10090:0801/043026.868158:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10055:10076:0801/043026.901775:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10055:10055:0801/043026.965886:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10055:10055:0801/043026.966091:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10055:10076:0801/043026.968995:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10055:10076:0801/043026.969045:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10055:10076:0801/043026.969059:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10055:10076:0801/043026.969067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10055:10076:0801/043026.969076:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10055:10076:0801/043026.969084:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:20:00 WARNING
Subbuild # 400329: odoo.addons.viin_business_trip.tests.test_business_trip_portal.TestBusinessTripPortal: Chrome headless failed to start:
08/01/2026 10:20:00 WARNING
Subbuild # 400329: odoo.addons.viin_customizer.tests.test_customizer_tour.TestCustomizerEditorTour: Chrome headless failed to start: [744:766:0801/031227.885319:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [744:766:0801/031227.892810:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [744:766:0801/031227.893009:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [744:766:0801/031227.893073:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [744:744:0801/031227.903925:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [744:766:0801/031227.923218:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [779:779:0801/031227.933139:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [744:766:0801/031227.974749:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [744:744:0801/031228.024172:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [744:766:0801/031228.024358:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [744:766:0801/031228.024397:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [744:766:0801/031228.024408:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [744:766:0801/031228.024417:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [744:766:0801/031228.024425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [744:766:0801/031228.024431:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [744:744:0801/031228.024463:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 10:20:00 WARNING
Subbuild # 400329: odoo.addons.viin_customizer.tests.test_customizer_tour.TestCustomizerEditorTour: Chrome headless failed to start: [1050:1071:0801/031229.038039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1050:1071:0801/031229.045189:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1050:1071:0801/031229.045310:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1050:1071:0801/031229.045387:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1050:1050:0801/031229.060698:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1050:1071:0801/031229.086772:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1084:1084:0801/031229.109515:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1050:1071:0801/031229.132436:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1050:1050:0801/031229.185359:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1050:1071:0801/031229.185478:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1050:1071:0801/031229.185527:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1050:1071:0801/031229.185583:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1050:1071:0801/031229.185632:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1050:1071:0801/031229.185678:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1050:1071:0801/031229.185729:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1050:1050:0801/031229.185780:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 10:20:00 WARNING
Subbuild # 400329: odoo.addons.viin_customizer.tests.test_customizer_tour.TestCustomizerEditorTour: Chrome headless failed to start:
08/01/2026 10:20:00 WARNING
Subbuild # 400329: odoo.addons.viin_customizer.tests.test_customizer_tour.TestCustomizerEditorTour: Chrome headless failed to start: [1436:1459:0801/031230.785949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1436:1459:0801/031230.802991:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1436:1459:0801/031230.804006:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1436:1459:0801/031230.804241:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1436:1436:0801/031230.806320:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1436:1459:0801/031230.828990:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1470:1470:0801/031230.835561:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1436:1459:0801/031230.887064:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:20:00 WARNING
Subbuild # 400329: odoo.addons.viin_customizer.tests.test_customizer_tour.TestCustomizerEditorTour: Chrome headless failed to start:
08/01/2026 10:20:00 WARNING
Subbuild # 400329: odoo.addons.viin_customizer.tests.test_customizer_tour.TestCustomizerEditorTour: Chrome headless failed to start: [1819:1841:0801/031232.583750:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 11:15:17 WARNING
Subbuild # 400330: odoo.addons.viin_fleet_planning.tests.test_board_optimise_tour.TestDispatchOptimiseTour: Chrome headless failed to start: [275:296:0801/031503.201274:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [275:296:0801/031503.215034:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [275:296:0801/031503.215191:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [275:296:0801/031503.216200:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [275:275:0801/031503.232519:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [275:296:0801/031503.256181:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [310:310:0801/031503.260424:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [275:296:0801/031503.288317:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 11:15:17 WARNING
Subbuild # 400330: odoo.addons.viin_fleet_planning.tests.test_dispatch_tour.TestDispatchDragDropTour: Chrome headless failed to start: [515:536:0801/031544.232845:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [515:536:0801/031544.240474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [515:536:0801/031544.240617:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [515:536:0801/031544.241502:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [515:515:0801/031544.253871:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [515:536:0801/031544.270557:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [549:549:0801/031544.277213:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [515:536:0801/031544.309952:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [515:515:0801/031544.371564:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [515:515:0801/031544.371729:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [515:536:0801/031544.371716:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [515:536:0801/031544.371776:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [515:536:0801/031544.371794:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [515:536:0801/031544.371808:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [515:536:0801/031544.371848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [515:536:0801/031544.371860:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 11:15:17 WARNING
Subbuild # 400330: odoo.addons.viin_fleet_planning.tests.test_driver_execution_tour.TestDriverExecutionTour: Chrome headless failed to start: [749:770:0801/031606.419749:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [749:770:0801/031606.428235:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [749:770:0801/031606.428410:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [749:770:0801/031606.428722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [749:749:0801/031606.447210:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [784:784:0801/031606.460140:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [749:770:0801/031606.464870:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [749:770:0801/031606.494185:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [749:749:0801/031606.570578:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [749:749:0801/031606.570741:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [749:770:0801/031606.573021:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [749:770:0801/031606.573144:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [749:770:0801/031606.573168:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [749:770:0801/031606.573178:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [749:770:0801/031606.573188:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [749:770:0801/031606.573199:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 11:15:17 WARNING
Subbuild # 400330: odoo.addons.viin_fleet_planning_map.tests.test_driver_map_tour.TestDriverMapTour: Chrome headless failed to start: [1057:1078:0801/031922.994712:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1057:1078:0801/031923.000134:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1057:1078:0801/031923.000769:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1057:1078:0801/031923.007672:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1057:1057:0801/031923.028650:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1094:1094:0801/031923.042979:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1057:1078:0801/031923.045657:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1057:1078:0801/031923.081697:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1057:1057:0801/031923.128635:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1057:1057:0801/031923.128809:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1057:1078:0801/031923.128856:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1057:1078:0801/031923.128903:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1057:1078:0801/031923.128919:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1057:1078:0801/031923.128930:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1057:1078:0801/031923.128940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1057:1078:0801/031923.128949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:45:56 WARNING
Subbuild # 400331: odoo.tests.form.onchange: Warnings Warning! Disabling this option will also uninstall the following modules Sale Product Configurators Tests Sale Matrix Warning! Disabling this option will also uninstall the following modules Purchase Matrix
08/01/2026 10:45:56 WARNING
Subbuild # 400331: odoo.tests.form.onchange: Warnings Warning! Disabling this option will also uninstall the following modules Sale Product Configurators Tests Sale Matrix Warning! Disabling this option will also uninstall the following modules Purchase Matrix
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.web.tests.test_click_everywhere.TestMenusAdminLight: Chrome headless failed to start: [573:596:0801/032159.213676:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [573:596:0801/032159.221462:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [573:596:0801/032159.221642:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [573:596:0801/032159.221722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [573:573:0801/032159.247559:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [573:596:0801/032159.264375:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [608:608:0801/032159.262173:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [573:596:0801/032159.294474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [573:573:0801/032159.361820:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [573:573:0801/032159.362002:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [573:596:0801/032159.363137:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [573:596:0801/032159.363193:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [573:596:0801/032159.363211:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [573:596:0801/032159.363221:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [573:596:0801/032159.363231:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [573:596:0801/032159.363241:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.web.tests.test_click_everywhere.TestMenusDemoLight: Chrome headless failed to start: [810:831:0801/032202.250920:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.web.tests.test_js.MobileWebSuite: Chrome headless failed to start: [1074:1095:0801/032208.418883:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.web.tests.test_js.WebSuite: Chrome headless failed to start: [1100:1121:0801/032208.671465:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1100:1121:0801/032208.682622:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1100:1121:0801/032208.682810:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1100:1121:0801/032208.682906:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1100:1100:0801/032208.703286:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1134:1134:0801/032208.714999:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1100:1121:0801/032208.725363:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1100:1121:0801/032208.761419:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.web_editor.tests.test_odoo_editor.TestOdooEditor: Chrome headless failed to start: [1436:1457:0801/032252.636344:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1436:1457:0801/032252.643502:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1436:1457:0801/032252.643692:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1436:1457:0801/032252.643813:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1436:1436:0801/032252.659961:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1436:1457:0801/032252.680978:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1471:1471:0801/032252.684690:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1436:1457:0801/032252.714618:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1436:1436:0801/032252.788521:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1436:1436:0801/032252.788656:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1436:1457:0801/032252.788737:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1436:1457:0801/032252.788795:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1436:1457:0801/032252.788811:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1436:1457:0801/032252.788827:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1436:1457:0801/032252.788838:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1436:1457:0801/032252.788848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_assets.TestWebAssets: Chrome headless failed to start: [1753:1774:0801/032256.197740:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1753:1774:0801/032256.209831:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1753:1774:0801/032256.210413:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1753:1774:0801/032256.210456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [1753:1753:0801/032256.235214:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [1789:1789:0801/032256.243902:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [1753:1774:0801/032256.257577:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1753:1774:0801/032256.306682:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1753:1753:0801/032256.355242:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [1753:1753:0801/032256.355429:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [1753:1774:0801/032256.356243:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1753:1774:0801/032256.356295:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1753:1774:0801/032256.356312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1753:1774:0801/032256.356328:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1753:1774:0801/032256.356343:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1753:1774:0801/032256.356357:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_attachment.TestWebsiteAttachment: Chrome headless failed to start: [2028:2050:0801/032321.851065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_client_action.TestClientAction: Chrome headless failed to start: [2269:2292:0801/032344.738980:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2269:2292:0801/032344.747822:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2269:2292:0801/032344.748039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2269:2292:0801/032344.748146:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2269:2269:0801/032344.760446:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2269:2292:0801/032344.778330:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2306:2306:0801/032344.789236:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2269:2292:0801/032344.814995:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2269:2269:0801/032344.886024:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2269:2269:0801/032344.886202:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2269:2292:0801/032344.886225:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2269:2292:0801/032344.886256:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2269:2292:0801/032344.886285:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2269:2292:0801/032344.886296:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2269:2292:0801/032344.886310:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2269:2292:0801/032344.886319:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_client_action.TestClientAction: Chrome headless failed to start: [2588:2609:0801/032345.900698:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2588:2609:0801/032345.911305:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2588:2609:0801/032345.911476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2588:2609:0801/032345.911766:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2588:2588:0801/032345.927304:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2623:2623:0801/032345.945577:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2588:2609:0801/032345.947317:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2588:2609:0801/032345.982183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_configurator.TestConfiguratorTranslation: Chrome headless failed to start: [2904:2925:0801/032402.502987:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2904:2925:0801/032402.510834:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2904:2925:0801/032402.512068:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2904:2925:0801/032402.512558:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2904:2904:0801/032402.528402:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [2939:2939:0801/032402.544472:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [2904:2925:0801/032402.548720:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2904:2925:0801/032402.581638:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2904:2904:0801/032402.634404:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2904:2925:0801/032402.634552:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2904:2925:0801/032402.634594:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2904:2925:0801/032402.634609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2904:2925:0801/032402.634622:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2904:2904:0801/032402.634623:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [2904:2925:0801/032402.634633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2904:2925:0801/032402.634644:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_custom_snippets.TestHttpCustomSnippet: Chrome headless failed to start: [3632:3653:0801/032520.162822:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3632:3653:0801/032520.170119:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3632:3653:0801/032520.170292:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3632:3653:0801/032520.170550:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3632:3632:0801/032520.184435:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3632:3653:0801/032520.200763:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3667:3667:0801/032520.200423:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3632:3653:0801/032520.265358:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3632:3632:0801/032520.311770:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3632:3632:0801/032520.311956:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3632:3653:0801/032520.312430:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3632:3653:0801/032520.312480:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3632:3653:0801/032520.312526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3632:3653:0801/032520.312539:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3632:3653:0801/032520.312551:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3632:3653:0801/032520.312568:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_grid_layout.TestWebsiteGridLayout: Chrome headless failed to start: [3956:3977:0801/032536.164931:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3956:3977:0801/032536.172150:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3956:3977:0801/032536.172389:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3956:3977:0801/032536.172589:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [3956:3956:0801/032536.183106:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [3956:3977:0801/032536.202751:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3992:3992:0801/032536.208334:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [3956:3977:0801/032536.226814:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3956:3956:0801/032536.301639:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [3956:3977:0801/032536.301761:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3956:3956:0801/032536.301814:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [3956:3977:0801/032536.301946:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3956:3977:0801/032536.301974:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3956:3977:0801/032536.301999:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3956:3977:0801/032536.302012:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [3956:3977:0801/032536.302024:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_grid_layout.TestWebsiteGridLayout: Chrome headless failed to start: [4265:4286:0801/032537.274260:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4265:4286:0801/032537.282474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4265:4286:0801/032537.282669:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4265:4286:0801/032537.282747:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4265:4265:0801/032537.298861:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4300:4300:0801/032537.312533:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4265:4286:0801/032537.318589:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4265:4286:0801/032537.373349:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4265:4265:0801/032537.428964:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4265:4286:0801/032537.429090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4265:4286:0801/032537.429138:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4265:4265:0801/032537.429162:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4265:4286:0801/032537.429163:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4265:4286:0801/032537.429194:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4265:4286:0801/032537.429210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4265:4286:0801/032537.429225:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_page_manager.TestWebsitePageManager: Chrome headless failed to start: [4630:4651:0801/032618.714100:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4630:4651:0801/032618.722197:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4630:4651:0801/032618.722400:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4630:4651:0801/032618.722490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4630:4630:0801/032618.735855:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4630:4651:0801/032618.755168:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4666:4666:0801/032618.768150:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4630:4651:0801/032618.784419:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4630:4630:0801/032618.830141:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4630:4630:0801/032618.830326:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4630:4651:0801/032618.830682:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4630:4651:0801/032618.830732:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4630:4651:0801/032618.830751:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4630:4651:0801/032618.830785:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4630:4651:0801/032618.830803:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4630:4651:0801/032618.830817:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_skip_website_configurator.TestAutomaticEditor: Chrome headless failed to start: [4961:4983:0801/032622.873752:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4961:4983:0801/032622.879293:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4961:4983:0801/032622.882517:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4961:4983:0801/032622.883722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [4961:4961:0801/032622.894332:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [4961:4983:0801/032622.911484:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4996:4996:0801/032622.911047:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [4961:4983:0801/032622.965748:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4961:4961:0801/032623.002837:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [4961:4983:0801/032623.002962:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4961:4983:0801/032623.002995:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4961:4983:0801/032623.003005:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4961:4961:0801/032623.003007:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [4961:4983:0801/032623.003013:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4961:4983:0801/032623.003038:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [4961:4983:0801/032623.003048:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [5268:5289:0801/032624.051459:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5268:5289:0801/032624.057888:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5268:5289:0801/032624.057987:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5268:5289:0801/032624.058026:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5268:5268:0801/032624.070695:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5268:5289:0801/032624.089151:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5303:5303:0801/032624.102269:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5268:5289:0801/032624.124030:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5268:5268:0801/032624.207106:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [5268:5268:0801/032624.207303:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [5268:5289:0801/032624.207453:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5268:5289:0801/032624.207500:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5268:5289:0801/032624.207521:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5268:5289:0801/032624.207532:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5268:5289:0801/032624.207547:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5268:5289:0801/032624.207563:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [5578:5599:0801/032625.243846:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5578:5599:0801/032625.251558:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5578:5599:0801/032625.251774:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5578:5599:0801/032625.251958:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5578:5578:0801/032625.264066:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5578:5599:0801/032625.290802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5613:5613:0801/032625.304156:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5578:5599:0801/032625.317359:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [5889:5910:0801/032630.391801:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5889:5910:0801/032630.399658:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/032630.399764:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5889:5910:0801/032630.399854:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [5889:5889:0801/032630.410969:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [5889:5910:0801/032630.435735:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5924:5924:0801/032630.466176:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [5889:5910:0801/032630.486119:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5889:0801/032630.537318:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [5889:5889:0801/032630.537480:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [5889:5910:0801/032630.537885:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/032630.537939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/032630.537959:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/032630.537971:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/032630.537982:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [5889:5910:0801/032630.538114:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [6194:6215:0801/032631.657718:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6194:6215:0801/032631.666223:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6194:6215:0801/032631.666463:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6194:6215:0801/032631.666755:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6194:6194:0801/032631.675661:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6228:6228:0801/032631.695613:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6194:6215:0801/032631.698675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6194:6215:0801/032631.728481:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [6513:6536:0801/032632.880710:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6513:6536:0801/032632.890670:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6513:6536:0801/032632.892827:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6513:6536:0801/032632.892924:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6513:6513:0801/032632.902416:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6513:6536:0801/032632.919595:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6548:6548:0801/032632.925814:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6513:6536:0801/032632.969042:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [6837:6858:0801/032634.085875:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6837:6858:0801/032634.092993:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6837:6858:0801/032634.096204:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6837:6858:0801/032634.101101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [6837:6837:0801/032634.112542:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [6837:6858:0801/032634.128921:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6873:6873:0801/032634.130570:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [6837:6858:0801/032634.169931:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6837:6837:0801/032634.218860:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [6837:6858:0801/032634.221183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6837:6858:0801/032634.221232:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6837:6858:0801/032634.221248:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6837:6858:0801/032634.221261:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6837:6858:0801/032634.221272:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [6837:6858:0801/032634.221283:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [7143:7164:0801/032635.172252:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7143:7164:0801/032635.179802:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7143:7164:0801/032635.179956:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7143:7164:0801/032635.180934:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7143:7143:0801/032635.200976:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7177:7177:0801/032635.223985:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7143:7164:0801/032635.224351:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7143:7164:0801/032635.273771:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7143:7143:0801/032635.324112:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7143:7164:0801/032635.324309:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7143:7164:0801/032635.324365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7143:7164:0801/032635.324385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7143:7164:0801/032635.324403:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7143:7164:0801/032635.324417:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7143:7164:0801/032635.324433:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7143:7143:0801/032635.324543:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [7461:7482:0801/032636.326247:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7461:7482:0801/032636.333136:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7461:7482:0801/032636.334121:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7461:7482:0801/032636.334199:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7461:7461:0801/032636.346011:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7461:7482:0801/032636.364090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7496:7496:0801/032636.385081:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7461:7482:0801/032636.407050:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7461:7461:0801/032636.464109:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7461:7461:0801/032636.464277:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7461:7482:0801/032636.464274:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7461:7482:0801/032636.464325:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7461:7482:0801/032636.464346:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7461:7482:0801/032636.464354:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7461:7482:0801/032636.464366:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7461:7482:0801/032636.464373:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [7779:7800:0801/032637.529707:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7779:7800:0801/032637.537649:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7779:7800:0801/032637.537873:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7779:7800:0801/032637.540322:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [7779:7779:0801/032637.552093:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [7779:7800:0801/032637.570536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7814:7814:0801/032637.571302:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [7779:7800:0801/032637.604284:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7779:7779:0801/032637.667173:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [7779:7800:0801/032637.667344:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7779:7779:0801/032637.667378:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [7779:7800:0801/032637.667385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7779:7800:0801/032637.667401:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7779:7800:0801/032637.667413:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7779:7800:0801/032637.667424:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [7779:7800:0801/032637.667436:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [8087:8108:0801/032638.703910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8087:8108:0801/032638.710935:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8087:8108:0801/032638.711143:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8087:8108:0801/032638.711243:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8087:8087:0801/032638.719944:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8087:8108:0801/032638.738779:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8122:8122:0801/032638.761241:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8087:8108:0801/032638.788591:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8087:8087:0801/032638.842555:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8087:8087:0801/032638.842744:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [8087:8108:0801/032638.843484:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8087:8108:0801/032638.843525:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8087:8108:0801/032638.843540:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8087:8108:0801/032638.843551:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8087:8108:0801/032638.843562:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8087:8108:0801/032638.843579:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [8392:8413:0801/032639.866011:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8392:8413:0801/032639.872356:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8392:8413:0801/032639.873216:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8392:8413:0801/032639.873279:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8392:8392:0801/032639.885610:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8427:8427:0801/032639.899443:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8392:8413:0801/032639.900443:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8392:8413:0801/032639.931448:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8392:8392:0801/032640.004542:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8392:8413:0801/032640.004665:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8392:8413:0801/032640.004708:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8392:8413:0801/032640.004722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8392:8413:0801/032640.004734:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8392:8413:0801/032640.004743:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8392:8392:0801/032640.004742:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [8392:8413:0801/032640.004761:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [8713:8735:0801/032641.016680:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8713:8735:0801/032641.022442:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8713:8735:0801/032641.024062:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8713:8735:0801/032641.026933:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [8713:8713:0801/032641.031759:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [8713:8735:0801/032641.051067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8748:8748:0801/032641.058751:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [8713:8735:0801/032641.078457:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8713:8713:0801/032641.127147:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [8713:8735:0801/032641.128440:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8713:8735:0801/032641.139416:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8713:8735:0801/032641.139465:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8713:8735:0801/032641.139477:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8713:8735:0801/032641.139494:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [8713:8735:0801/032641.139508:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [9026:9047:0801/032642.347433:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9026:9047:0801/032642.355367:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9026:9047:0801/032642.355530:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9026:9047:0801/032642.355584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9026:9026:0801/032642.369682:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9060:9060:0801/032642.387547:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9026:9047:0801/032642.389723:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9026:9047:0801/032642.424961:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [9344:9365:0801/032643.528247:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9344:9365:0801/032643.534714:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9344:9365:0801/032643.534889:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9344:9365:0801/032643.535049:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9344:9344:0801/032643.543216:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9344:9365:0801/032643.558449:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9379:9379:0801/032643.571850:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9344:9365:0801/032643.588155:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9344:9344:0801/032643.663870:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9344:9365:0801/032643.663971:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9344:9344:0801/032643.664002:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [9344:9365:0801/032643.664019:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9344:9365:0801/032643.664041:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9344:9365:0801/032643.664063:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9344:9365:0801/032643.664079:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9344:9365:0801/032643.664095:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [9664:9685:0801/032644.731749:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9664:9685:0801/032644.738467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9664:9685:0801/032644.739711:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9664:9685:0801/032644.740653:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9664:9664:0801/032644.754538:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [9664:9685:0801/032644.769845:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9699:9699:0801/032644.773349:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9664:9685:0801/032644.798334:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9664:9664:0801/032644.872040:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [9664:9664:0801/032644.872232:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [9664:9685:0801/032644.872695:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9664:9685:0801/032644.872775:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9664:9685:0801/032644.872797:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9664:9685:0801/032644.872809:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9664:9685:0801/032644.872821:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9664:9685:0801/032644.872833:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [9970:9991:0801/032645.871515:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9970:9991:0801/032645.879324:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9970:9991:0801/032645.879452:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9970:9991:0801/032645.880514:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [9970:9970:0801/032645.900281:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10004:10004:0801/032645.906723:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [9970:9991:0801/032645.918091:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [9970:9991:0801/032645.960888:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [10283:10304:0801/032647.096722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10283:10304:0801/032647.104730:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10283:10304:0801/032647.104877:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10283:10304:0801/032647.104957:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10283:10283:0801/032647.124532:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10319:10319:0801/032647.137055:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10283:10304:0801/032647.143524:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10283:10304:0801/032647.182435:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10283:10283:0801/032647.232505:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10283:10304:0801/032647.232666:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10283:10283:0801/032647.232700:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10283:10304:0801/032647.232718:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10283:10304:0801/032647.232738:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10283:10304:0801/032647.232754:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10283:10304:0801/032647.232767:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10283:10304:0801/032647.232781:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [10609:10630:0801/032648.376955:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10609:10630:0801/032648.384581:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10609:10630:0801/032648.384700:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10609:10630:0801/032648.384951:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10609:10609:0801/032648.400382:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10644:10644:0801/032648.416109:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10609:10630:0801/032648.418896:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10609:10630:0801/032648.472681:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10609:10609:0801/032648.513823:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10609:10609:0801/032648.513961:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10609:10630:0801/032648.514079:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10609:10630:0801/032648.515417:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10609:10630:0801/032648.515470:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10609:10630:0801/032648.515482:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10609:10630:0801/032648.515490:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10609:10630:0801/032648.515497:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [10935:10956:0801/032649.543117:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10935:10956:0801/032649.550953:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10935:10956:0801/032649.551254:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10935:10956:0801/032649.551474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [10935:10935:0801/032649.571382:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [10935:10956:0801/032649.588474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10969:10969:0801/032649.591597:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [10935:10956:0801/032649.616737:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10935:10935:0801/032649.702218:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [10935:10956:0801/032649.702360:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10935:10935:0801/032649.702424:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [10935:10956:0801/032649.702428:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10935:10956:0801/032649.702483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10935:10956:0801/032649.702502:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10935:10956:0801/032649.702519:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [10935:10956:0801/032649.702535:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [11255:11276:0801/032650.758574:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11255:11276:0801/032650.770691:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11255:11276:0801/032650.773348:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11255:11276:0801/032650.773435:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11255:11255:0801/032650.781460:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11255:11276:0801/032650.799088:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11289:11289:0801/032650.823430:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11255:11276:0801/032650.824909:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [11570:11591:0801/032652.083276:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11570:11591:0801/032652.090571:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11570:11591:0801/032652.092695:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11570:11591:0801/032652.093065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11570:11570:0801/032652.106545:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11570:11591:0801/032652.124829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11605:11605:0801/032652.129514:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11570:11591:0801/032652.170222:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11570:11570:0801/032652.221000:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [11570:11591:0801/032652.221153:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11570:11570:0801/032652.221183:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [11570:11591:0801/032652.221197:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11570:11591:0801/032652.221209:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11570:11591:0801/032652.221217:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11570:11591:0801/032652.221224:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11570:11591:0801/032652.221232:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_snippets.TestSnippets: Chrome headless failed to start: [11883:11904:0801/032653.236439:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11883:11904:0801/032653.240829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11883:11904:0801/032653.241002:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11883:11904:0801/032653.241291:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [11883:11883:0801/032653.255439:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [11883:11904:0801/032653.268945:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11918:11918:0801/032653.277999:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [11883:11904:0801/032653.296379:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11883:11883:0801/032653.361173:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [11883:11883:0801/032653.361323:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [11883:11904:0801/032653.361315:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11883:11904:0801/032653.361364:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11883:11904:0801/032653.361380:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11883:11904:0801/032653.361392:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11883:11904:0801/032653.361403:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [11883:11904:0801/032653.361414:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [12206:12227:0801/032658.237471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12206:12227:0801/032658.243386:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12206:12227:0801/032658.243876:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12206:12227:0801/032658.243942:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12206:12206:0801/032658.252142:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [12241:12241:0801/032658.274802:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [12206:12227:0801/032658.277060:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12206:12227:0801/032658.305812:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12206:12206:0801/032658.371936:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [12206:12227:0801/032658.372077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12206:12227:0801/032658.372125:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12206:12206:0801/032658.372126:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [12206:12227:0801/032658.372147:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12206:12227:0801/032658.372183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12206:12227:0801/032658.372195:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12206:12227:0801/032658.372206:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [12508:12529:0801/032701.533239:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [12750:12771:0801/032702.613825:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12750:12771:0801/032702.621568:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12750:12771:0801/032702.621821:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12750:12771:0801/032702.621985:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [12750:12750:0801/032702.633652:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [12750:12771:0801/032702.650547:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12784:12784:0801/032702.666097:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [12750:12771:0801/032702.681634:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12750:12750:0801/032702.736271:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [12750:12750:0801/032702.736453:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [12750:12771:0801/032702.758541:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12750:12771:0801/032702.758615:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12750:12771:0801/032702.758640:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12750:12771:0801/032702.758652:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12750:12771:0801/032702.758699:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [12750:12771:0801/032702.758720:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [13065:13087:0801/032704.745350:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13065:13087:0801/032704.750526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13065:13087:0801/032704.750941:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13065:13087:0801/032704.751055:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13065:13065:0801/032704.764036:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13065:13087:0801/032704.778192:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13100:13100:0801/032704.782613:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13065:13087:0801/032704.804542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13065:13065:0801/032704.877840:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [13065:13065:0801/032704.878035:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [13065:13087:0801/032704.878041:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13065:13087:0801/032704.878093:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13065:13087:0801/032704.878111:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13065:13087:0801/032704.878124:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13065:13087:0801/032704.878137:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13065:13087:0801/032704.878149:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [13371:13394:0801/032705.965634:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13371:13394:0801/032705.974238:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13371:13394:0801/032705.974759:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13371:13394:0801/032705.974838:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13371:13371:0801/032705.989422:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13405:13405:0801/032706.001591:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13371:13394:0801/032706.007658:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13371:13394:0801/032706.061527:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13371:13371:0801/032706.117796:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [13371:13371:0801/032706.118042:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [13371:13394:0801/032706.118085:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13371:13394:0801/032706.118123:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13371:13394:0801/032706.118145:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13371:13394:0801/032706.118161:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13371:13394:0801/032706.118175:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13371:13394:0801/032706.118190:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [13683:13704:0801/032707.260219:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13683:13704:0801/032707.264999:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13683:13704:0801/032707.265160:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13683:13704:0801/032707.265258:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13683:13683:0801/032707.276493:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13683:13704:0801/032707.293585:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13718:13718:0801/032707.299260:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13683:13704:0801/032707.317876:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13683:13683:0801/032707.390946:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [13683:13704:0801/032707.391071:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13683:13683:0801/032707.391123:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [13683:13704:0801/032707.391132:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13683:13704:0801/032707.391152:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13683:13704:0801/032707.391168:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13683:13704:0801/032707.391183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13683:13704:0801/032707.391197:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [13998:14019:0801/032708.440178:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13998:14019:0801/032708.445624:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13998:14019:0801/032708.448290:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13998:14019:0801/032708.449425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [13998:13998:0801/032708.460741:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [13998:14019:0801/032708.476228:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14033:14033:0801/032708.484234:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [13998:14019:0801/032708.502029:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13998:13998:0801/032708.575121:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [13998:13998:0801/032708.575301:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [13998:14019:0801/032708.577258:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13998:14019:0801/032708.577312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13998:14019:0801/032708.577330:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13998:14019:0801/032708.577340:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13998:14019:0801/032708.577349:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [13998:14019:0801/032708.577359:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [14320:14341:0801/032709.620863:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14320:14341:0801/032709.633474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14320:14341:0801/032709.633725:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14320:14341:0801/032709.634219:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14320:14320:0801/032709.645857:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [14355:14355:0801/032709.663051:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [14320:14341:0801/032709.664820:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14320:14341:0801/032709.699134:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [14632:14653:0801/032710.886590:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14632:14653:0801/032710.892997:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14632:14653:0801/032710.893103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14632:14653:0801/032710.893173:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14632:14632:0801/032710.906955:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [14632:14653:0801/032710.924004:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14667:14667:0801/032710.930745:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [14632:14653:0801/032710.970488:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [14950:14972:0801/032712.068401:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14950:14972:0801/032712.075838:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14950:14972:0801/032712.077642:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14950:14972:0801/032712.082488:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [14950:14950:0801/032712.087244:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [14950:14972:0801/032712.107653:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14987:14987:0801/032712.125950:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [14950:14972:0801/032712.172058:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14950:14950:0801/032712.226178:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [14950:14972:0801/032712.226325:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14950:14972:0801/032712.226400:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14950:14972:0801/032712.226423:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14950:14972:0801/032712.226438:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14950:14972:0801/032712.226453:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [14950:14972:0801/032712.226467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [15258:15280:0801/032716.520755:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15258:15280:0801/032716.527815:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15258:15280:0801/032716.528032:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15258:15280:0801/032716.528078:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15258:15258:0801/032716.546151:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15293:15293:0801/032716.568598:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15258:15280:0801/032716.569696:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15258:15280:0801/032716.601887:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15258:15258:0801/032716.668316:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [15258:15258:0801/032716.668516:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [15258:15280:0801/032716.668578:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15258:15280:0801/032716.668629:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15258:15280:0801/032716.668650:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15258:15280:0801/032716.668666:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15258:15280:0801/032716.668681:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15258:15280:0801/032716.668695:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [15576:15597:0801/032717.847867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15576:15597:0801/032717.855876:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15576:15597:0801/032717.856120:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15576:15597:0801/032717.856404:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15576:15576:0801/032717.865387:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15576:15597:0801/032717.886427:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15611:15611:0801/032717.893268:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15576:15597:0801/032717.932361:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15576:15576:0801/032718.006841:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [15576:15597:0801/032718.006970:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15576:15576:0801/032718.007026:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [15576:15597:0801/032718.007024:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15576:15597:0801/032718.007082:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15576:15597:0801/032718.007103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15576:15597:0801/032718.007119:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15576:15597:0801/032718.007144:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [15890:15911:0801/032719.106110:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15890:15911:0801/032719.113717:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15890:15911:0801/032719.113912:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15890:15911:0801/032719.114546:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [15890:15890:0801/032719.128369:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [15890:15911:0801/032719.146099:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [15924:15924:0801/032719.164338:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [15890:15911:0801/032719.191889:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [16199:16220:0801/032720.276367:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16199:16220:0801/032720.287642:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16199:16220:0801/032720.287786:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16199:16220:0801/032720.288081:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16199:16199:0801/032720.303619:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [16199:16220:0801/032720.318308:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16234:16234:0801/032720.336531:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [16199:16220:0801/032720.363382:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16199:16199:0801/032720.418049:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [16199:16199:0801/032720.418185:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [16199:16220:0801/032720.418176:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16199:16220:0801/032720.418230:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16199:16220:0801/032720.418252:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16199:16220:0801/032720.418269:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16199:16220:0801/032720.418286:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16199:16220:0801/032720.418301:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [16509:16530:0801/032721.448274:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16509:16530:0801/032721.456801:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16509:16530:0801/032721.457233:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16509:16530:0801/032721.457307:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16509:16509:0801/032721.471888:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [16509:16530:0801/032721.485825:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16543:16543:0801/032721.494190:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [16509:16530:0801/032721.517119:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16509:16509:0801/032721.592703:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [16509:16530:0801/032721.592816:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16509:16530:0801/032721.592848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16509:16530:0801/032721.592860:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16509:16509:0801/032721.592872:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [16509:16530:0801/032721.592876:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16509:16530:0801/032721.592900:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16509:16530:0801/032721.592910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [16821:16844:0801/032722.593391:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16821:16844:0801/032722.601784:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16821:16844:0801/032722.601978:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16821:16844:0801/032722.602062:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [16821:16821:0801/032722.617856:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [16821:16844:0801/032722.635207:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16856:16856:0801/032722.639987:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [16821:16844:0801/032722.676895:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16821:16821:0801/032722.731259:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [16821:16844:0801/032722.731384:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16821:16844:0801/032722.731427:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16821:16844:0801/032722.731441:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16821:16844:0801/032722.731455:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16821:16844:0801/032722.731467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16821:16844:0801/032722.731477:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [16821:16821:0801/032722.731510:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [17136:17157:0801/032723.773781:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17136:17157:0801/032723.781585:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17136:17157:0801/032723.781748:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17136:17157:0801/032723.781824:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17136:17136:0801/032723.804493:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [17136:17157:0801/032723.828160:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17171:17171:0801/032723.834235:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [17136:17157:0801/032723.878528:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17136:17136:0801/032723.927770:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [17136:17157:0801/032723.927999:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17136:17136:0801/032723.928045:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [17136:17157:0801/032723.928045:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17136:17157:0801/032723.928084:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17136:17157:0801/032723.928103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17136:17157:0801/032723.928119:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17136:17157:0801/032723.928135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [17368:17389:0801/032724.748073:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17368:17389:0801/032724.753531:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17368:17389:0801/032724.753803:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17368:17389:0801/032724.753870:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17368:17368:0801/032724.774002:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [17368:17389:0801/032724.790071:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17404:17404:0801/032724.799721:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [17368:17389:0801/032724.841499:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17368:17368:0801/032724.887691:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [17368:17368:0801/032724.887873:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [17368:17389:0801/032724.888332:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17368:17389:0801/032724.888383:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17368:17389:0801/032724.888398:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17368:17389:0801/032724.888409:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17368:17389:0801/032724.888419:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17368:17389:0801/032724.888429:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [17696:17717:0801/032725.971527:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17696:17717:0801/032725.977524:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17696:17717:0801/032725.977660:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17696:17717:0801/032725.978940:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [17696:17696:0801/032725.988333:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [17696:17717:0801/032726.008022:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17733:17733:0801/032726.016267:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [17696:17717:0801/032726.070195:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17696:17696:0801/032726.131157:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [17696:17717:0801/032726.131305:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17696:17717:0801/032726.131355:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17696:17696:0801/032726.131373:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [17696:17717:0801/032726.131375:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17696:17717:0801/032726.131434:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17696:17717:0801/032726.131452:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [17696:17717:0801/032726.131467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [18002:18023:0801/032727.216224:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18002:18023:0801/032727.225968:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18002:18023:0801/032727.226153:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18002:18023:0801/032727.226949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18002:18002:0801/032727.246846:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18037:18037:0801/032727.263834:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18002:18023:0801/032727.264137:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18002:18023:0801/032727.300347:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [18312:18333:0801/032728.365744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18312:18333:0801/032728.373163:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18312:18333:0801/032728.373355:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18312:18333:0801/032728.373609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18312:18312:0801/032728.391505:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18312:18333:0801/032728.416319:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18347:18347:0801/032728.427554:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18312:18333:0801/032728.471163:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [18630:18651:0801/032729.585660:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18630:18651:0801/032729.593952:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18630:18651:0801/032729.594651:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18630:18651:0801/032729.595502:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18630:18630:0801/032729.618540:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18665:18665:0801/032729.628868:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18630:18651:0801/032729.640034:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18630:18651:0801/032729.677844:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18630:18630:0801/032729.731963:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [18630:18630:0801/032729.732132:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [18630:18651:0801/032729.733968:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18630:18651:0801/032729.734019:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18630:18651:0801/032729.734035:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18630:18651:0801/032729.734046:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18630:18651:0801/032729.734056:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18630:18651:0801/032729.734065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [18950:18971:0801/032731.436575:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18950:18971:0801/032731.444446:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18950:18971:0801/032731.444600:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18950:18971:0801/032731.444694:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [18950:18950:0801/032731.458978:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [18985:18985:0801/032731.475399:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [18950:18971:0801/032731.479042:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18950:18971:0801/032731.512559:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18950:18950:0801/032731.589051:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [18950:18950:0801/032731.589257:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [18950:18971:0801/032731.590941:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18950:18971:0801/032731.591006:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18950:18971:0801/032731.591023:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18950:18971:0801/032731.591033:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18950:18971:0801/032731.591043:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [18950:18971:0801/032731.591054:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [19261:19283:0801/032732.675813:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19261:19283:0801/032732.684166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19261:19283:0801/032732.685563:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19261:19283:0801/032732.685608:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19261:19261:0801/032732.698008:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19261:19283:0801/032732.714223:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19298:19298:0801/032732.734055:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19261:19283:0801/032732.762071:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [19578:19599:0801/032733.906300:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19578:19599:0801/032733.915921:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19578:19599:0801/032733.916753:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19578:19599:0801/032733.916835:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19578:19578:0801/032733.930089:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19613:19613:0801/032733.943253:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19578:19599:0801/032733.958737:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19578:19599:0801/032734.001927:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19578:19578:0801/032734.053560:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [19578:19599:0801/032734.053683:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19578:19599:0801/032734.053724:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19578:19599:0801/032734.053738:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19578:19599:0801/032734.053750:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19578:19578:0801/032734.053752:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [19578:19599:0801/032734.053761:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19578:19599:0801/032734.053772:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [19892:19914:0801/032735.090204:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19892:19914:0801/032735.098316:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19892:19914:0801/032735.098719:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19892:19914:0801/032735.099071:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [19892:19892:0801/032735.112383:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [19927:19927:0801/032735.126028:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [19892:19914:0801/032735.131184:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19892:19914:0801/032735.179370:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19892:19892:0801/032735.223858:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [19892:19892:0801/032735.223991:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [19892:19914:0801/032735.224570:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19892:19914:0801/032735.224623:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19892:19914:0801/032735.224641:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19892:19914:0801/032735.224652:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19892:19914:0801/032735.224663:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [19892:19914:0801/032735.224673:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [20202:20223:0801/032736.312426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20202:20223:0801/032736.318775:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20202:20223:0801/032736.322657:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20202:20223:0801/032736.323944:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20202:20202:0801/032736.343202:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20237:20237:0801/032736.350515:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20202:20223:0801/032736.369336:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20202:20223:0801/032736.408511:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20202:20202:0801/032736.460795:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20202:20202:0801/032736.461017:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [20202:20223:0801/032736.462938:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20202:20223:0801/032736.463007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20202:20223:0801/032736.463018:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20202:20223:0801/032736.463026:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20202:20223:0801/032736.463033:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20202:20223:0801/032736.463040:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [20522:20543:0801/032737.478807:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20522:20543:0801/032737.486592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20522:20543:0801/032737.487426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20522:20543:0801/032737.487493:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20522:20522:0801/032737.516181:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20557:20557:0801/032737.521083:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20522:20543:0801/032737.533480:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20522:20543:0801/032737.571420:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20522:20522:0801/032737.627147:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20522:20522:0801/032737.627321:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [20522:20543:0801/032737.627654:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20522:20543:0801/032737.627701:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20522:20543:0801/032737.627722:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20522:20543:0801/032737.627744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20522:20543:0801/032737.627760:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20522:20543:0801/032737.627776:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [20848:20869:0801/032738.698003:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20848:20869:0801/032738.706554:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20848:20869:0801/032738.706702:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20848:20869:0801/032738.706927:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [20848:20848:0801/032738.724409:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [20885:20885:0801/032738.740017:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [20848:20869:0801/032738.742885:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20848:20869:0801/032738.784763:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20848:20848:0801/032738.844880:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [20848:20869:0801/032738.845019:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20848:20869:0801/032738.845066:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20848:20869:0801/032738.845082:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20848:20848:0801/032738.845084:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [20848:20869:0801/032738.845094:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20848:20869:0801/032738.845106:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [20848:20869:0801/032738.845117:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [21164:21185:0801/032739.911842:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21164:21185:0801/032739.919822:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21164:21185:0801/032739.920158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21164:21185:0801/032739.921131:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21164:21164:0801/032739.959125:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [21164:21185:0801/032739.982093:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21199:21199:0801/032740.000092:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [21164:21185:0801/032740.014085:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [21716:21737:0801/032742.375499:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21716:21737:0801/032742.382219:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21716:21737:0801/032742.382544:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21716:21737:0801/032742.382633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21716:21716:0801/032742.401508:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [21716:21737:0801/032742.424355:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21751:21751:0801/032742.424971:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [21716:21737:0801/032742.461581:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21716:21716:0801/032742.521948:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [21716:21737:0801/032742.522693:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21716:21737:0801/032742.522734:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21716:21737:0801/032742.522745:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21716:21737:0801/032742.522753:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21716:21716:0801/032742.522764:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [21716:21737:0801/032742.522769:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21716:21737:0801/032742.523703:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [21954:21975:0801/032743.448362:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21954:21975:0801/032743.455403:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21954:21975:0801/032743.455902:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21954:21975:0801/032743.455974:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [21954:21954:0801/032743.470918:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [21954:21975:0801/032743.483543:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21989:21989:0801/032743.486814:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [21954:21975:0801/032743.518472:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21954:21954:0801/032743.607343:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [21954:21954:0801/032743.607479:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [21954:21975:0801/032743.607473:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21954:21975:0801/032743.607520:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21954:21975:0801/032743.607535:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21954:21975:0801/032743.607563:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21954:21975:0801/032743.607575:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [21954:21975:0801/032743.607586:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [22275:22297:0801/032744.643561:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22275:22297:0801/032744.652501:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22275:22297:0801/032744.652646:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22275:22297:0801/032744.652715:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22275:22275:0801/032744.666319:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [22275:22297:0801/032744.680400:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22311:22311:0801/032744.681611:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [22275:22297:0801/032744.705680:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22275:22275:0801/032744.774746:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [22275:22297:0801/032744.774915:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22275:22275:0801/032744.774967:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [22275:22297:0801/032744.774975:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22275:22297:0801/032744.774992:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22275:22297:0801/032744.775004:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22275:22297:0801/032744.775014:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22275:22297:0801/032744.775023:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [22591:22614:0801/032745.874360:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22591:22614:0801/032745.885616:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22591:22614:0801/032745.886365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22591:22614:0801/032745.886589:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22591:22591:0801/032745.892863:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [22591:22614:0801/032745.914089:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22627:22627:0801/032745.923139:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [22591:22614:0801/032745.962334:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22591:22591:0801/032746.005224:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [22591:22591:0801/032746.005378:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [22591:22614:0801/032746.005408:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22591:22614:0801/032746.005458:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22591:22614:0801/032746.005503:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22591:22614:0801/032746.005515:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22591:22614:0801/032746.005526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22591:22614:0801/032746.005536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [22822:22843:0801/032746.869617:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22822:22843:0801/032746.875430:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22822:22843:0801/032746.875554:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22822:22843:0801/032746.875598:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [22822:22822:0801/032746.887996:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [22822:22843:0801/032746.907007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22857:22857:0801/032746.917374:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [22822:22843:0801/032746.931368:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22822:22822:0801/032747.002059:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [22822:22822:0801/032747.002259:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [22822:22843:0801/032747.002321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22822:22843:0801/032747.002387:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22822:22843:0801/032747.002407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22822:22843:0801/032747.002418:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22822:22843:0801/032747.002428:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [22822:22843:0801/032747.002438:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [23135:23156:0801/032748.085690:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23135:23156:0801/032748.096445:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23135:23156:0801/032748.096561:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23135:23156:0801/032748.096632:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23135:23135:0801/032748.105335:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [23135:23156:0801/032748.119107:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23170:23170:0801/032748.126148:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [23135:23156:0801/032748.171600:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [23452:23473:0801/032749.200115:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23452:23473:0801/032749.207613:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23452:23473:0801/032749.207872:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23452:23473:0801/032749.207932:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23452:23452:0801/032749.223453:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [23452:23473:0801/032749.237022:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23487:23487:0801/032749.248584:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [23452:23473:0801/032749.274090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23452:23452:0801/032749.318520:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [23452:23452:0801/032749.318678:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [23452:23473:0801/032749.319313:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23452:23473:0801/032749.319476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23452:23473:0801/032749.319514:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23452:23473:0801/032749.319526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23452:23473:0801/032749.319536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23452:23473:0801/032749.319545:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [23764:23785:0801/032750.317999:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23764:23785:0801/032750.325595:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23764:23785:0801/032750.325872:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23764:23785:0801/032750.325945:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [23764:23764:0801/032750.346606:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [23798:23798:0801/032750.356171:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [23764:23785:0801/032750.367159:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23764:23785:0801/032750.401748:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23764:23764:0801/032750.462432:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [23764:23785:0801/032750.462549:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23764:23785:0801/032750.462592:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23764:23764:0801/032750.462606:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [23764:23785:0801/032750.462609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23764:23785:0801/032750.462644:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23764:23785:0801/032750.462655:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [23764:23785:0801/032750.462674:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [24078:24099:0801/032751.533491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24078:24099:0801/032751.541230:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24078:24099:0801/032751.541697:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24078:24099:0801/032751.541788:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24078:24078:0801/032751.552915:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24113:24113:0801/032751.568178:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24078:24099:0801/032751.570448:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24078:24099:0801/032751.596613:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24078:24078:0801/032751.671878:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24078:24099:0801/032751.672013:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24078:24078:0801/032751.672038:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [24078:24099:0801/032751.672054:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24078:24099:0801/032751.672077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24078:24099:0801/032751.672095:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24078:24099:0801/032751.672111:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24078:24099:0801/032751.672127:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [24397:24418:0801/032752.693621:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [24635:24656:0801/032753.702388:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24635:24656:0801/032753.711476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24635:24656:0801/032753.711711:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24635:24656:0801/032753.711815:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24635:24635:0801/032753.731128:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24635:24656:0801/032753.750101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24671:24671:0801/032753.749137:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24635:24656:0801/032753.786065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24635:24635:0801/032753.828622:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24635:24656:0801/032753.828805:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24635:24656:0801/032753.828851:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24635:24635:0801/032753.828858:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [24635:24656:0801/032753.828867:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24635:24656:0801/032753.828903:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24635:24656:0801/032753.828915:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24635:24656:0801/032753.828925:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [24943:24964:0801/032755.087230:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24943:24964:0801/032755.094970:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24943:24964:0801/032755.097472:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24943:24964:0801/032755.097530:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [24943:24943:0801/032755.109381:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [24943:24964:0801/032755.126073:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24977:24977:0801/032755.138706:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [24943:24964:0801/032755.177116:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24943:24943:0801/032755.225684:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [24943:24943:0801/032755.225861:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [24943:24964:0801/032755.225976:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24943:24964:0801/032755.226025:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24943:24964:0801/032755.226040:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24943:24964:0801/032755.226050:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24943:24964:0801/032755.226061:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [24943:24964:0801/032755.226071:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [25267:25288:0801/032756.240283:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25267:25288:0801/032756.246265:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25267:25288:0801/032756.246905:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25267:25288:0801/032756.247975:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25267:25267:0801/032756.260364:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25267:25288:0801/032756.277417:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25302:25302:0801/032756.283116:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25267:25288:0801/032756.305109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25267:25267:0801/032756.385429:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25267:25267:0801/032756.385556:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [25267:25288:0801/032756.385681:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25267:25288:0801/032756.385732:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25267:25288:0801/032756.385748:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25267:25288:0801/032756.385760:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25267:25288:0801/032756.385781:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25267:25288:0801/032756.385791:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [25581:25602:0801/032757.430347:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25581:25602:0801/032757.437962:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25581:25602:0801/032757.440275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25581:25602:0801/032757.440335:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25581:25581:0801/032757.457341:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25581:25602:0801/032757.479320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25616:25616:0801/032757.504279:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25581:25602:0801/032757.508745:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25581:25581:0801/032757.576112:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25581:25581:0801/032757.576291:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [25581:25602:0801/032757.576482:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25581:25602:0801/032757.576516:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25581:25602:0801/032757.576527:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25581:25602:0801/032757.576534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25581:25602:0801/032757.576541:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25581:25602:0801/032757.576548:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [25890:25911:0801/032815.254938:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25890:25911:0801/032815.263443:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25890:25911:0801/032815.263923:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25890:25911:0801/032815.263987:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [25890:25890:0801/032815.283349:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [25890:25911:0801/032815.302452:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25925:25925:0801/032815.303746:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [25890:25911:0801/032815.365831:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25890:25890:0801/032815.410981:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [25890:25890:0801/032815.411159:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [25890:25911:0801/032815.411164:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25890:25911:0801/032815.411210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25890:25911:0801/032815.411231:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25890:25911:0801/032815.411247:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25890:25911:0801/032815.411264:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [25890:25911:0801/032815.411430:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [26197:26218:0801/032816.542705:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26197:26218:0801/032816.549873:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26197:26218:0801/032816.550445:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26197:26218:0801/032816.550981:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26197:26197:0801/032816.563106:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [26197:26218:0801/032816.581073:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26232:26232:0801/032816.583585:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [26197:26218:0801/032816.614637:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26197:26197:0801/032816.694296:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [26197:26197:0801/032816.694540:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [26197:26218:0801/032816.695498:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26197:26218:0801/032816.695546:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26197:26218:0801/032816.695558:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26197:26218:0801/032816.695569:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26197:26218:0801/032816.695581:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26197:26218:0801/032816.695588:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [26502:26523:0801/032817.701335:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26502:26523:0801/032817.709105:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26502:26523:0801/032817.709420:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26502:26523:0801/032817.709530:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [26502:26502:0801/032817.719893:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [26502:26523:0801/032817.742774:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26536:26536:0801/032817.750945:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [26502:26523:0801/032817.784052:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26502:26502:0801/032817.840326:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [26502:26502:0801/032817.840523:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [26502:26523:0801/032817.841738:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26502:26523:0801/032817.841791:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26502:26523:0801/032817.841810:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26502:26523:0801/032817.841821:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26502:26523:0801/032817.841898:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [26502:26523:0801/032817.841917:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [26808:26829:0801/032818.844286:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUi: Chrome headless failed to start: [27047:27068:0801/032819.951536:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27047:27068:0801/032819.961657:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27047:27068:0801/032819.961811:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27047:27068:0801/032819.961875:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27047:27047:0801/032819.974292:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27047:27068:0801/032819.993635:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27084:27084:0801/032819.994617:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27047:27068:0801/032820.021846:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27047:27047:0801/032820.098983:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [27047:27047:0801/032820.099157:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [27047:27068:0801/032820.099890:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27047:27068:0801/032820.099942:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27047:27068:0801/032820.099964:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27047:27068:0801/032820.099975:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27047:27068:0801/032820.099985:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27047:27068:0801/032820.099995:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUiHtmlEditor: Chrome headless failed to start: [27365:27386:0801/032825.723230:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27365:27386:0801/032825.728040:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27365:27386:0801/032825.728547:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27365:27386:0801/032825.729612:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27365:27365:0801/032825.740643:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27365:27386:0801/032825.756509:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27400:27400:0801/032825.765112:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27365:27386:0801/032825.782263:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27365:27365:0801/032825.832362:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [27365:27365:0801/032825.832507:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [27365:27386:0801/032825.832684:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27365:27386:0801/032825.858560:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27365:27386:0801/032825.858596:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27365:27386:0801/032825.858609:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27365:27386:0801/032825.858620:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27365:27386:0801/032825.858632:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUiHtmlEditor: Chrome headless failed to start: [27673:27694:0801/032826.951039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27673:27694:0801/032826.959086:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27673:27694:0801/032826.963022:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27673:27694:0801/032826.963098:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27673:27673:0801/032826.977073:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27708:27708:0801/032827.001206:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27673:27694:0801/032827.002264:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27673:27694:0801/032827.067428:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUiHtmlEditor: Chrome headless failed to start: [27984:28005:0801/032828.460481:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27984:28005:0801/032828.468958:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [27984:28005:0801/032828.469215:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27984:28005:0801/032828.469289:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [27984:27984:0801/032828.483004:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [27984:28005:0801/032828.500978:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28019:28019:0801/032828.502565:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [27984:28005:0801/032828.558829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUiHtmlEditor: Chrome headless failed to start: [28290:28311:0801/032829.725340:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28290:28311:0801/032829.735537:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28290:28311:0801/032829.735861:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28290:28311:0801/032829.735926:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28290:28290:0801/032829.748142:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [28290:28311:0801/032829.764903:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28325:28325:0801/032829.776270:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [28290:28311:0801/032829.790721:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28290:28290:0801/032829.864254:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [28290:28290:0801/032829.864374:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [28290:28311:0801/032829.864496:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28290:28311:0801/032829.864553:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28290:28311:0801/032829.864576:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28290:28311:0801/032829.864588:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28290:28311:0801/032829.864599:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28290:28311:0801/032829.864615:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUiTranslate: Chrome headless failed to start: [28604:28625:0801/032830.994706:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28604:28625:0801/032831.004146:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28604:28625:0801/032831.004514:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28604:28625:0801/032831.004628:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [28604:28604:0801/032831.016214:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [28604:28625:0801/032831.035519:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28639:28639:0801/032831.067973:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [28604:28625:0801/032831.076765:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28604:28604:0801/032831.128117:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [28604:28604:0801/032831.128277:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [28604:28625:0801/032831.128415:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28604:28625:0801/032831.128462:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28604:28625:0801/032831.128485:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28604:28625:0801/032831.128503:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28604:28625:0801/032831.128520:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [28604:28625:0801/032831.128532:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUiTranslate: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUiTranslate: Chrome headless failed to start: [29063:29085:0801/032843.431543:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29063:29085:0801/032843.438185:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29063:29085:0801/032843.438405:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29063:29085:0801/032843.446696:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29063:29063:0801/032843.459282:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [29063:29085:0801/032843.478245:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29098:29098:0801/032843.482719:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [29063:29085:0801/032843.509984:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_ui.TestUiTranslate: Chrome headless failed to start: [29364:29385:0801/032848.289343:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29364:29385:0801/032848.298740:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29364:29385:0801/032848.298964:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29364:29385:0801/032848.299032:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29364:29364:0801/032848.313612:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [29364:29385:0801/032848.331197:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29399:29399:0801/032848.332475:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [29364:29385:0801/032848.383210:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29364:29364:0801/032848.431243:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [29364:29385:0801/032848.431366:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29364:29364:0801/032848.431382:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [29364:29385:0801/032848.431414:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29364:29385:0801/032848.431426:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29364:29385:0801/032848.431434:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29364:29385:0801/032848.431442:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29364:29385:0801/032848.431449:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_unsplash_beacon.TestUnsplashBeacon: Chrome headless failed to start: [29684:29706:0801/032849.569092:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29684:29706:0801/032849.576103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29684:29706:0801/032849.577619:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29684:29706:0801/032849.577747:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [29684:29684:0801/032849.588800:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [29684:29706:0801/032849.605160:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29719:29719:0801/032849.613478:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [29684:29706:0801/032849.664991:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29684:29684:0801/032849.719994:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [29684:29684:0801/032849.720156:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [29684:29706:0801/032849.720127:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29684:29706:0801/032849.721267:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29684:29706:0801/032849.721312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29684:29706:0801/032849.721326:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29684:29706:0801/032849.721338:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [29684:29706:0801/032849.721348:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_website_form_editor.TestWebsiteFormEditor: Chrome headless failed to start: [30010:30031:0801/032913.309873:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30010:30031:0801/032913.317361:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30010:30031:0801/032913.317652:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30010:30031:0801/032913.317710:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30010:30010:0801/032913.328890:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [30010:30031:0801/032913.347389:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30045:30045:0801/032913.349164:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [30010:30031:0801/032913.380165:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30010:30010:0801/032913.424880:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [30010:30010:0801/032913.425046:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [30010:30031:0801/032913.425065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30010:30031:0801/032913.425272:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30010:30031:0801/032913.425296:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30010:30031:0801/032913.425309:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30010:30031:0801/032913.425321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30010:30031:0801/032913.425333:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_website_form_editor.TestWebsiteFormEditor: Chrome headless failed to start: [30320:30341:0801/032914.406839:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30320:30341:0801/032914.413819:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30320:30341:0801/032914.414127:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30320:30341:0801/032914.414295:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30320:30320:0801/032914.425862:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [30320:30341:0801/032914.442703:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30354:30354:0801/032914.442842:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [30320:30341:0801/032914.476925:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30320:30320:0801/032914.522773:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [30320:30320:0801/032914.522942:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [30320:30341:0801/032914.523131:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30320:30341:0801/032914.523183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30320:30341:0801/032914.523218:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30320:30341:0801/032914.523235:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30320:30341:0801/032914.523247:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30320:30341:0801/032914.523288:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_website_form_editor.TestWebsiteFormEditor: Chrome headless failed to start: [30623:30644:0801/032915.603622:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30623:30644:0801/032915.611650:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30623:30644:0801/032915.612014:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30623:30644:0801/032915.612151:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30623:30623:0801/032915.625358:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [30623:30644:0801/032915.645748:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30658:30658:0801/032915.648165:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [30623:30644:0801/032915.684709:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_website_form_editor.TestWebsiteFormEditor: Chrome headless failed to start: [30925:30946:0801/032917.062146:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30925:30946:0801/032917.069806:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30925:30946:0801/032917.069921:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30925:30946:0801/032917.070326:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [30925:30925:0801/032917.086914:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [30925:30946:0801/032917.109925:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30960:30960:0801/032917.114714:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [30925:30946:0801/032917.162314:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30925:30925:0801/032917.221954:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [30925:30925:0801/032917.222119:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [30925:30946:0801/032917.222233:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30925:30946:0801/032917.222280:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30925:30946:0801/032917.222295:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30925:30946:0801/032917.222311:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30925:30946:0801/032917.222321:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [30925:30946:0801/032917.222335:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_website_form_editor.TestWebsiteFormEditor: Chrome headless failed to start: [31244:31267:0801/032918.225388:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31244:31267:0801/032918.233039:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31244:31267:0801/032918.233631:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31244:31267:0801/032918.233929:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31244:31244:0801/032918.244741:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [31279:31279:0801/032918.259921:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [31244:31267:0801/032918.262823:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31244:31267:0801/032918.296638:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31244:31244:0801/032918.330919:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [31244:31267:0801/032918.331015:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31244:31244:0801/032918.331038:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [31244:31267:0801/032918.331067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31244:31267:0801/032918.331094:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31244:31267:0801/032918.331113:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31244:31267:0801/032918.331125:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31244:31267:0801/032918.331138:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_website_form_editor.TestWebsiteFormEditor: Chrome headless failed to start: [31556:31577:0801/032919.376045:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31556:31577:0801/032919.382201:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31556:31577:0801/032919.382404:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31556:31577:0801/032919.383583:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31556:31556:0801/032919.396034:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [31591:31591:0801/032919.407563:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [31556:31577:0801/032919.414117:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31556:31577:0801/032919.468941:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31556:31556:0801/032919.515697:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [31556:31556:0801/032919.515862:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [31556:31577:0801/032919.516194:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31556:31577:0801/032919.516242:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31556:31577:0801/032919.516265:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31556:31577:0801/032919.516304:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31556:31577:0801/032919.516323:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31556:31577:0801/032919.516336:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_website_form_editor.TestWebsiteFormEditor: Chrome headless failed to start: [31867:31889:0801/032920.590640:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31867:31889:0801/032920.597475:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31867:31889:0801/032920.598282:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31867:31889:0801/032920.598407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [31867:31867:0801/032920.607957:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [31867:31889:0801/032920.632424:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31902:31902:0801/032920.633156:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [31867:31889:0801/032920.678409:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31867:31867:0801/032920.730549:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [31867:31889:0801/032920.730834:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31867:31889:0801/032920.730879:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31867:31889:0801/032920.730896:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31867:31889:0801/032920.730910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31867:31867:0801/032920.730912:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [31867:31889:0801/032920.730924:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [31867:31889:0801/032920.731243:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_website_form_editor.TestWebsiteFormEditor: Chrome headless failed to start: [32183:32204:0801/032921.796317:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32183:32204:0801/032921.802588:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32183:32204:0801/032921.804405:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32183:32204:0801/032921.804542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32183:32183:0801/032921.818902:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [32218:32218:0801/032921.833397:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [32183:32204:0801/032921.838499:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32183:32204:0801/032921.887120:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32183:32183:0801/032921.938969:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [32183:32204:0801/032921.939081:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32183:32204:0801/032921.939123:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32183:32183:0801/032921.939133:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [32183:32204:0801/032921.939138:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32183:32204:0801/032921.939154:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32183:32204:0801/032921.939166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32183:32204:0801/032921.939178:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website.tests.test_website_reset_password.TestWebsiteResetPassword: Chrome headless failed to start: [32498:32520:0801/032926.010141:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32498:32520:0801/032926.017548:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32498:32520:0801/032926.017679:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32498:32520:0801/032926.017745:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32498:32498:0801/032926.031073:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [32534:32534:0801/032926.046159:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [32498:32520:0801/032926.048014:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32498:32520:0801/032926.083080:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32498:32498:0801/032926.134478:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [32498:32520:0801/032926.134605:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32498:32498:0801/032926.134652:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [32498:32520:0801/032926.134653:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32498:32520:0801/032926.134675:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32498:32520:0801/032926.134693:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32498:32520:0801/032926.134708:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32498:32520:0801/032926.134724:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_blog.tests.test_ui.TestWebsiteBlogUi: Chrome headless failed to start: [32849:32871:0801/033005.022230:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32849:32871:0801/033005.027750:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32849:32871:0801/033005.027832:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32849:32871:0801/033005.027968:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [32849:32849:0801/033005.041487:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [32849:32871:0801/033005.057832:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32885:32885:0801/033005.060970:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [32849:32871:0801/033005.085616:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32849:32849:0801/033005.125859:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [32849:32871:0801/033005.125993:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32849:32849:0801/033005.126041:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [32849:32871:0801/033005.126252:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32849:32871:0801/033005.126293:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32849:32871:0801/033005.126312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32849:32871:0801/033005.126329:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [32849:32871:0801/033005.126345:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_blog.tests.test_ui.TestWebsiteBlogUi: Chrome headless failed to start: [33158:33180:0801/033009.301932:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33158:33180:0801/033009.308523:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33158:33180:0801/033009.308633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33158:33180:0801/033009.308690:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33158:33158:0801/033009.319429:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [33158:33180:0801/033009.336439:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33193:33193:0801/033009.367816:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [33158:33180:0801/033009.379868:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33158:33158:0801/033009.424101:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [33158:33180:0801/033009.424216:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33158:33158:0801/033009.424263:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [33158:33180:0801/033009.424342:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33158:33180:0801/033009.424364:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33158:33180:0801/033009.424379:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33158:33180:0801/033009.424396:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33158:33180:0801/033009.424409:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_blog.tests.test_ui.TestWebsiteBlogUi: Chrome headless failed to start: [33465:33486:0801/033015.148257:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33465:33486:0801/033015.153372:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33465:33486:0801/033015.153685:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33465:33486:0801/033015.153839:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33465:33465:0801/033015.163840:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [33465:33486:0801/033015.178577:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33499:33499:0801/033015.193135:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [33465:33486:0801/033015.207762:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33465:33465:0801/033015.270360:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [33465:33486:0801/033015.270505:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33465:33465:0801/033015.270520:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [33465:33486:0801/033015.270553:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33465:33486:0801/033015.270576:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33465:33486:0801/033015.270589:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33465:33486:0801/033015.270604:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33465:33486:0801/033015.270621:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_blog.tests.test_ui.TestWebsiteBlogUi: Chrome headless failed to start: [33780:33801:0801/033019.533840:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33780:33801:0801/033019.540541:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33780:33801:0801/033019.540656:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33780:33801:0801/033019.540708:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [33780:33780:0801/033019.565604:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [33814:33814:0801/033019.574079:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [33780:33801:0801/033019.581735:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33780:33801:0801/033019.620530:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33780:33780:0801/033019.672529:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [33780:33801:0801/033019.672656:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33780:33801:0801/033019.672708:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33780:33780:0801/033019.672717:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [33780:33801:0801/033019.672729:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33780:33801:0801/033019.672746:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33780:33801:0801/033019.672762:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [33780:33801:0801/033019.672776:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_crm.tests.test_website_crm.TestWebsiteCrm: Chrome headless failed to start: [34079:34100:0801/033020.883368:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34079:34100:0801/033020.892939:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34079:34100:0801/033020.893239:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34079:34100:0801/033020.893355:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34079:34079:0801/033020.905986:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [34079:34100:0801/033020.925763:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34115:34115:0801/033020.936258:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [34079:34100:0801/033020.971140:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_crm.tests.test_website_crm.TestWebsiteCrm: Chrome headless failed to start: [34379:34400:0801/033021.994131:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34379:34400:0801/033022.000669:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34379:34400:0801/033022.000915:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34379:34400:0801/033022.001754:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34379:34379:0801/033022.016258:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [34379:34400:0801/033022.029949:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34415:34415:0801/033022.038298:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [34379:34400:0801/033022.077792:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34379:34379:0801/033022.126147:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [34379:34379:0801/033022.126280:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [34379:34400:0801/033022.126327:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34379:34400:0801/033022.126407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34379:34400:0801/033022.126425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34379:34400:0801/033022.126438:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34379:34400:0801/033022.126449:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34379:34400:0801/033022.126477:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_crm_partner_assign.tests.test_partner_assign.TestPublish: Chrome headless failed to start: [34730:34751:0801/033038.175000:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34730:34751:0801/033038.179913:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34730:34751:0801/033038.180701:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34730:34751:0801/033038.180826:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [34730:34730:0801/033038.193148:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [34730:34751:0801/033038.208759:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34765:34765:0801/033038.221729:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [34730:34751:0801/033038.232989:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34730:34730:0801/033038.307195:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [34730:34751:0801/033038.307329:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34730:34730:0801/033038.307373:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [34730:34751:0801/033038.307380:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34730:34751:0801/033038.307402:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34730:34751:0801/033038.307422:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34730:34751:0801/033038.307432:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [34730:34751:0801/033038.307443:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_crm_partner_assign.tests.test_partner_assign.TestPublish: Chrome headless failed to start: [35053:35074:0801/033039.561194:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35053:35074:0801/033039.568541:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35053:35074:0801/033039.568665:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35053:35074:0801/033039.568756:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35053:35053:0801/033039.581037:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [35053:35074:0801/033039.597986:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35053:35074:0801/033039.618610:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35089:35089:0801/033039.660835:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [35053:35053:0801/033039.699200:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [35053:35074:0801/033039.699638:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35053:35053:0801/033039.699684:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_crm_partner_assign.tests.test_partner_assign.TestPublish: Chrome headless failed to start: [35369:35390:0801/033041.005169:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35369:35390:0801/033041.013474:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35369:35390:0801/033041.014931:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35369:35390:0801/033041.015627:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35369:35369:0801/033041.028760:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [35404:35404:0801/033041.040359:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [35369:35390:0801/033041.045803:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35369:35390:0801/033041.079017:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35369:35369:0801/033041.121639:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [35369:35390:0801/033041.121777:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35369:35390:0801/033041.121825:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35369:35369:0801/033041.121843:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [35369:35390:0801/033041.121843:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35369:35390:0801/033041.121878:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35369:35390:0801/033041.121892:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35369:35390:0801/033041.121905:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_crm_partner_assign.tests.test_partner_assign.TestPublish: Chrome headless failed to start: [35677:35698:0801/033042.358360:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35677:35698:0801/033042.371139:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35677:35698:0801/033042.371314:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35677:35698:0801/033042.371355:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35677:35677:0801/033042.383947:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [35711:35711:0801/033042.401201:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [35677:35698:0801/033042.401743:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35677:35698:0801/033042.436875:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35677:35677:0801/033042.501302:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [35677:35698:0801/033042.501440:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35677:35677:0801/033042.501486:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [35677:35698:0801/033042.501495:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35677:35698:0801/033042.501526:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35677:35698:0801/033042.501546:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35677:35698:0801/033042.501557:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35677:35698:0801/033042.501567:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_crm_partner_assign.tests.test_partner_assign.TestPublish: Chrome headless failed to start: [35992:36013:0801/033043.680375:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35992:36013:0801/033043.685953:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35992:36013:0801/033043.686142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35992:36013:0801/033043.686326:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [35992:35992:0801/033043.696615:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [35992:36013:0801/033043.714471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36028:36028:0801/033043.719443:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [35992:36013:0801/033043.765987:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35992:35992:0801/033043.809502:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [35992:36013:0801/033043.809622:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35992:36013:0801/033043.809662:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35992:36013:0801/033043.809676:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35992:35992:0801/033043.809684:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [35992:36013:0801/033043.809689:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35992:36013:0801/033043.809715:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [35992:36013:0801/033043.809726:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event.tests.test_website_event.TestUi: Chrome headless failed to start: [36258:36279:0801/033123.895273:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36258:36279:0801/033123.895471:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36258:36279:0801/033123.895568:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36258:36279:0801/033123.895633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36258:36258:0801/033123.910628:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [36258:36279:0801/033123.929109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36294:36294:0801/033123.935185:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [36258:36279:0801/033123.992848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event.tests.test_website_event.TestUi: Chrome headless failed to start: [36409:36430:0801/033125.202693:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36409:36430:0801/033125.202928:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36409:36430:0801/033125.202987:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36409:36430:0801/033125.203040:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36409:36409:0801/033125.214547:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [36445:36445:0801/033125.244875:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [36409:36430:0801/033125.248084:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36409:36430:0801/033125.290421:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event.tests.test_website_event.TestUi: Chrome headless failed to start: [36729:36752:0801/033126.826125:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36729:36752:0801/033126.837344:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36729:36752:0801/033126.837485:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36729:36752:0801/033126.837546:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [36729:36729:0801/033126.852753:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [36729:36752:0801/033126.874114:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36763:36763:0801/033126.874333:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [36729:36752:0801/033126.929318:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36729:36729:0801/033126.980053:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [36729:36729:0801/033126.980235:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [36729:36752:0801/033126.980792:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36729:36752:0801/033126.980855:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36729:36752:0801/033126.980871:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36729:36752:0801/033126.980882:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36729:36752:0801/033126.980892:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [36729:36752:0801/033126.980910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event_booth_exhibitor.tests.test_wevent_booth_exhibitor.TestWEventBoothExhibitorCommon: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event_booth_sale.tests.test_event_booth_sale.TestWebsiteEventBoothSale: Chrome headless failed to start: [36966:36989:0801/033216.449586:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event_booth_sale.tests.test_event_booth_sale.TestWebsiteEventBoothSale: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event_sale.tests.test_frontend_buy_tickets.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event_sale.tests.test_frontend_buy_tickets.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event_sale.tests.test_frontend_buy_tickets.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_event_sale.tests.test_frontend_buy_tickets.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_forum.tests.test_forum_tours.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_forum.tests.test_forum_tours.TestUi: Chrome headless failed to start: [37584:37607:0801/033359.366153:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37584:37607:0801/033359.380002:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37584:37607:0801/033359.381154:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37584:37607:0801/033359.381232:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37584:37584:0801/033359.395248:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [37619:37619:0801/033359.414995:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [37584:37607:0801/033359.423558:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37584:37607:0801/033359.493961:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_hr_recruitment.tests.test_website_hr_recruitment.TestWebsiteHrRecruitmentForm: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_links.tests.test_ui.TestUi: Chrome headless failed to start: [37879:37900:0801/033419.484473:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37879:37900:0801/033419.502616:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37879:37900:0801/033419.502824:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37879:37900:0801/033419.502892:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [37879:37879:0801/033419.542571:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [37913:37913:0801/033419.554129:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [37879:37900:0801/033419.567042:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [37879:37900:0801/033419.611241:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_chatbot_ui.TestLivechatChatbotUI: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_chatbot_ui.TestLivechatChatbotUI: Chrome headless failed to start: [38169:38190:0801/033447.853511:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_chatbot_ui.TestLivechatChatbotUI: Chrome headless failed to start: [38394:38417:0801/033453.128902:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38394:38417:0801/033453.141242:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38394:38417:0801/033453.143932:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38394:38417:0801/033453.144030:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38394:38394:0801/033453.161358:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [38394:38417:0801/033453.182220:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38429:38429:0801/033453.185334:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [38394:38417:0801/033453.223372:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_chatbot_ui.TestLivechatChatbotUI: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_chatbot_ui.TestLivechatChatbotUI: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_lazy_frontend_bus.TestBusLazyFrontendBus: Chrome headless failed to start: [38757:38780:0801/033506.683806:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38757:38780:0801/033506.695227:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38757:38780:0801/033506.695407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38757:38780:0801/033506.695463:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [38757:38757:0801/033506.715024:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [38757:38780:0801/033506.736877:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [38793:38793:0801/033506.768168:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [38757:38780:0801/033506.776382:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_livechat_basic_flow.TestLivechatBasicFlowHttpCase: Chrome headless failed to start: [39002:39023:0801/033514.842539:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39002:39023:0801/033514.863089:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39002:39023:0801/033514.863232:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39002:39023:0801/033514.863305:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39002:39002:0801/033514.891699:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [39037:39037:0801/033514.926420:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [39002:39023:0801/033514.950275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39002:39023:0801/033514.978397:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_livechat_basic_flow.TestLivechatBasicFlowHttpCase: Chrome headless failed to start: [39315:39338:0801/033522.319851:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_livechat_session_user_changes.TestLivechatSessionUserChanges: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_livechat_session_user_changes.TestLivechatSessionUserChanges: Chrome headless failed to start: [39459:39479:0801/033542.111826:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_ui.TestLivechatUI: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_ui.TestLivechatUI: Chrome headless failed to start: [39744:39765:0801/033551.607184:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_ui.TestLivechatUI: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_ui.TestLivechatUI: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_ui.TestLivechatUI: Chrome headless failed to start: [39912:39935:0801/033604.495747:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39912:39935:0801/033604.506453:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39912:39935:0801/033604.506583:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39912:39935:0801/033604.506637:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [39912:39912:0801/033604.523128:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [39948:39948:0801/033604.559353:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [39912:39935:0801/033604.584829:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [39912:39935:0801/033604.644065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_ui.TestLivechatUI: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_ui.TestLivechatUI: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_livechat.tests.test_ui.TestLivechatUI: Chrome headless failed to start: [40413:40436:0801/033617.365529:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_mass_mailing.tests.test_snippets.TestSnippets: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_mass_mailing.tests.test_snippets.TestSnippets: Chrome headless failed to start: [40885:40906:0801/033656.084614:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40885:40906:0801/033656.089657:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40885:40906:0801/033656.090007:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40885:40906:0801/033656.091744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [40885:40885:0801/033656.114315:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [40920:40920:0801/033656.128721:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [40885:40906:0801/033656.138486:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40885:40906:0801/033656.193296:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40885:40885:0801/033656.247953:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [40885:40906:0801/033656.248077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40885:40906:0801/033656.248119:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40885:40885:0801/033656.248119:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [40885:40906:0801/033656.248135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40885:40906:0801/033656.248147:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40885:40906:0801/033656.248157:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [40885:40906:0801/033656.248167:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_payment.tests.test_snippets.TestSnippets: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_profile.tests.test_website_profile.TestWebsiteProfile: Chrome headless failed to start: [41455:41476:0801/033708.616547:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41455:41476:0801/033708.625066:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41455:41476:0801/033708.625229:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41455:41476:0801/033708.626912:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41455:41455:0801/033708.644819:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [41455:41476:0801/033708.678462:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41491:41491:0801/033708.700063:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [41455:41476:0801/033708.758553:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41455:41455:0801/033708.811747:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [41455:41476:0801/033708.811871:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41455:41476:0801/033708.811924:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41455:41455:0801/033708.811883:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [41455:41476:0801/033708.811946:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41455:41476:0801/033708.811958:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41455:41476:0801/033708.811969:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41455:41476:0801/033708.811985:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start: [41920:41941:0801/033723.269813:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41920:41941:0801/033723.278080:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41920:41941:0801/033723.278221:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41920:41941:0801/033723.278395:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [41920:41920:0801/033723.289272:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [41920:41941:0801/033723.311262:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [41955:41955:0801/033723.319759:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [41920:41941:0801/033723.364203:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start: [42389:42412:0801/033736.561505:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42389:42412:0801/033736.570312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42389:42412:0801/033736.572383:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42389:42412:0801/033736.572444:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42389:42389:0801/033736.593934:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [42423:42423:0801/033736.606595:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [42389:42412:0801/033736.616759:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42389:42412:0801/033736.691367:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start: [42628:42651:0801/033742.293804:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42628:42651:0801/033742.303732:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42628:42651:0801/033742.308904:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42628:42651:0801/033742.308988:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [42628:42628:0801/033742.316555:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [42628:42651:0801/033742.343092:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [42662:42662:0801/033742.368507:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [42628:42651:0801/033742.391491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start: [43092:43114:0801/033756.050979:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43092:43114:0801/033756.065203:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43092:43114:0801/033756.065399:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43092:43114:0801/033756.065458:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43092:43092:0801/033756.088376:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [43092:43114:0801/033756.106452:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43127:43127:0801/033756.107049:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [43092:43114:0801/033756.146452:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start: [43232:43253:0801/033802.316650:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43232:43253:0801/033802.328123:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43232:43253:0801/033802.328312:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43232:43253:0801/033802.328407:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43232:43232:0801/033802.340205:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [43232:43253:0801/033802.366616:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43267:43267:0801/033802.374899:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [43232:43253:0801/033802.397854:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start: [43543:43564:0801/033809.048425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43543:43564:0801/033809.057773:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43543:43564:0801/033809.058304:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43543:43564:0801/033809.061061:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43543:43543:0801/033809.084349:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [43577:43577:0801/033809.099677:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [43543:43564:0801/033809.105509:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43543:43564:0801/033809.154211:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start: [43763:43785:0801/033815.700018:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43763:43785:0801/033815.708682:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43763:43785:0801/033815.710464:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43763:43785:0801/033815.711772:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [43763:43763:0801/033815.726244:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [43763:43785:0801/033815.761017:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43798:43798:0801/033815.780996:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [43763:43785:0801/033815.798865:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43763:43763:0801/033815.870064:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [43763:43763:0801/033815.870273:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [43763:43785:0801/033815.870467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43763:43785:0801/033815.872695:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43763:43785:0801/033815.872732:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43763:43785:0801/033815.872745:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43763:43785:0801/033815.872761:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [43763:43785:0801/033815.872778:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start: [43994:44017:0801/033820.519437:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_customize.TestUi: Chrome headless failed to start: [44062:44083:0801/033825.441178:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_delivery_ui.TestUi: Chrome headless failed to start: [44230:44251:0801/033851.108365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44230:44251:0801/033851.114092:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44230:44251:0801/033851.114227:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44230:44251:0801/033851.115794:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44230:44230:0801/033851.126439:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [44264:44264:0801/033851.141697:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [44230:44251:0801/033851.159558:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44230:44251:0801/033851.207273:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44230:44230:0801/033851.262962:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [44230:44230:0801/033851.263160:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [44230:44251:0801/033851.263204:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44230:44251:0801/033851.263253:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44230:44251:0801/033851.263269:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44230:44251:0801/033851.263279:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44230:44251:0801/033851.263317:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44230:44251:0801/033851.263328:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_delivery_ui.TestUi: Chrome headless failed to start: [44555:44555:0100/000000.646214:ERROR:content/zygote/zygote_linux.cc:672] write: Broken pipe (32)
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_sale_process.TestUi: Chrome headless failed to start: [44688:44711:0801/033926.627281:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44688:44711:0801/033926.633925:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44688:44711:0801/033926.634120:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44688:44711:0801/033926.634177:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [44688:44688:0801/033926.652182:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [44723:44723:0801/033926.664637:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [44688:44711:0801/033926.672011:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44688:44711:0801/033926.709584:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44688:44688:0801/033926.768754:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [44688:44711:0801/033926.768934:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44688:44711:0801/033926.768994:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44688:44688:0801/033926.769002:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [44688:44711:0801/033926.769014:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44688:44711:0801/033926.769035:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44688:44711:0801/033926.769053:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [44688:44711:0801/033926.769070:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_sale_process.TestUi: Chrome headless failed to start: [45009:45032:0801/033937.615850:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45009:45032:0801/033937.624830:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45009:45032:0801/033937.625062:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45009:45032:0801/033937.625151:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45009:45009:0801/033937.639904:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [45043:45043:0801/033937.659362:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [45009:45032:0801/033937.664138:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45009:45032:0801/033937.710478:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_sale_process.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_sale_process.TestUi: Chrome headless failed to start: [45476:45499:0801/033959.050861:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_sale_process.TestUi: Chrome headless failed to start: [45715:45738:0801/034013.941270:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45715:45738:0801/034013.952927:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45715:45738:0801/034013.953466:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45715:45738:0801/034013.953602:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [45715:45715:0801/034013.971108:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [45715:45738:0801/034013.986860:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45715:45738:0801/034014.012959:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [45750:45750:0801/034014.022806:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process.
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_sale_process.TestUi: Chrome headless failed to start: [46024:46046:0801/034026.151126:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46024:46046:0801/034026.151307:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46024:46046:0801/034026.151358:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46024:46046:0801/034026.151447:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46024:46024:0801/034026.181001:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [46024:46046:0801/034026.203244:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46059:46059:0801/034026.213376:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [46024:46046:0801/034026.233627:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_sale_process.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_editor.TestWebsiteSaleEditor: Chrome headless failed to start: [46467:46488:0801/034257.093382:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46467:46488:0801/034257.100618:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46467:46488:0801/034257.100733:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46467:46488:0801/034257.100794:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46467:46467:0801/034257.115124:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [46467:46488:0801/034257.131496:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46501:46501:0801/034257.145683:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [46467:46488:0801/034257.175611:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46467:46467:0801/034257.224178:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [46467:46467:0801/034257.224307:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [46467:46488:0801/034257.224368:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46467:46488:0801/034257.224416:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46467:46488:0801/034257.224445:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46467:46488:0801/034257.224461:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46467:46488:0801/034257.224472:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46467:46488:0801/034257.224483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_editor.TestWebsiteSaleEditor: Chrome headless failed to start: [46775:46796:0801/034258.906311:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46775:46796:0801/034258.915733:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46775:46796:0801/034258.918491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46775:46796:0801/034258.918848:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [46775:46775:0801/034258.940616:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [46812:46812:0801/034258.956751:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [46775:46796:0801/034258.963905:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46775:46796:0801/034259.019800:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46775:46775:0801/034259.066240:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [46775:46775:0801/034259.066366:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [46775:46796:0801/034259.066447:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46775:46796:0801/034259.066495:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46775:46796:0801/034259.066510:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46775:46796:0801/034259.066525:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46775:46796:0801/034259.066542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [46775:46796:0801/034259.066556:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_add_to_cart_snippet.TestAddToCartSnippet: Chrome headless failed to start: [47016:47037:0801/034303.218634:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47016:47037:0801/034303.228422:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47016:47037:0801/034303.228841:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47016:47037:0801/034303.228911:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47016:47016:0801/034303.238014:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [47050:47050:0801/034303.260153:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [47016:47037:0801/034303.263902:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47016:47037:0801/034303.300428:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_cart_notification.TestWebsiteSaleCartNotification: Chrome headless failed to start: [47332:47353:0801/034318.162757:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47332:47353:0801/034318.169310:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47332:47353:0801/034318.169672:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47332:47353:0801/034318.169917:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47332:47332:0801/034318.180405:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [47332:47353:0801/034318.204046:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47367:47367:0801/034318.214606:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [47332:47353:0801/034318.262439:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47332:47332:0801/034318.312705:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [47332:47353:0801/034318.312845:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47332:47353:0801/034318.312886:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47332:47332:0801/034318.312886:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [47332:47353:0801/034318.312905:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47332:47353:0801/034318.313067:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47332:47353:0801/034318.313080:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47332:47353:0801/034318.313090:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_cart_recovery.TestWebsiteSaleCartRecovery: Chrome headless failed to start: [47657:47678:0801/034322.023173:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47657:47678:0801/034322.031480:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47657:47678:0801/034322.031893:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47657:47678:0801/034322.031955:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47657:47657:0801/034322.044187:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [47657:47678:0801/034322.056508:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47692:47692:0801/034322.059723:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [47657:47678:0801/034322.086147:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47657:47657:0801/034322.127009:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [47657:47657:0801/034322.127157:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [47657:47678:0801/034322.128098:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47657:47678:0801/034322.128135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47657:47678:0801/034322.128147:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47657:47678:0801/034322.128154:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47657:47678:0801/034322.128161:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47657:47678:0801/034322.128167:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_fiscal_position.TestWebsiteSaleFiscalPosition: Chrome headless failed to start: [47971:47992:0801/034331.526637:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47971:47992:0801/034331.537335:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47971:47992:0801/034331.537750:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47971:47992:0801/034331.539081:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [47971:47971:0801/034331.557218:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [47971:47992:0801/034331.572836:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48006:48006:0801/034331.573563:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [47971:47992:0801/034331.600820:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47971:47971:0801/034331.673353:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [47971:47971:0801/034331.673544:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [47971:47992:0801/034331.674507:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47971:47992:0801/034331.674559:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47971:47992:0801/034331.674575:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47971:47992:0801/034331.674587:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47971:47992:0801/034331.674603:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [47971:47992:0801/034331.674619:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_image.TestRemoveWebsiteSaleImageNoVariant: Chrome headless failed to start: [48287:48308:0801/034333.365533:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48287:48308:0801/034333.373089:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48287:48308:0801/034333.373249:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48287:48308:0801/034333.373318:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48287:48287:0801/034333.386986:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [48287:48308:0801/034333.402836:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48322:48322:0801/034333.424034:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [48287:48308:0801/034333.460957:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48287:48287:0801/034333.510088:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [48287:48287:0801/034333.510213:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [48287:48308:0801/034333.513371:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48287:48308:0801/034333.513431:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48287:48308:0801/034333.513448:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48287:48308:0801/034333.513459:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48287:48308:0801/034333.513468:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48287:48308:0801/034333.513478:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_image.TestRemoveWebsiteSaleImageVariants: Chrome headless failed to start: [48516:48537:0801/034335.842254:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48516:48537:0801/034335.844165:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48516:48537:0801/034335.845065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48516:48537:0801/034335.845174:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48516:48516:0801/034335.859117:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [48516:48537:0801/034335.870915:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48553:48553:0801/034335.875067:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [48516:48537:0801/034335.898628:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48516:48516:0801/034335.980536:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [48516:48537:0801/034335.980665:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48516:48537:0801/034335.980715:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48516:48537:0801/034335.980729:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48516:48537:0801/034335.980745:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48516:48516:0801/034335.980754:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [48516:48537:0801/034335.980759:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48516:48537:0801/034335.980789:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_image.TestWebsiteSaleImage: Chrome headless failed to start: [48831:48852:0801/034341.586228:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48831:48852:0801/034341.593704:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48831:48852:0801/034341.594953:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48831:48852:0801/034341.595507:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [48831:48831:0801/034341.604720:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [48831:48852:0801/034341.627347:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48865:48865:0801/034341.628549:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [48831:48852:0801/034341.675547:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48831:48831:0801/034341.737219:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [48831:48852:0801/034341.737360:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48831:48831:0801/034341.737412:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [48831:48852:0801/034341.737415:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48831:48852:0801/034341.737439:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48831:48852:0801/034341.737467:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48831:48852:0801/034341.737484:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48831:48852:0801/034341.737500:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_mail.TestWebsiteSaleMail: Chrome headless failed to start: [49148:49169:0801/034413.576884:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49148:49169:0801/034413.577015:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49148:49169:0801/034413.577046:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49148:49169:0801/034413.577095:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49148:49148:0801/034413.594637:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [49148:49169:0801/034413.614469:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49183:49183:0801/034413.618752:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [49148:49169:0801/034413.673619:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49148:49148:0801/034413.729841:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [49148:49148:0801/034413.730015:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [49148:49169:0801/034413.730058:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49148:49169:0801/034413.730111:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49148:49169:0801/034413.730134:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49148:49169:0801/034413.730152:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49148:49169:0801/034413.730172:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49148:49169:0801/034413.730189:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_pricelist.TestWebsiteSaleSession: Chrome headless failed to start: [49447:49468:0801/034449.474469:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49447:49468:0801/034449.482340:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49447:49468:0801/034449.483428:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49447:49468:0801/034449.483521:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49447:49447:0801/034449.506797:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [49481:49481:0801/034449.514829:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [49447:49468:0801/034449.538862:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49447:49468:0801/034449.577137:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49447:49447:0801/034449.630044:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [49447:49468:0801/034449.630193:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49447:49447:0801/034449.630217:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [49447:49468:0801/034449.630248:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49447:49468:0801/034449.630265:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49447:49468:0801/034449.630278:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49447:49468:0801/034449.630288:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49447:49468:0801/034449.630299:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_reorder_from_portal.TestWebsiteSaleReorderFromPortal: Chrome headless failed to start: [49771:49792:0801/034637.480667:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49771:49792:0801/034637.486194:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49771:49792:0801/034637.487280:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49771:49792:0801/034637.487364:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49771:49771:0801/034637.499647:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [49771:49792:0801/034637.516099:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49806:49806:0801/034637.519140:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [49771:49792:0801/034637.571907:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49771:49771:0801/034637.611857:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [49771:49792:0801/034637.611985:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49771:49771:0801/034637.612029:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [49771:49792:0801/034637.612031:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49771:49792:0801/034637.612064:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49771:49792:0801/034637.612077:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49771:49792:0801/034637.612088:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49771:49792:0801/034637.612099:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_show_compare_list_price.WebsiteSaleShopPriceListCompareListPriceDispayTests: Chrome headless failed to start: [49996:50018:0801/034705.136349:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49996:50018:0801/034705.142311:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49996:50018:0801/034705.142596:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49996:50018:0801/034705.142745:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [49996:49996:0801/034705.155350:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [50032:50032:0801/034705.165747:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [49996:50018:0801/034705.171313:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49996:50018:0801/034705.200103:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49996:49996:0801/034705.265733:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [49996:50018:0801/034705.265844:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49996:50018:0801/034705.265874:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49996:50018:0801/034705.265884:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49996:50018:0801/034705.265892:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49996:50018:0801/034705.265898:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49996:50018:0801/034705.265905:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [49996:49996:0801/034705.265905:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_snippets.TestSnippets: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale.tests.test_website_sale_snippets.TestSnippets: Chrome headless failed to start: [50537:50558:0801/034710.075276:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50537:50558:0801/034710.081481:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50537:50558:0801/034710.082773:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50537:50558:0801/034710.082973:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50537:50537:0801/034710.096062:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [50573:50573:0801/034710.105266:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [50537:50558:0801/034710.109865:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50537:50558:0801/034710.158491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50537:50537:0801/034710.197599:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [50537:50558:0801/034710.197707:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50537:50558:0801/034710.197744:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50537:50558:0801/034710.197754:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50537:50537:0801/034710.197759:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [50537:50558:0801/034710.197762:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50537:50558:0801/034710.197782:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50537:50558:0801/034710.197793:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_autocomplete.tests.test_ui.TestUI: Chrome headless failed to start: [50851:50872:0801/034726.504959:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50851:50872:0801/034726.510334:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50851:50872:0801/034726.510853:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50851:50872:0801/034726.510924:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [50851:50851:0801/034726.524796:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [50885:50885:0801/034726.537836:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [50851:50872:0801/034726.540959:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50851:50872:0801/034726.579073:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50851:50851:0801/034726.625513:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [50851:50872:0801/034726.625651:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50851:50851:0801/034726.625719:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [50851:50872:0801/034726.625961:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50851:50872:0801/034726.626030:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50851:50872:0801/034726.626043:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50851:50872:0801/034726.626054:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [50851:50872:0801/034726.626065:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_comparison.tests.test_website_sale_comparison.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_loyalty.tests.test_shop_sale_coupon.TestWebsiteSaleCoupon: Chrome headless failed to start: [51409:51430:0801/034909.253961:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51409:51430:0801/034909.260679:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51409:51430:0801/034909.260797:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51409:51430:0801/034909.260841:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51409:51409:0801/034909.277205:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [51444:51444:0801/034909.286708:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [51409:51430:0801/034909.295401:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51409:51430:0801/034909.335208:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51409:51409:0801/034909.400368:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [51409:51430:0801/034909.400500:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51409:51430:0801/034909.400531:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51409:51409:0801/034909.400534:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [51409:51430:0801/034909.400542:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51409:51430:0801/034909.400551:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51409:51430:0801/034909.400559:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51409:51430:0801/034909.400567:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_loyalty.tests.test_shop_sale_coupon.WebsiteSaleLoyaltyTestUi: Chrome headless failed to start: [51633:51654:0801/034938.960972:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51633:51654:0801/034938.966966:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51633:51654:0801/034938.967157:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51633:51654:0801/034938.967229:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51633:51633:0801/034938.975196:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [51668:51668:0801/034938.996537:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [51633:51654:0801/034938.998954:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51633:51654:0801/034939.029894:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51633:51633:0801/034939.101283:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [51633:51654:0801/034939.101458:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51633:51633:0801/034939.101474:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [51633:51654:0801/034939.101522:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51633:51654:0801/034939.101538:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51633:51654:0801/034939.101550:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51633:51654:0801/034939.101561:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51633:51654:0801/034939.101571:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_loyalty.tests.test_shop_sale_coupon.WebsiteSaleLoyaltyTestUi: Chrome headless failed to start: [51941:51962:0801/034942.341397:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51941:51962:0801/034942.349806:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51941:51962:0801/034942.351264:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51941:51962:0801/034942.351470:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [51941:51941:0801/034942.370920:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [51975:51975:0801/034942.376008:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [51941:51962:0801/034942.386543:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51941:51962:0801/034942.411166:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51941:51941:0801/034942.473935:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [51941:51962:0801/034942.474086:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51941:51962:0801/034942.474149:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51941:51962:0801/034942.474209:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51941:51962:0801/034942.474259:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51941:51962:0801/034942.474304:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51941:51962:0801/034942.474408:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [51941:51941:0801/034942.474358:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable.
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_loyalty.tests.test_shop_sale_coupon.WebsiteSaleLoyaltyTestUi: Chrome headless failed to start: [52250:52271:0801/034944.821329:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52250:52271:0801/034944.826748:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52250:52271:0801/034944.826894:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52250:52271:0801/034944.826960:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52250:52250:0801/034944.839452:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [52250:52271:0801/034944.856462:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52285:52285:0801/034944.858020:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [52250:52271:0801/034944.885973:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52250:52250:0801/034944.921704:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [52250:52271:0801/034944.922135:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52250:52250:0801/034944.922166:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [52250:52271:0801/034944.922183:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52250:52271:0801/034944.922199:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52250:52271:0801/034944.922211:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52250:52271:0801/034944.922222:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52250:52271:0801/034944.922232:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_loyalty.tests.test_website_sale_loyalty_delivery.TestWebsiteSaleDelivery: Chrome headless failed to start: [52567:52588:0801/034949.128457:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52567:52588:0801/034949.134655:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52567:52588:0801/034949.135391:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52567:52588:0801/034949.135905:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52567:52567:0801/034949.148376:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [52567:52588:0801/034949.164441:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52602:52602:0801/034949.167581:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [52567:52588:0801/034949.192669:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52567:52567:0801/034949.237291:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [52567:52567:0801/034949.237432:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [52567:52588:0801/034949.238425:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52567:52588:0801/034949.246392:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52567:52588:0801/034949.246443:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52567:52588:0801/034949.246456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52567:52588:0801/034949.246476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52567:52588:0801/034949.246491:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_loyalty.tests.test_website_sale_loyalty_delivery.TestWebsiteSaleDelivery: Chrome headless failed to start: [52890:52911:0801/034950.329602:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52890:52911:0801/034950.337633:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52890:52911:0801/034950.337820:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52890:52911:0801/034950.337880:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [52890:52890:0801/034950.354017:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [52925:52925:0801/034950.376882:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [52890:52911:0801/034950.377397:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52890:52911:0801/034950.414229:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52890:52890:0801/034950.469095:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [52890:52911:0801/034950.469228:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52890:52911:0801/034950.469275:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52890:52890:0801/034950.469275:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [52890:52911:0801/034950.469297:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52890:52911:0801/034950.469456:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52890:52911:0801/034950.469473:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [52890:52911:0801/034950.469484:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_loyalty.tests.test_website_sale_loyalty_delivery.TestWebsiteSaleDelivery: Chrome headless failed to start: [53218:53239:0801/034951.496052:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53218:53239:0801/034951.496381:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53218:53239:0801/034951.496461:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53218:53239:0801/034951.496524:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53218:53218:0801/034951.512057:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [53218:53239:0801/034951.527816:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53252:53252:0801/034951.528539:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [53218:53239:0801/034951.575933:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53218:53218:0801/034951.623249:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [53218:53239:0801/034951.623366:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53218:53239:0801/034951.623405:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53218:53218:0801/034951.623419:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [53218:53239:0801/034951.623424:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53218:53239:0801/034951.623441:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53218:53239:0801/034951.623460:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53218:53239:0801/034951.623476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_mrp.tests.test_website_sale_product_availability.TestWebsiteSaleMrpAvailability: Chrome headless failed to start: [53517:53539:0801/035020.252100:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53517:53539:0801/035020.259284:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53517:53539:0801/035020.259476:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53517:53539:0801/035020.259798:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53517:53517:0801/035020.271308:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [53517:53539:0801/035020.293432:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53553:53553:0801/035020.295982:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [53517:53539:0801/035020.314629:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53517:53517:0801/035020.378991:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [53517:53517:0801/035020.379158:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [53517:53539:0801/035020.379185:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53517:53539:0801/035020.379234:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53517:53539:0801/035020.379254:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53517:53539:0801/035020.379270:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53517:53539:0801/035020.379285:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53517:53539:0801/035020.379301:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_picking.tests.test_ui.TestUi: Chrome headless failed to start: [53828:53849:0801/035022.028014:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53828:53849:0801/035022.034098:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53828:53849:0801/035022.034290:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53828:53849:0801/035022.034680:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [53828:53828:0801/035022.046268:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [53863:53863:0801/035022.063646:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [53828:53849:0801/035022.069986:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53828:53849:0801/035022.101821:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53828:53828:0801/035022.143588:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [53828:53828:0801/035022.143761:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [53828:53849:0801/035022.144307:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53828:53849:0801/035022.144348:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53828:53849:0801/035022.144364:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53828:53849:0801/035022.144375:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53828:53849:0801/035022.144386:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [53828:53849:0801/035022.144669:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_product_configurator.tests.test_customize.TestUi: Chrome headless failed to start: [54151:54172:0801/035024.733462:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54151:54172:0801/035024.738850:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54151:54172:0801/035024.739001:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54151:54172:0801/035024.739133:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54151:54151:0801/035024.747066:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [54151:54172:0801/035024.762319:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54186:54186:0801/035024.779990:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [54151:54172:0801/035024.795205:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54151:54151:0801/035024.867237:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [54151:54151:0801/035024.867396:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [54151:54172:0801/035024.867470:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54151:54172:0801/035024.867517:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54151:54172:0801/035024.867534:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54151:54172:0801/035024.867546:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54151:54172:0801/035024.867555:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54151:54172:0801/035024.867566:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_product_configurator.tests.test_website_sale_configurator.TestWebsiteSaleProductConfigurator: Chrome headless failed to start: [54467:54488:0801/035027.949950:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54467:54488:0801/035027.959892:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54467:54488:0801/035027.960320:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54467:54488:0801/035027.960501:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54467:54467:0801/035027.977178:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [54467:54488:0801/035027.996818:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54502:54502:0801/035028.015216:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [54467:54488:0801/035028.066479:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54467:54467:0801/035028.119922:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [54467:54488:0801/035028.120012:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54467:54467:0801/035028.120037:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [54467:54488:0801/035028.120060:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54467:54488:0801/035028.120075:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54467:54488:0801/035028.120087:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54467:54488:0801/035028.120101:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54467:54488:0801/035028.120112:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_product_configurator.tests.test_website_sale_configurator.TestWebsiteSaleProductConfigurator: Chrome headless failed to start: [54783:54804:0801/035031.238666:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54783:54804:0801/035031.245997:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54783:54804:0801/035031.247599:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54783:54804:0801/035031.247723:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [54783:54783:0801/035031.260447:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [54818:54818:0801/035031.276305:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [54783:54804:0801/035031.278841:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54783:54804:0801/035031.304932:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54783:54783:0801/035031.375158:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [54783:54804:0801/035031.375282:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54783:54804:0801/035031.375466:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54783:54783:0801/035031.375335:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [54783:54804:0801/035031.375481:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54783:54804:0801/035031.375495:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54783:54804:0801/035031.375506:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [54783:54804:0801/035031.375517:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_slides.tests.test_ui_website_sale_slides.TestUiWebsiteSaleSlides: Chrome headless failed to start: [55104:55125:0801/035034.175679:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55104:55125:0801/035034.182804:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55104:55125:0801/035034.183158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55104:55125:0801/035034.184473:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55104:55104:0801/035034.194471:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [55140:55140:0801/035034.214476:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [55104:55125:0801/035034.216041:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55104:55125:0801/035034.266473:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55104:55104:0801/035034.303011:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [55104:55104:0801/035034.303333:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [55104:55125:0801/035034.303889:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55104:55125:0801/035034.304026:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55104:55125:0801/035034.304063:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55104:55125:0801/035034.304079:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55104:55125:0801/035034.304094:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55104:55125:0801/035034.304109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_slides.tests.test_ui_website_sale_slides.TestUiWebsiteSaleSlides: Chrome headless failed to start: [55411:55434:0801/035037.116819:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55411:55434:0801/035037.127195:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55411:55434:0801/035037.127714:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55411:55434:0801/035037.127821:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55411:55411:0801/035037.141392:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [55411:55434:0801/035037.159262:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55445:55445:0801/035037.159277:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [55411:55434:0801/035037.190453:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55411:55411:0801/035037.258704:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [55411:55411:0801/035037.258891:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [55411:55434:0801/035037.262271:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55411:55434:0801/035037.262328:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55411:55434:0801/035037.262352:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55411:55434:0801/035037.262368:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55411:55434:0801/035037.262404:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55411:55434:0801/035037.262421:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_stock.tests.test_website_sale_stock_multilang.TestWebsiteSaleStockMultilang: Chrome headless failed to start: [55724:55746:0801/035050.565045:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55724:55746:0801/035050.572114:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55724:55746:0801/035050.572385:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55724:55746:0801/035050.573651:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [55724:55724:0801/035050.586246:INFO:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc:206] No machine level policy manager exists. [55724:55746:0801/035050.605265:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55760:55760:0801/035050.621609:WARNING:sandbox/policy/linux/sandbox_linux.cc:414] InitializeSandbox() called with multiple threads in process gpu-process. [55724:55746:0801/035050.631992:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55724:55724:0801/035050.704946:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [55724:55724:0801/035050.705097:WARNING:device/bluetooth/dbus/bluez_dbus_manager.cc:209] Floss manager service not available, cannot set Floss enable/disable. [55724:55746:0801/035050.705088:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55724:55746:0801/035050.705142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55724:55746:0801/035050.705163:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55724:55746:0801/035050.705180:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55724:55746:0801/035050.705194:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [55724:55746:0801/035050.705209:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_stock.tests.test_website_sale_stock_reorder_from_portal.TestWebsiteSaleStockReorderFromPortal: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_stock.tests.test_website_sale_stock_stock_message.TestWebsiteSaleStockProductConfigurator: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_stock.tests.test_website_sale_stock_stock_message.TestWebsiteSaleStockProductConfigurator: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_stock.tests.test_website_sale_stock_stock_notification.TestStockNotificationProduct: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_stock_wishlist.tests.test_website_sale_stock_wishlist_stock_notification.TestStockNotificationWishlist: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_wishlist.tests.test_wishlist_process.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_sale_wishlist.tests.test_wishlist_process.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUi: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUiMemberInvited: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUiMemberInvited: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUiMemberInvited: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUiMemberInvited: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUiMemberInvited: Chrome headless failed to start: [56704:56726:0801/035341.460109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUiMemberInvited: Chrome headless failed to start:
08/01/2026 10:55:18 WARNING
Subbuild # 400332: odoo.addons.website_slides.tests.test_ui_wslides.TestUiPublisher: Chrome headless failed to start: