************* Module bb.command
E:753, 8: Undefined variable 'process_server' (undefined-variable)
E:781,14: Module 'bb.siggen' has no 'find_siginfo' member (no-member)
************* Module bb.COW
E:107, 8: No value for argument 'value' in unbound method call (no-value-for-parameter)
E:115,15: No value for argument 'key' in unbound method call (no-value-for-parameter)
E:136,28: No value for argument 'key' in unbound method call (no-value-for-parameter)
E:138,28: Value 'cls' is unsubscriptable (unsubscriptable-object)
E:149,15: No value for argument 'type' in unbound method call (no-value-for-parameter)
E:182,36: Value 'COWDictMeta' doesn't support membership test (unsupported-membership-test)
************* Module bb.cache
E:799,11: No value for argument 'data_hash' in constructor call (no-value-for-parameter)
E:799,11: No value for argument 'caches_array' in constructor call (no-value-for-parameter)
E:845,57: Class 'MultiProcessCache' has no 'cache_file_name' member (no-member)
E:860,22: Class 'MultiProcessCache' has no 'CACHE_VERSION' member (no-member)
E:892,47: Class 'MultiProcessCache' has no 'CACHE_VERSION' member (no-member)
E:923,26: Class 'MultiProcessCache' has no 'CACHE_VERSION' member (no-member)
E:934,30: Class 'MultiProcessCache' has no 'CACHE_VERSION' member (no-member)
E:959,57: Class 'SimpleCache' has no 'cache_file_name' member (no-member)
************* Module bb.runqueue
E:219,69: Access to member 'pressure_state' before its definition line 221 (access-member-before-definition)
E:229,62: Access to member 'loadfactor_limit' before its definition line 231 (access-member-before-definition)
E:1785,24: Module 'bb.siggen' has no 'find_siginfo' member (no-member)
E:1803,22: Module 'bb.siggen' has no 'find_siginfo' member (no-member)
E:2479,22: Instance of 'SQData' has no 'cantskip' member (no-member)
E:2675,59: Instance of 'SQData' has no 'valid' member (no-member)
E:2679,29: Instance of 'SQData' has no 'multiconfigs' member (no-member)
E:2684,28: Instance of 'SQData' has no 'hashes' member (no-member)
E:2684,58: Instance of 'SQData' has no 'hashes' member (no-member)
E:2685,48: Instance of 'SQData' has no 'hashes' member (no-member)
E:2686,64: Instance of 'SQData' has no 'hashes' member (no-member)
E:2690,22: Instance of 'SQData' has no 'valid' member (no-member)
************* Module bb.persist_data
E:105, 8: No value for argument 'cursor' in method call (no-value-for-parameter)
E:160, 4: The special method '__getitem__' expects 1 param(s), 2 were given (unexpected-special-method-signature)
E:169, 4: The special method '__delitem__' expects 1 param(s), 2 were given (unexpected-special-method-signature)
E:176, 4: The special method '__setitem__' expects 2 param(s), 3 were given (unexpected-special-method-signature)
E:194, 4: The special method '__contains__' expects 1 param(s), 2 were given (unexpected-special-method-signature)
E:200, 4: The special method '__len__' expects 0 param(s), 1 was given (unexpected-special-method-signature)
************* Module bb.namedtuple_with_abc
E:142,19: Too many arguments for format string (too-many-format-args)
************* Module bb.cooker
E:552,25: Instance of 'closing' has no 'getvalue' member (no-member)
E:557,25: Instance of 'closing' has no 'getvalue' member (no-member)
E:2036,47: multiprocessing.current_process is not callable (not-callable)
E:2051,34: multiprocessing.current_process is not callable (not-callable)
E:2287,16: Raising list while only classes or instances are allowed (raising-bad-type)
E:2297,56: Instance of 'BBHandledException' has no 'recipe' member (no-member)
E:2315,82: Instance of 'ExpansionError' has no 'traceback' member (no-member)
E:2325,52: Instance of 'Exception' has no 'traceback' member (no-member)
************* Module bb.utils
E:326,89: Instance of 'Exception' has no 'lineno' member (no-member)
E:332,44: Instance of 'Exception' has no 'lineno' member (no-member)
E:824,15: Instance of 'Exception' has no 'errno' member (no-member)
************* Module bb.event
E:227, 8: worker_fire is not callable (not-callable)
************* Module bb.siggen
E: 38, 4: An attribute defined in json.encoder line 158 hides this method (method-hidden)
E:654,21: Instance of 'Client' has no 'unihash_exists' member (no-member)
E:691,36: Instance of 'Client' has no 'get_unihash' member (no-member)
E:788,23: Instance of 'Client' has no 'report_unihash' member (no-member)
E:819,19: Instance of 'Client' has no 'report_unihash_equiv' member (no-member)
************* Module bb.data_smart
E:468,76: Class 'msg' has no 'startswith' member (no-member)
************* Module bb.exceptions
E: 19,15: Instance of 'TracebackEntry' has no 'code_context' member (no-member)
E: 24,41: Instance of 'TracebackEntry' has no 'code_context' member (no-member)
E: 28,28: Instance of 'TracebackEntry' has no 'index' member (no-member)
E: 74,30: bad operand type for unary -: NoneType (invalid-unary-operand-type)
************* Module bb.main
E:314,18: Instance of 'ArgumentParser' has no 'parse_intermixed_args' member (no-member)
************* Module bb.codeparser
E:252,12: Instance of 'DummyLogger' has no 'debug2' member (no-member)
************* Module bb.asyncrpc.connection
E:122, 8: Unable to import 'websockets.exceptions' (import-error)
E:130, 8: Unable to import 'websockets.exceptions' (import-error)
************* Module bb.asyncrpc.serv
E: 65,19: Instance of 'AsyncServerConnection' has no 'validate_proto_version' member (no-member)
E:219, 8: Unable to import 'websockets.server' (import-error)
************* Module bb.asyncrpc.client
E: 64, 8: Unable to import 'websockets' (import-error)
E:248, 5: Module 'contextlib' has no 'asynccontextmanager' member (no-member)
E:270,18: Async context manager 'generator' doesn't implement __aenter__ and __aexit__. (not-async-context-manager)
************* Module bb.parse.parse_py.ConfHandler
E:111, 0: function already defined line 18 (function-redefined)
************* Module bb.tests.compression
E: 22, 8: Instance of 'CompressionTests' has no 'addCleanup' member (no-member)
E: 27,13: Instance of 'CompressionTests' has no 'do_open' member (no-member)
E: 30,13: Instance of 'CompressionTests' has no 'do_open' member (no-member)
E: 33, 8: Instance of 'CompressionTests' has no 'assertEqual' member (no-member)
E: 44,17: Instance of 'CompressionTests' has no 'do_open' member (no-member)
E: 45,21: Instance of 'CompressionTests' has no 'do_open' member (no-member)
E: 49, 8: Instance of 'CompressionTests' has no 'assertEqual' member (no-member)
E: 59,13: Instance of 'PurePath' has no 'open' member (no-member)
E: 62,13: Instance of 'CompressionTests' has no 'assertRaises' member (no-member)
E: 63,17: Instance of 'CompressionTests' has no 'do_open' member (no-member)
************* Module bb.tests.event
E:275, 8: Assigning to function call which only returns None (assignment-from-none)
************* Module bb.tests.fetch
E:439,18: Instance of 'FetcherTest' has no 'gitdir' member (no-member)
E:1252, 4: Method has no argument (no-method-argument)
E:2257, 4: Method has no argument (no-method-argument)
E:2594, 4: Method has no argument (no-method-argument)
E:3302, 4: Method has no argument (no-method-argument)
************* Module bb.tests.cow
E: 82,39: Value 'a' doesn't support membership test (unsupported-membership-test)
E: 84, 8: 'a' does not support item assignment (unsupported-assignment-operation)
E: 85, 8: 'a' does not support item assignment (unsupported-assignment-operation)
E: 86,38: Value 'a' doesn't support membership test (unsupported-membership-test)
E: 87,38: Value 'a' doesn't support membership test (unsupported-membership-test)
E: 88,30: Value 'a' is unsubscriptable (unsubscriptable-object)
E: 89,30: Value 'a' is unsubscriptable (unsubscriptable-object)
E:101, 8: 'b' does not support item assignment (unsupported-assignment-operation)
E:102, 8: 'b' does not support item assignment (unsupported-assignment-operation)
E:103, 8: 'c' does not support item assignment (unsupported-assignment-operation)
E:106,39: Value 'c' doesn't support membership test (unsupported-membership-test)
E:107,29: Value 'c' is unsubscriptable (unsubscriptable-object)
E:108,29: Value 'b' is unsubscriptable (unsubscriptable-object)
E:111,14: No value for argument 'cls' in unbound method call (no-value-for-parameter)
E:112,14: No value for argument 'cls' in unbound method call (no-value-for-parameter)
E:121,39: Value 'b' doesn't support membership test (unsupported-membership-test)
E:122,39: Value 'c' doesn't support membership test (unsupported-membership-test)
E:129,39: Value 'b' doesn't support membership test (unsupported-membership-test)
E:130,39: Value 'c' doesn't support membership test (unsupported-membership-test)
E:156, 8: 'c' does not support item assignment (unsupported-assignment-operation)
E:157, 8: 'c' does not support item assignment (unsupported-assignment-operation)
E:158, 8: 'c' does not support item assignment (unsupported-assignment-operation)
E:160,15: No value for argument 'cls' in unbound method call (no-value-for-parameter)
E:162,31: Value 'c' is unsubscriptable (unsubscriptable-object)
E:163,31: Value 'c' is unsubscriptable (unsubscriptable-object)
E:164,49: Value 'c' is unsubscriptable (unsubscriptable-object)
E:175,31: Value 'c' is unsubscriptable (unsubscriptable-object)
E:176,31: Value 'c' is unsubscriptable (unsubscriptable-object)
E:177,49: Value 'c' is unsubscriptable (unsubscriptable-object)
E:189, 8: 'a' does not support item assignment (unsupported-assignment-operation)
E:190, 8: 'a' does not support item assignment (unsupported-assignment-operation)
E:191, 8: 'a' does not support item assignment (unsupported-assignment-operation)
E:194,12: No value for argument 'cls' in unbound method call (no-value-for-parameter)
E:200,38: No value for argument 'cls' in unbound method call (no-value-for-parameter)
E:223,38: No value for argument 'cls' in unbound method call (no-value-for-parameter)
E:241, 8: 'a' does not support item assignment (unsupported-assignment-operation)
E:242, 8: Value 'a' is unsubscriptable (unsubscriptable-object)
E:243, 8: Value 'a' is unsubscriptable (unsubscriptable-object)
E:244, 8: Value 'a' is unsubscriptable (unsubscriptable-object)
E:245,32: Value 'a' is unsubscriptable (unsubscriptable-object)
E:249,32: Value 'a' is unsubscriptable (unsubscriptable-object)
E:252, 8: 'a' does not support item assignment (unsupported-assignment-operation)
E:253, 8: Value 'a' is unsubscriptable (unsubscriptable-object)
E:254, 8: Value 'a' is unsubscriptable (unsubscriptable-object)
E:255, 8: Value 'a' is unsubscriptable (unsubscriptable-object)
E:260,24: No value for argument 'cls' in unbound method call (no-value-for-parameter)
E:315,18: Instance of 'COWSetBase' has no 'iteritems' member (no-member)
E:317,18: Instance of 'COWSetBase' has no 'iterkeys' member (no-member)
************* Module bb.tests.codeparser
E: 34,25: Instance of 'ReferenceTest' has no 'references' member (no-member)
E: 37,25: Instance of 'ReferenceTest' has no 'execs' member (no-member)
E: 40,25: Instance of 'ReferenceTest' has no 'contains' member (no-member)
E:247,47: Module 'bb.msg' has no 'note' member (no-member)
************* Module bb.ui.taskexp_ncurses
E:146,12: Undefined variable 'os' (undefined-variable)
E:202,21: Undefined variable 'os' (undefined-variable)
E:212,19: Undefined variable 'os' (undefined-variable)
E:401,12: Undefined variable 'cursor_update' (undefined-variable)
E:407,12: Undefined variable 'cursor_update' (undefined-variable)
E:883,19: Undefined variable 'os' (undefined-variable)
E:884,20: Undefined variable 'os' (undefined-variable)
E:978,38: Undefined variable 'os' (undefined-variable)
E:1103,19: Using variable 'shutdown' before assignment (used-before-assignment)
************* Module bb.ui.taskexp
E:200,38: Undefined variable 'os' (undefined-variable)
************* Module bb.ui.buildinfohelper
E: 14, 0: Unable to import 'django' (import-error)
E: 15, 0: Unable to import 'django.utils' (import-error)
E: 29, 0: Unable to import 'orm.models' (import-error)
E: 30, 0: Unable to import 'orm.models' (import-error)
E: 31, 0: Unable to import 'orm.models' (import-error)
E: 32, 0: Unable to import 'orm.models' (import-error)
E: 33, 0: Unable to import 'orm.models' (import-error)
E: 34, 0: Unable to import 'orm.models' (import-error)
E: 35, 0: Unable to import 'orm.models' (import-error)
E: 36, 0: Unable to import 'orm.models' (import-error)
E: 38, 0: Unable to import 'bldcontrol.models' (import-error)
E: 39, 0: Unable to import 'bldcontrol.models' (import-error)
E: 40, 0: Unable to import 'bldcontrol' (import-error)
E: 43, 0: Unable to import 'django.db' (import-error)
E: 48, 0: Unable to import 'django.db' (import-error)
E:586,16: Unsupported logging format character 'p' (0x70) at index 30 (logging-unsupported-format)
E:1189,12: Instance of 'ORMWrapper' has no 'save_artifact_information' member (no-member)
************* Module bb.fetch2.bzr
E: 39,26: No value for argument 'name' in method call (no-value-for-parameter)
************* Module bb.fetch2.hg
E: 73,26: No value for argument 'name' in method call (no-value-for-parameter)
************* Module bb.fetch2.gcp
E: 53, 8: Unable to import 'google.cloud' (import-error)
E: 66, 8: Undefined variable 'runfetchcmd' (undefined-variable)
E: 94, 8: Undefined variable 'runfetchcmd' (undefined-variable)
************* Module bb.fetch2
E:517, 8: No value for argument 'cursor' in method call (no-value-for-parameter)
E:1114,40: Instance of 'BBFetchException' has no 'checksum' member (no-member)
E:1670,30: Instance of 'FetchMethod' has no '_latest_revision' member; maybe 'latest_revision'? (no-member)
E:1674,21: Instance of 'FetchMethod' has no '_build_revision' member (no-member)
E:1678,15: Instance of 'FetchMethod' has no '_revision_key' member (no-member)
E:1918,20: Possible unbalanced tuple unpacking with sequence: left side has 2 label(s), right side has 1 value(s) (unbalanced-tuple-unpacking)
************* Module bb.server.xmlrpcserver
E:113, 8: Assigning to function call which only returns None (assignment-from-none)
************* Module bb.server.process
E:344,12: Unexpected keyword argument 'idle' in method call (unexpected-keyword-arg)
E:345,12: Instance of 'BBCooker' has no 'notifier' member (no-member)
E:346,12: Instance of 'BBCooker' has no 'confignotifier' member (no-member)
E:879,18: multiprocessing.current_process is not callable (not-callable)
************* Module oe.buildhistory_analysis
E:551,28: Module 'bb.siggen' has no 'find_siginfo' member (no-member)
************* Module oe.spdx
E:164,26: Instance of 'SPDXObject' has no '_properties' member (no-member)
E:173,19: Instance of 'SPDXObject' has no '_properties' member (no-member)
E:300,12: An attribute defined in json.encoder line 158 hides this method (method-hidden)
E:343,12: Instance of '_ObjectList' has no 'append' member (no-member)
E:345, 8: Instance of '_ObjectList' has no 'append' member (no-member)
E:354,17: Non-iterable value self.externalDocumentRefs is used in an iterating context (not-an-iterable)
************* Module oe.patch
E:709,19: Module 'sys' has no 'exc_value' member (no-member)
************* Module oe.rootfs
E: 53,28: Instance of 'Rootfs' has no 'log_check_expected_regexes' member (no-member)
E: 90,40: Instance of 'Rootfs' has no 'log_check_regex' member (no-member)
************* Module oe.package
E:149,16: Possible unbalanced tuple unpacking with sequence: left side has 2 label(s), right side has 1 value(s) (unbalanced-tuple-unpacking)
E:1088,20: Possible unbalanced tuple unpacking with sequence: left side has 2 label(s), right side has 1 value(s) (unbalanced-tuple-unpacking)
E:1212,16: Possible unbalanced tuple unpacking with sequence: left side has 2 label(s), right side has 1 value(s) (unbalanced-tuple-unpacking)
E:1630,16: Unexpected keyword argument 'text' in constructor call (unexpected-keyword-arg)
E:1639,12: Unexpected keyword argument 'text' in constructor call (unexpected-keyword-arg)
************* Module oe.types
E: 69, 4: Method should have "self" as first argument (no-self-argument)
E: 72, 4: Method should have "self" as first argument (no-self-argument)
************* Module oe.sstatesig
E:150,15: Bad first argument 'SignatureGeneratorBasicHash' given to super() (bad-super-call)
E:218, 8: Bad first argument 'SignatureGeneratorBasicHash' given to super() (bad-super-call)
************* Module oe.prservice
E: 14,19: Instance of 'PRClient' has no 'ping' member (no-member)
E: 36, 8: Instance of 'PRClient' has no 'export' member (no-member)
E: 67,18: Instance of 'PRClient' has no 'importone' member (no-member)
************* Module oe.terminal
E: 42,42: Instance of 'Terminal' has no 'name' member (no-member)
E: 48,22: Instance of 'Terminal' has no 'command' member (no-member)
E: 49,31: Instance of 'Terminal' has no 'command' member (no-member)
E: 51,57: Instance of 'Terminal' has no 'command' member (no-member)
E: 57,38: Instance of 'XTerminal' has no 'name' member (no-member)
************* Module oe.package_manager.deb
E:179, 8: Instance of 'OpkgDpkgPM' has no 'mark_packages' member (no-member)
************* Module oe.package_manager.rpm
E: 22, 8: Assigning to function call which doesn't return (assignment-from-no-return)
************* Module oe.package_manager.ipk
E:161, 8: Instance of 'OpkgDpkgPM' has no 'mark_packages' member (no-member)
************* Module testcasemgmt
F:  1, 0: No module named testcasemgmt (fatal)
************* Module argparse_oe
E:137,15: Bad first argument 'ArgumentParser' given to super() (bad-super-call)
************* Module devtool
E: 82, 4: Too many positional arguments for function call (too-many-function-args)
************* Module devtool.sdk
E: 76, 8: The raise statement is not inside an except clause (misplaced-bare-raise)
************* Module recipetool.create_go
E: 81,20: Not enough arguments for format string (too-few-format-args)
************* Module recipetool.create_buildsys_python
E:215,28: Instance of 'PythonRecipeHandler' has no 'bbvar_map' member (no-member)
E:223,20: Instance of 'PythonRecipeHandler' has no 'bbvar_map' member (no-member)
E:233,15: Instance of 'PythonRecipeHandler' has no 'replacements' member (no-member)
E:236,41: Instance of 'PythonRecipeHandler' has no 'replacements' member (no-member)
************* Module recipetool.append
E:322, 4: Unable to import 'bb.fetch' (import-error)
************* Module checklayer.cases.distro
E: 26,25: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 28,44: Value 'self.td' is unsubscriptable (unsubscriptable-object)
************* Module checklayer.cases.common
E: 58,23: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 67,27: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 96,38: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 97,33: Value 'self.td' is unsubscriptable (unsubscriptable-object)
************* Module checklayer.cases.bsp
E: 26,25: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 28,44: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 43,15: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 46,23: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 49,31: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 70,15: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 82,23: Value 'self.td' is unsubscriptable (unsubscriptable-object)
E: 83,51: Value 'self.td' is unsubscriptable (unsubscriptable-object)
************* Module wic.help
E: 75, 8: wic_help is not callable (not-callable)
