Summary

Comparing branches/commits:
Old: main (merge base) d38a5292
New: 21123/merge 857320be
Lint Rule Removed Added Changed
Total 268 11504 29
unresolved-attribute 0 10151 0
possibly-missing-attribute 0 607 23
invalid-argument-type 0 245 2
unused-ignore-comment 222 0 0
invalid-return-type 3 134 2
invalid-assignment 0 106 0
non-subscriptable 0 103 0
unsupported-operator 0 53 2
call-non-callable 0 51 0
possibly-unresolved-reference 43 0 0
not-iterable 0 24 0
no-matching-overload 0 13 0
too-many-positional-arguments 0 6 0
division-by-zero 0 4 0
unknown-argument 0 3 0
invalid-context-manager 0 2 0
invalid-await 0 1 0
missing-argument 0 1 0

PyGithub (https://github.com/PyGithub/PyGithub)

github/RequiredPullRequestReviews.py

[error] invalid-return-type - :221:16 - Return type does not match returned value: expected `list[Team]`, found `Unknown | None`
[error] invalid-return-type - :226:16 - Return type does not match returned value: expected `list[NamedUser]`, found `Unknown | None`

github/GithubObject.py

[warning] unused-ignore-comment - :465:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :472:61 - Unused blanket `type: ignore` directive

github/PaginatedList.py

[warning] unused-ignore-comment - :242:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :265:92 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :266:92 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :268:35 - Unused blanket `type: ignore` directive

tests/Framework.py

[warning] unused-ignore-comment - :439:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :442:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :447:97 - Unused blanket `type: ignore` directive

aiohttp (https://github.com/aio-libs/aiohttp)

aiohttp/web_request.py

[error] invalid-return-type - :454:16 - Return type does not match returned value: expected `CIMultiDictProxy[str]`, found `MultiMapping[str]`

aiohttp/web_response.py

[error] invalid-return-type - :190:16 - Return type does not match returned value: expected `CIMultiDict[str]`, found `MultiMapping[str]`
[error] invalid-assignment - :205:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] unresolved-attribute - :207:13 - Object of type `MultiMapping[str]` has no attribute `pop`
[error] unresolved-attribute - :253:13 - Object of type `MultiMapping[str]` has no attribute `pop`
[error] invalid-assignment - :255:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :259:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :263:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] unresolved-attribute - :287:13 - Object of type `MultiMapping[str]` has no attribute `pop`
[error] invalid-assignment - :291:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :294:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :298:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :601:17 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :607:25 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method

aiortc (https://github.com/aiortc/aiortc)

src/aiortc/rtcrtpreceiver.py

[error] unsupported-operator - :184:16 - Operator `+` is unsupported between objects of type `Unknown | Literal[0]` and `int | None`
[error] invalid-return-type - :311:16 - Return type does not match returned value: expected `MediaStreamTrack`, found `RemoteStreamTrack | None`

src/aiortc/rtcrtpsender.py

[error] invalid-return-type - :147:16 - Return type does not match returned value: expected `MediaStreamTrack`, found `Unknown | MediaStreamTrack | None`

alerta (https://github.com/alerta/alerta)

alerta/models/history.py

[error] unsupported-operator - :105:34 - Operator `+` is unsupported between objects of type `Literal["/alert/"]` and `Unknown | None`

altair (https://github.com/vega/altair)

altair/vegalite/v6/schema/mixins.py

[warning] unused-ignore-comment - :991:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1001:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1011:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1021:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1031:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1041:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1051:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1061:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1071:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1081:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1091:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1101:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1111:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1121:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1131:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1141:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1151:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1164:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1170:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1178:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1186:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1194:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1202:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1210:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1218:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1226:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1234:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1242:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1250:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1258:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1266:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1274:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1282:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1290:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1298:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1306:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1314:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1322:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1330:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1338:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1346:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1354:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1362:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1370:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1378:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1386:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1394:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1402:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1410:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1418:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1426:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1434:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1442:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1450:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1458:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1466:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1474:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1482:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1490:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1498:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1506:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1514:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1522:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1530:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1538:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1546:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1554:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1562:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1570:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1578:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1586:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1594:44 - Unused blanket `type: ignore` directive

antidote (https://github.com/Finistere/antidote)

src/antidote/core/_catalog.py

[warning] unused-ignore-comment - :392:54 - Unused blanket `type: ignore` directive

apprise (https://github.com/caronc/apprise)

apprise/asset.py

[error] invalid-return-type - :498:16 - Return type does not match returned value: expected `PersistentStoreMode`, found `Unknown | PersistentStoreMode | (NotifyFormat & ~AlwaysFalsy)`
[error] invalid-return-type - :514:16 - Return type does not match returned value: expected `tzinfo`, found `Unknown | None | tzinfo`

apprise/persistent_store.py

[error] invalid-return-type - :1865:16 - Return type does not match returned value: expected `PersistentStoreMode`, found `Unknown | None | PersistentStoreMode`

apprise/plugins/custom_form.py

[warning] possibly-missing-attribute - :473:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["", "/"]`

apprise/plugins/custom_json.py

[warning] possibly-missing-attribute - :371:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["", "/"]`

apprise/plugins/custom_xml.py

[warning] possibly-missing-attribute - :461:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["", "/"]`

apprise/plugins/enigma2.py

[warning] possibly-missing-attribute - :200:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["/"]`

apprise/plugins/fcm/__init__.py

[error] non-subscriptable - :330:19 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :338:16 - Attribute `load` may be missing on object of type `Unknown | GoogleOAuth | GoogleOAuth`
[warning] possibly-missing-attribute - :345:28 - Attribute `project_id` may be missing on object of type `Unknown | GoogleOAuth | GoogleOAuth`
[warning] possibly-missing-attribute - :354:16 - Attribute `access_token` may be missing on object of type `Unknown | GoogleOAuth | GoogleOAuth`

apprise/plugins/msteams.py

[error] unsupported-operator - :537:26 - Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | int | str | tuple[int, int, int] | None` with `Literal[1]`

apprise/plugins/synology.py

[warning] possibly-missing-attribute - :174:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["/"]`

apprise/plugins/vapid/__init__.py

[error] invalid-argument-type - :607:42 - Argument to function `base64_urlencode` is incorrect: Expected `bytes`, found `Unknown | bytes | None`

apprise/plugins/xbmc.py

[error] unsupported-operator - :319:17 - Operator `<=` is not supported for types `tuple[Literal["xbmc"], Literal["kodi"]]` and `int`, in comparing `Unknown | tuple[Literal["xbmc"], Literal["kodi"]]` with `Unknown | Literal[2]`

apprise/utils/pem.py

[warning] possibly-missing-attribute - :858:17 - Attribute `public_bytes` may be missing on object of type `EllipticCurvePublicKey | None`

tests/helpers/rest.py

[error] invalid-argument-type - :561:48 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[Unknown, Unknown, Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

artigraph (https://github.com/artigraph/artigraph)

tests/arti/internal/test_utils.py

[warning] unused-ignore-comment - :40:34 - Unused blanket `type: ignore` directive

src/arti/graphs/__init__.py

[error] invalid-return-type - :145:16 - Return type does not match returned value: expected `frozendict[Artifact, str]`, found `Mapping[Artifact, str]`

src/arti/types/__init__.py

[error] invalid-return-type - :209:16 - Return type does not match returned value: expected `frozendict[str, Type]`, found `Mapping[str, Type]`

arviz (https://github.com/arviz-devs/arviz)

arviz/data/io_beanmachine.py

[warning] possibly-missing-attribute - :48:57 - Attribute `items` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :54:57 - Attribute `items` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :59:57 - Attribute `items` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :65:57 - Attribute `items` may be missing on object of type `Unknown | None`

arviz/data/io_cmdstan.py

[error] non-subscriptable - :233:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :234:40 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :271:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :272:40 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :329:37 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :330:44 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :387:37 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :388:44 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - :454:66 - Object of type `(Unknown & ~Top[dict[Unknown, Unknown]] & ~str) | list[Unknown | str] | None | list[Unknown]` may not be iterable
[error] non-subscriptable - :456:37 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :457:44 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :501:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :502:40 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :539:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :540:40 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :593:37 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :594:44 - Cannot subscript object of type `None` with no `__getitem__` method

arviz/data/io_cmdstanpy.py

[warning] possibly-missing-attribute - :313:23 - Attribute `column_names` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'> & ~<Protocol with members 'stan_vars_cols'>) | None`
[warning] possibly-missing-attribute - :377:23 - Attribute `column_names` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'> & ~<Protocol with members 'stan_vars_cols'>) | None`
[warning] possibly-missing-attribute - :447:23 - Attribute `column_names` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'> & ~<Protocol with members 'stan_vars_cols'>) | None`
[warning] possibly-missing-attribute - :644:26 - Attribute `stan_vars_cols` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'>) | None`
[warning] possibly-missing-attribute - :666:35 - Attribute `stan_vars_cols` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'>) | None`
[warning] possibly-missing-attribute - :698:19 - Attribute `column_names` may be missing on object of type `Unknown | None`

arviz/data/io_numpyro.py

[warning] possibly-missing-attribute - :239:28 - Attribute `get_extra_fields` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :266:23 - Attribute `get_samples` may be missing on object of type `Unknown | None`
[error] invalid-argument-type - :408:27 - Argument to function `infer_dims` is incorrect: Expected `(...) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - :417:27 - Argument to function `infer_dims` is incorrect: Expected `(...) -> Unknown`, found `Unknown | None`

arviz/data/io_pyro.py

[warning] possibly-missing-attribute - :125:16 - Attribute `get_samples` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :132:23 - Attribute `diagnostics` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :148:27 - Attribute `get_samples` may be missing on object of type `Unknown | None`

arviz/data/io_pystan.py

[warning] possibly-missing-attribute - :151:28 - Attribute `values` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo, @Todo]`
[warning] possibly-missing-attribute - :157:48 - Attribute `items` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo, @Todo]`
[warning] possibly-missing-attribute - :163:48 - Attribute `items` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo, @Todo]`
[warning] possibly-missing-attribute - :265:38 - Attribute `data` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :437:28 - Attribute `values` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo, @Todo]`
[warning] possibly-missing-attribute - :443:48 - Attribute `items` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo, @Todo]`
[warning] possibly-missing-attribute - :448:48 - Attribute `items` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo, @Todo]`
[warning] possibly-missing-attribute - :573:38 - Attribute `data` may be missing on object of type `Unknown | None`
[error] not-iterable - :593:20 - Object of type `list[Unknown] | (Unknown & ~str) | None` may not be iterable
[warning] possibly-missing-attribute - :594:34 - Attribute `data` may be missing on object of type `Unknown | None`

bidict (https://github.com/jab/bidict)

bidict/_base.py

[error] invalid-assignment - :200:9 - Object of type `ReferenceType[Self@inverse]` is not assignable to attribute `_invweak` of type `ReferenceType[BidictBase[KT@BidictBase, VT@BidictBase]] | None`

bokeh (https://github.com/bokeh/bokeh)

src/bokeh/client/session.py

[error] invalid-return-type - :366:16 - Return type does not match returned value: expected `Document`, found `Document | None`

src/bokeh/core/property/instance.py

[error] invalid-assignment - :99:13 - Object of type `(@Todo & type) | ((() -> @Todo) & type)` is not assignable to `type[Serializable]`

src/bokeh/models/annotations/legends.py

[error] not-iterable - :352:44 - Object of type `Unknown | List[Unknown]` may not be iterable
[error] invalid-argument-type - :358:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | List[Unknown]`
[error] non-subscriptable - :360:22 - Cannot subscript object of type `List[Unknown]` with no `__getitem__` method
[warning] possibly-missing-attribute - :577:16 - Attribute `is_known` may be missing on object of type `Unknown | Instance[Unknown]`

src/bokeh/models/dom.py

[warning] possibly-missing-attribute - :182:12 - Attribute `lookup` may be missing on object of type `Unknown | Required[Unknown]`

src/bokeh/models/mappers.py

[error] invalid-argument-type - :167:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Unknown]`
[error] invalid-argument-type - :167:31 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | FactorSeq`
[error] non-subscriptable - :168:29 - Cannot subscript object of type `FactorSeq` with no `__getitem__` method
[error] invalid-argument-type - :168:41 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Unknown]`
[error] invalid-argument-type - :380:26 - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~None) | Nullable[Unknown] | list[Unknown]`
[error] invalid-argument-type - :381:28 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Unknown]`
[error] non-subscriptable - :383:37 - Cannot subscript object of type `Nullable[Unknown]` with no `__getitem__` method
[error] invalid-argument-type - :386:42 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~None) | Nullable[Unknown] | list[Unknown]`

src/bokeh/models/renderers/graph_renderer.py

[warning] possibly-missing-attribute - :70:27 - Attribute `data_source` may be missing on object of type `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :72:27 - Attribute `data_source` may be missing on object of type `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :74:25 - Attribute `data_source` may be missing on object of type `Unknown | Instance[Unknown]`

src/bokeh/server/views/doc_handler.py

[error] invalid-await - :54:25 - `Awaitable[None] | None` is not awaitable

src/bokeh/models/layouts.py

[error] unsupported-operator - :318:17 - Operator `<=` is not supported for types `Nullable[Unknown]` and `Nullable[Unknown]`, in comparing `(Unknown & ~None) | Nullable[Unknown] | Literal[0]` with `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - :318:30 - Operator `<=` is not supported for types `Nullable[Unknown]` and `Nullable[Unknown]`, in comparing `(Unknown & ~None) | Nullable[Unknown] | Literal[0]` with `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - :327:17 - Operator `<=` is not supported for types `Nullable[Unknown]` and `Nullable[Unknown]`, in comparing `(Unknown & ~None) | Nullable[Unknown] | Literal[0]` with `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - :327:31 - Operator `<=` is not supported for types `Nullable[Unknown]` and `Nullable[Unknown]`, in comparing `(Unknown & ~None) | Nullable[Unknown] | Literal[0]` with `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] not-iterable - :409:44 - Object of type `Unknown | List[Unknown]` may not be iterable
[error] not-iterable - :434:48 - Object of type `Unknown | Property[Unknown]` may not be iterable
[error] not-iterable - :459:48 - Object of type `Unknown | Property[Unknown]` may not be iterable
[error] invalid-argument-type - :481:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | List[Unknown]`
[error] not-iterable - :487:18 - Object of type `Unknown | List[Unknown]` may not be iterable
[error] invalid-argument-type - :497:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | List[Unknown]`
[error] invalid-argument-type - :497:42 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | List[Unknown]`

src/bokeh/models/plots.py

[error] unsupported-operator - :238:18 - Operator `+` is unsupported between objects of type `Unknown | List[Unknown]` and `Unknown | List[Unknown]`
[warning] possibly-missing-attribute - :277:16 - Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
[error] invalid-assignment - :281:9 - Object of type `list[Tool]` is not assignable to attribute `tools` on type `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :477:25 - Attribute `values` may be missing on object of type `Unknown | Dict`
[warning] possibly-missing-attribute - :479:25 - Attribute `values` may be missing on object of type `Unknown | Dict`
[error] invalid-argument-type - :501:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | List[Unknown]`
[error] not-iterable - :501:57 - Object of type `Unknown | List[Unknown]` may not be iterable
[error] not-iterable - :948:44 - Object of type `Unknown | List[Unknown]` may not be iterable

src/bokeh/models/renderers/glyph_renderer.py

[warning] possibly-missing-attribute - :76:72 - Attribute `filter` may be missing on object of type `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :88:17 - Attribute `properties_with_values` may be missing on object of type `Unknown | Required[Unknown]`
[warning] possibly-missing-attribute - :89:17 - Attribute `dataspecs` may be missing on object of type `Unknown | Required[Unknown]`

src/bokeh/models/sources.py

[error] invalid-argument-type - :256:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Property[Any]`
[warning] possibly-missing-attribute - :263:44 - Attribute `items` may be missing on object of type `Unknown | Property[Any]`

src/bokeh/models/widgets/sliders.py

[error] unsupported-operator - :237:43 - Operator `/` is unsupported between objects of type `(Unknown & Number) | (Required[Unknown] & Number)` and `Literal[1000]`
[error] invalid-return-type - :239:16 - Return type does not match returned value: expected `datetime | None`, found `(Unknown & ~None & ~Number) | (Required[Unknown] & ~Number)`
[error] unsupported-operator - :251:41 - Operator `/` is unsupported between objects of type `(Unknown & Number) | (Required[Unknown] & Number)` and `Literal[1000]`
[error] invalid-return-type - :254:16 - Return type does not match returned value: expected `date | None`, found `(Unknown & ~None & ~Number) | (Required[Unknown] & ~Number)`
[error] not-iterable - :294:18 - Object of type `Required[Unknown]` is not iterable
[error] not-iterable - :314:18 - Object of type `Required[Unknown]` is not iterable
[error] not-iterable - :363:18 - Object of type `Required[Unknown]` is not iterable

cki-lib (https://gitlab.com/cki-project/cki-lib)

tests/test_cronjob.py

[error] invalid-assignment - :80:9 - Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob`
[warning] possibly-missing-attribute - :83:9 - Attribute `join` may be missing on object of type `Unknown | Thread | None`

cloud-init (https://github.com/canonical/cloud-init)

cloudinit/sources/DataSourceDigitalOcean.py

[error] non-subscriptable - :121:23 - Cannot subscript object of type `None` with no `__getitem__` method

cloudinit/sources/DataSourceRbxCloud.py

[error] non-subscriptable - :246:16 - Cannot subscript object of type `None` with no `__getitem__` method

tests/unittests/distros/test_opensuse.py

[error] invalid-assignment - :25:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :44:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :69:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :88:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :113:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :137:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :159:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :184:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :206:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :231:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[error] invalid-assignment - :261:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[warning] possibly-missing-attribute - :264:16 - Attribute `read_only_root` may be missing on object of type `Unknown | Distro`
[error] invalid-assignment - :283:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[warning] possibly-missing-attribute - :286:16 - Attribute `update_method` may be missing on object of type `Unknown | Distro`
[warning] possibly-missing-attribute - :287:16 - Attribute `read_only_root` may be missing on object of type `Unknown | Distro`
[error] invalid-assignment - :304:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[warning] possibly-missing-attribute - :307:16 - Attribute `update_method` may be missing on object of type `Unknown | Distro`
[warning] possibly-missing-attribute - :308:16 - Attribute `read_only_root` may be missing on object of type `Unknown | Distro`
[error] invalid-assignment - :325:9 - Object of type `None` is not assignable to attribute `update_method` on type `Unknown | Distro`
[warning] possibly-missing-attribute - :328:16 - Attribute `update_method` may be missing on object of type `Unknown | Distro`
[warning] possibly-missing-attribute - :329:16 - Attribute `read_only_root` may be missing on object of type `Unknown | Distro`

cloudinit/distros/parsers/hostname.py

[error] not-iterable - :42:38 - Object of type `Unknown | None` may not be iterable

cloudinit/distros/parsers/resolv_conf.py

[warning] possibly-missing-attribute - :43:9 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown]`

cloudinit/net/network_state.py

[error] invalid-argument-type - :261:48 - Argument to bound method `to_passthrough` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | None`
[warning] possibly-missing-attribute - :392:17 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :394:13 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :417:9 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[error] invalid-argument-type - :436:12 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["mac_address"]` on object of type `list[Unknown]`
[error] invalid-assignment - :437:13 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["mac_address"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown]`
[error] invalid-argument-type - :437:36 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["mac_address"]` on object of type `list[Unknown]`
[warning] possibly-missing-attribute - :440:9 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :455:17 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] invalid-assignment - :456:9 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["vlan-raw-device"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown]`
[error] invalid-assignment - :457:9 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["vlan_id"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :458:9 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - :458:28 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["name"]` on object of type `list[Unknown]`
[warning] possibly-missing-attribute - :489:17 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :491:13 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :492:9 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :493:9 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - :493:51 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["name"]` on object of type `list[Unknown]`
[error] unsupported-operator - :497:16 - Operator `not in` is not supported for types `Unknown` and `bool`, in comparing `Unknown` with `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :506:23 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] invalid-assignment - :507:13 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["bond-master"]` and a value of type `Unknown` on object of type `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :510:17 - Attribute `update` may be missing on object of type `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :511:13 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unsupported-operator - :546:16 - Operator `in` is not supported for types `Unknown` and `bool`, in comparing `Unknown` with `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :557:17 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] invalid-assignment - :558:9 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["bridge_ports"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :560:13 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :563:22 - Attribute `get` may be missing on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :574:13 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :576:9 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - :576:28 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["name"]` on object of type `list[Unknown]`
[error] non-subscriptable - :609:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :609:13 - Cannot subscript object of type `bool` with no `__getitem__` method
[error] invalid-argument-type - :609:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["nameservers"]` on object of type `list[Unknown]`
[error] non-subscriptable - :610:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :610:13 - Cannot subscript object of type `bool` with no `__getitem__` method
[error] invalid-argument-type - :610:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["search"]` on object of type `list[Unknown]`
[error] non-subscriptable - :616:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :616:9 - Cannot subscript object of type `bool` with no `__getitem__` method
[error] invalid-assignment - :616:9 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["dns"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :620:9 - Attribute `append` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`

cloudinit/sources/DataSourceEc2.py

[warning] possibly-missing-attribute - :474:24 - Attribute `get` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :486:22 - Attribute `get` may be missing on object of type `Unknown | None`

cloudinit/sources/helpers/azure.py

[warning] unused-ignore-comment - :821:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :847:46 - Unused blanket `type: ignore` directive

tests/unittests/config/test_cc_growpart.py

[error] invalid-assignment - :543:9 - Implicit shadowing of function `device_part_info`

tests/unittests/sources/test_azure.py

[error] unresolved-attribute - :1177:13 - Unresolved attribute `m_get_metadata_from_fabric` on type `Self@get_ds`.
[error] unresolved-attribute - :1178:13 - Unresolved attribute `m_report_failure_to_fabric` on type `Self@get_ds`.
[error] unresolved-attribute - :1179:13 - Unresolved attribute `m_list_possible_azure_ds` on type `Self@get_ds`.
[error] unresolved-attribute - :1184:17 - Unresolved attribute `instance_id` on type `Self@get_ds`.
[error] unresolved-attribute - :1186:17 - Unresolved attribute `instance_id` on type `Self@get_ds`.
[error] unresolved-attribute - :1190:28 - Object of type `Self@get_ds` has no attribute `instance_id`
[error] unresolved-attribute - :1195:13 - Unresolved attribute `m_read_dmi_data` on type `Self@get_ds`.
[error] unresolved-attribute - :1196:13 - Object of type `Self@get_ds` has no attribute `m_read_dmi_data`
[error] unresolved-attribute - :1203:25 - Object of type `Self@get_ds` has no attribute `m_list_possible_azure_ds`
[error] unresolved-attribute - :1208:25 - Object of type `Self@get_ds` has no attribute `m_get_metadata_from_fabric`
[error] unresolved-attribute - :1213:25 - Object of type `Self@get_ds` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :1226:25 - Object of type `Self@get_ds` has no attribute `m_read_dmi_data`
[error] unresolved-attribute - :1958:9 - Object of type `Self@test_dsaz_report_ready_failure_reports_telemetry` has no attribute `m_get_metadata_from_fabric`
[error] unresolved-attribute - :2456:13 - Unresolved attribute `m_partitions_on_device` on type `Self@patchup`.
[error] unresolved-attribute - :2459:13 - Unresolved attribute `m_has_ntfs_filesystem` on type `Self@patchup`.
[error] unresolved-attribute - :2462:13 - Unresolved attribute `m_realpath` on type `Self@patchup`.
[error] unresolved-attribute - :2463:13 - Unresolved attribute `m_exists` on type `Self@patchup`.
[error] unresolved-attribute - :2464:13 - Unresolved attribute `m_selguard` on type `Self@patchup`.
[error] unresolved-attribute - :2466:13 - Object of type `Self@patchup` has no attribute `m_exists`
[error] unresolved-attribute - :2467:13 - Object of type `Self@patchup` has no attribute `m_realpath`
[error] unresolved-attribute - :2468:13 - Object of type `Self@patchup` has no attribute `m_has_ntfs_filesystem`
[error] unresolved-attribute - :2469:13 - Object of type `Self@patchup` has no attribute `m_partitions_on_device`
[error] unresolved-attribute - :2470:13 - Object of type `Self@patchup` has no attribute `m_selguard`
[error] unresolved-attribute - :2471:13 - Object of type `Self@patchup` has no attribute `m_selguard`
[error] unresolved-attribute - :2490:13 - Unresolved attribute `m_mount_cb` on type `Self@domock_mount_cb`.
[error] unresolved-attribute - :2491:13 - Object of type `Self@domock_mount_cb` has no attribute `m_mount_cb`

tests/unittests/sources/test_init.py

[error] invalid-assignment - :79:9 - Object of type `DataSource` is not assignable to attribute `datasource` of type `FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :206:26 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :214:16 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :224:9 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :225:27 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :896:14 - Attribute `default_update_events` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] invalid-assignment - :899:9 - Object of type `Mock` is not assignable to attribute `get_data` on type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :900:20 - Attribute `update_metadata_if_supported` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] invalid-assignment - :917:9 - Object of type `def fake_get_data() -> Unknown` is not assignable to attribute `get_data` on type `Unknown | FixtureFunctionDefinition`
[error] invalid-assignment - :918:9 - Object of type `Literal["something"]` is not assignable to attribute `_network_config` on type `Unknown | FixtureFunctionDefinition`
[error] invalid-assignment - :919:9 - Object of type `Literal[True]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :920:16 - Attribute `update_metadata_if_supported` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :926:25 - Attribute `_network_config` may be missing on object of type `Unknown | FixtureFunctionDefinition`

tests/unittests/sources/test_scaleway.py

[error] unsupported-operator - :224:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | None | str`
[error] unsupported-operator - :231:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | None | str`
[error] invalid-argument-type - :443:30 - Argument to function `_fix_mocking_url` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - :448:30 - Argument to function `_fix_mocking_url` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - :453:30 - Argument to function `_fix_mocking_url` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - :567:30 - Argument to function `_fix_mocking_url` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - :572:30 - Argument to function `_fix_mocking_url` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - :592:30 - Argument to function `_fix_mocking_url` is incorrect: Expected `str`, found `Unknown | None | str`

tests/unittests/test_net.py

[warning] possibly-missing-attribute - :5337:41 - Attribute `keys` may be missing on object of type `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str | None] | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :5494:41 - Attribute `keys` may be missing on object of type `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str | None] | dict[Unknown | str, Unknown | str]`

tests/unittests/test_stages.py

[error] invalid-assignment - :72:9 - Implicit shadowing of function `is_new_instance`
[error] invalid-assignment - :200:9 - Object of type `list[Unknown | NetworkConfigSource]` is not assignable to attribute `network_config_sources` on type `Unknown | DataSource | None`
[error] invalid-assignment - :226:9 - Object of type `list[Unknown | str | NetworkConfigSource]` is not assignable to attribute `network_config_sources` on type `Unknown | DataSource | None`
[error] invalid-assignment - :255:9 - Object of type `list[Unknown | NetworkConfigSource]` is not assignable to attribute `network_config_sources` on type `Unknown | DataSource | None`
[error] invalid-assignment - :458:9 - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` on type `Unknown | Init`
[error] invalid-assignment - :488:9 - Object of type `Unknown | (bound method Init.is_new_instance() -> Unknown)` is not assignable to attribute `is_new_instance` on type `Unknown | Init`
[error] invalid-assignment - :508:9 - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` on type `Unknown | Init`

colour (https://github.com/colour-science/colour)

colour/utilities/array.py

[error] invalid-argument-type - :154:23 - Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `Self@fields`

colour/utilities/network.py

[error] unresolved-attribute - :185:16 - Object of type `Self@id` has no attribute `_id`
[error] invalid-return-type - :232:16 - Return type does not match returned value: expected `Self@parent | None`, found `Unknown | Self@parent | None | Self@__init__`
[error] invalid-return-type - :267:16 - Return type does not match returned value: expected `list[Self@children]`, found `Unknown | list[Self@children] | list[Self@__init__]`
[warning] possibly-missing-attribute - :1814:41 - Attribute `edges` may be missing on object of type `Unknown | Self@children | Self@__init__`

comtypes (https://github.com/enthought/comtypes)

comtypes/_post_coinit/_cominterface_meta_patcher.py

[error] unresolved-attribute - :97:26 - Object of type `Self@__getitem__` has no attribute `Item`
[error] unresolved-attribute - :115:17 - Object of type `Self@__setitem__` has no attribute `Item`

core (https://github.com/home-assistant/core)

homeassistant/components/altruist/sensor.py

[error] unresolved-attribute - :274:16 - Object of type `SensorEntityDescription` has no attribute `native_value_fn`

homeassistant/components/justnimbus/sensor.py

[error] unresolved-attribute - :138:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`

homeassistant/components/madvr/sensor.py

[error] unresolved-attribute - :279:15 - Object of type `SensorEntityDescription` has no attribute `value_fn`

homeassistant/components/meteoclimatic/sensor.py

[error] invalid-argument-type - :152:25 - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
[warning] possibly-missing-attribute - :152:35 - Attribute `unique_id` may be missing on object of type `ConfigEntry[Any] | None`

homeassistant/components/mobile_app/device_tracker.py

[warning] possibly-missing-attribute - :70:16 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] invalid-return-type - :70:16 - Return type does not match returned value: expected `int | None`, found `Unknown | None | tuple[Any | None, Any | None]`
[warning] possibly-missing-attribute - :77:26 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[warning] possibly-missing-attribute - :85:16 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] invalid-return-type - :85:16 - Return type does not match returned value: expected `int | float`, found `Unknown | tuple[Any | None, Any | None] | None`
[warning] possibly-missing-attribute - :90:20 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[warning] possibly-missing-attribute - :98:20 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[warning] possibly-missing-attribute - :106:29 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] invalid-return-type - :113:20 - Return type does not match returned value: expected `str | None`, found `(Unknown & ~AlwaysFalsy & ~Literal["home"]) | tuple[Any | None, Any | None]`

homeassistant/components/mobile_app/entity.py

[error] invalid-argument-type - :83:28 - Argument to function `device_info` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | MappingProxyType[str, Any]`

homeassistant/components/owntracks/device_tracker.py

[error] invalid-return-type - :83:16 - Return type does not match returned value: expected `int | None`, found `Unknown | None | tuple[Any | None, Any | None]`
[error] invalid-return-type - :88:16 - Return type does not match returned value: expected `dict[str, Any] | None`, found `Unknown | None | tuple[Any | None, Any | None]`
[error] invalid-return-type - :93:16 - Return type does not match returned value: expected `int | float`, found `Unknown | tuple[Any | None, Any | None] | None`
[error] non-subscriptable - :100:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :109:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-return-type - :116:16 - Return type does not match returned value: expected `str | None`, found `Unknown | None | tuple[Any | None, Any | None]`
[error] invalid-return-type - :121:16 - Return type does not match returned value: expected `SourceType`, found `Unknown | tuple[Any | None, Any | None] | None`
[error] invalid-assignment - :128:35 - Invalid assignment to key "name" with declared type `str | None` on TypedDict `DeviceInfo`: value of type `Unknown | tuple[Any | None, Any | None] | None`

homeassistant/components/repetier/sensor.py

[error] no-matching-overload - :130:16 - No overload of function `round` matches arguments
[error] no-matching-overload - :151:16 - No overload of function `round` matches arguments

homeassistant/components/route_b_smart_meter/sensor.py

[error] unresolved-attribute - :109:16 - Object of type `SensorEntityDescription` has no attribute `value_accessor`

homeassistant/components/soma/cover.py

[error] invalid-return-type - :62:16 - Return type does not match returned value: expected `int`, found `Unknown | int | float`

homeassistant/components/tesla_wall_connector/binary_sensor.py

[error] unresolved-attribute - :80:16 - Object of type `BinarySensorEntityDescription` has no attribute `value_fn`

homeassistant/components/nextcloud/sensor.py

[warning] unused-ignore-comment - :625:55 - Unused blanket `type: ignore` directive

homeassistant/components/onvif/entity.py

[warning] unused-ignore-comment - :36:69 - Unused blanket `type: ignore` directive

homeassistant/components/aemet/sensor.py

[error] invalid-argument-type - :406:38 - Argument to bound method `get_aemet_value` is incorrect: Expected `list[str]`, found `list[str] | None`

homeassistant/components/aftership/sensor.py

[error] invalid-return-type - :106:16 - Return type does not match returned value: expected `dict[str, str]`, found `Unknown | dict[Unknown | str, Unknown | int | list[Unknown]] | dict[str, Any]`

homeassistant/components/airq/number.py

[error] unresolved-attribute - :75:16 - Object of type `NumberEntityDescription` has no attribute `value`

homeassistant/components/auth/__init__.py

[warning] unused-ignore-comment - :265:63 - Unused blanket `type: ignore` directive

homeassistant/components/axis/light.py

[warning] division-by-zero - :96:21 - Cannot divide object of type `Literal[0]` by zero

homeassistant/components/buienradar/util.py

[warning] possibly-missing-attribute - :185:16 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :190:16 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :195:16 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :201:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :209:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :217:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :225:24 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :233:24 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :241:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :249:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :257:24 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[warning] possibly-missing-attribute - :264:16 - Attribute `get` may be missing on object of type `dict[str, Any] | None`

homeassistant/components/concord232/binary_sensor.py

[error] non-subscriptable - :129:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :135:21 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/config/view.py

[warning] unused-ignore-comment - :122:41 - Unused blanket `type: ignore` directive

homeassistant/components/cups/sensor.py

[error] non-subscriptable - :203:16 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/deconz/light.py

[error] unsupported-operator - :255:12 - Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown | ColorMode` with `set[ColorMode] | set[str] | None`

homeassistant/components/devolo_home_network/binary_sensor.py

[error] unresolved-attribute - :90:16 - Object of type `BinarySensorEntityDescription` has no attribute `value_func`

homeassistant/components/digital_ocean/binary_sensor.py

[warning] possibly-missing-attribute - :79:16 - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :84:16 - Attribute `status` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :95:30 - Attribute `created_at` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :96:30 - Attribute `id` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :97:32 - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :98:28 - Attribute `features` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :99:32 - Attribute `ip_address` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :100:32 - Attribute `ip_v6_address` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :101:26 - Attribute `memory` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :102:26 - Attribute `region` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :103:25 - Attribute `vcpus` may be missing on object of type `Unknown | None`

homeassistant/components/digital_ocean/switch.py

[warning] possibly-missing-attribute - :80:16 - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :85:16 - Attribute `status` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :91:30 - Attribute `created_at` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :92:30 - Attribute `id` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :93:32 - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :94:28 - Attribute `features` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :95:32 - Attribute `ip_address` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :96:32 - Attribute `ip_v6_address` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :97:26 - Attribute `memory` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :98:26 - Attribute `region` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :99:25 - Attribute `vcpus` may be missing on object of type `Unknown | None`

homeassistant/components/eufy/light.py

[error] unsupported-operator - :95:20 - Operator `*` is unsupported between objects of type `Unknown | None | Literal[100]` and `Literal[255]`
[error] unsupported-operator - :102:16 - Operator `*` is unsupported between objects of type `Unknown | None` and `Literal[3800]`

homeassistant/components/forked_daapd/media_player.py

[error] non-subscriptable - :182:37 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :187:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :194:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :199:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :452:12 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :454:12 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :456:20 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["selected"]` on object of type `str`
[error] invalid-argument-type - :458:12 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :465:16 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["volume"]` on object of type `list[Unknown]`
[error] unsupported-operator - :465:16 - Operator `/` is unsupported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[100]`
[error] invalid-argument-type - :470:16 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["volume"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :475:16 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :485:16 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_length_ms"]` on object of type `list[Unknown]`
[error] unsupported-operator - :485:16 - Operator `/` is unsupported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[1000]`
[error] invalid-argument-type - :490:16 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_progress_ms"]` on object of type `list[Unknown]`
[error] unsupported-operator - :490:16 - Operator `/` is unsupported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[1000]`
[error] invalid-argument-type - :533:16 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["shuffle"]` on object of type `list[Unknown]`

homeassistant/components/fujitsu_fglair/entity.py

[error] invalid-argument-type - :38:16 - Method `__getitem__` of type `bound method dict[str, Unknown].__getitem__(key: str, /) -> Unknown` cannot be called with key of type `Unknown | None` on object of type `dict[str, Unknown]`

homeassistant/components/homekit_controller/switch.py

[error] unresolved-attribute - :201:36 - Object of type `SwitchEntityDescription` has no attribute `true_value`

homeassistant/components/homematic/entity.py

[warning] possibly-missing-attribute - :73:16 - Attribute `replace` may be missing on object of type `Unknown | str | None`

homeassistant/components/hunterdouglas_powerview/select.py

[error] unresolved-attribute - :101:16 - Object of type `SelectEntityDescription` has no attribute `current_fn`
[error] unresolved-attribute - :106:16 - Object of type `SelectEntityDescription` has no attribute `options_fn`

homeassistant/components/intesishome/climate.py

[error] invalid-return-type - :409:20 - Return type does not match returned value: expected `HVACMode`, found `Unknown | None | HVACMode`

homeassistant/components/iotty/cover.py

[error] invalid-return-type - :148:16 - Return type does not match returned value: expected `CoverEntityFeature`, found `CoverEntityFeature | None`

homeassistant/components/itunes/media_player.py

[error] unsupported-operator - :298:16 - Operator `/` is unsupported between objects of type `Unknown | None` and `float`

homeassistant/components/knx/sensor.py

[error] unresolved-attribute - :217:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`
[error] unresolved-attribute - :222:12 - Object of type `SensorEntityDescription` has no attribute `always_available`

homeassistant/components/linux_battery/sensor.py

[warning] possibly-missing-attribute - :104:28 - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :105:28 - Attribute `path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :106:30 - Attribute `health` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :107:30 - Attribute `status` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :110:24 - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :111:24 - Attribute `path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :112:25 - Attribute `alarm` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :113:34 - Attribute `capacity_level` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :114:31 - Attribute `cycle_count` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :115:31 - Attribute `energy_full` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :116:38 - Attribute `energy_full_design` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :117:30 - Attribute `energy_now` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :118:32 - Attribute `manufacturer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :119:30 - Attribute `model_name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :120:29 - Attribute `power_now` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :121:33 - Attribute `serial_number` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :122:26 - Attribute `status` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :123:38 - Attribute `voltage_min_design` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :124:31 - Attribute `voltage_now` may be missing on object of type `Unknown | None`

homeassistant/components/meteoclimatic/weather.py

[error] invalid-argument-type - :68:25 - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
[warning] possibly-missing-attribute - :68:35 - Attribute `unique_id` may be missing on object of type `ConfigEntry[Any] | None`

homeassistant/components/mpd/media_player.py

[warning] possibly-missing-attribute - :210:16 - Attribute `get` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :215:32 - Attribute `get` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :227:16 - Attribute `get` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :228:17 - Attribute `get` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :229:21 - Attribute `get` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :245:19 - Attribute `get` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :253:16 - Attribute `get` may be missing on object of type `Unknown | None`

homeassistant/components/mqtt/client.py

[warning] unused-ignore-comment - :1094:53 - Unused blanket `type: ignore` directive

homeassistant/components/oasa_telematics/sensor.py

[error] non-subscriptable - :120:34 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :121:33 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py

[error] unsupported-operator - :137:12 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["drying"]` with `Unknown | list[Unknown | str] | list[str] | None`

homeassistant/components/plex/media_player.py

[error] unsupported-operator - :392:28 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
[error] unsupported-operator - :422:17 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`

homeassistant/components/plex/server.py

[warning] possibly-missing-attribute - :563:16 - Attribute `friendlyName` may be missing on object of type `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :568:16 - Attribute `machineIdentifier` may be missing on object of type `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :573:16 - Attribute `_baseurl` may be missing on object of type `Unknown | None | PlexServer`
[error] non-subscriptable - :578:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :583:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :588:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :593:16 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :598:16 - Attribute `library` may be missing on object of type `Unknown | None | PlexServer`

homeassistant/components/roon/server.py

[warning] possibly-missing-attribute - :88:16 - Attribute `zones` may be missing on object of type `Unknown | None`

homeassistant/components/smhi/weather.py

[warning] possibly-missing-attribute - :139:26 - Attribute `daily` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`

homeassistant/components/solax/sensor.py

[warning] possibly-missing-attribute - :156:16 - Attribute `data` may be missing on object of type `Unknown | dict[str, Any]`

homeassistant/components/songpal/media_player.py

[warning] possibly-missing-attribute - :253:16 - Attribute `macAddr` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :253:41 - Attribute `wirelessMacAddr` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :259:12 - Attribute `macAddr` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :260:57 - Attribute `macAddr` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :261:12 - Attribute `wirelessMacAddr` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :262:57 - Attribute `wirelessMacAddr` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :269:24 - Attribute `version` may be missing on object of type `Unknown | None`

homeassistant/components/soundtouch/media_player.py

[warning] possibly-missing-attribute - :120:16 - Attribute `actual` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :136:16 - Attribute `source` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :141:16 - Attribute `muted` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :190:16 - Attribute `image` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :195:12 - Attribute `station_name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :196:20 - Attribute `station_name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :197:12 - Attribute `artist` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :198:23 - Attribute `artist` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :198:47 - Attribute `track` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :205:16 - Attribute `duration` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :210:16 - Attribute `artist` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :215:16 - Attribute `track` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :220:16 - Attribute `album` may be missing on object of type `Unknown | None`

homeassistant/components/swiss_hydrological_data/sensor.py

[error] non-subscriptable - :106:19 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/switcher_kis/sensor.py

[error] unresolved-attribute - :138:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`

homeassistant/components/syncthing/sensor.py

[error] non-subscriptable - :111:16 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/template/light.py

[error] invalid-return-type - :360:16 - Return type does not match returned value: expected `tuple[int, int, int] | None`, found `Unknown | None | tuple[None | Unknown, None | Unknown, None | Unknown]`
[error] invalid-return-type - :365:16 - Return type does not match returned value: expected `tuple[int, int, int, int] | None`, found `Unknown | None | tuple[None | Unknown, None | Unknown, None | Unknown, None | Unknown]`
[error] invalid-return-type - :370:16 - Return type does not match returned value: expected `tuple[int, int, int, int, int] | None`, found `Unknown | None | tuple[None | Unknown, None | Unknown, None | Unknown, None | Unknown, None | Unknown]`

homeassistant/components/tomorrowio/weather.py

[error] invalid-argument-type - :211:13 - Argument to function `_translate_condition` is incorrect: Expected `int | None`, found `int | str | float | None`

homeassistant/components/vicare/climate.py

[error] invalid-argument-type - :287:44 - Argument to function `to_ha_preset` is incorrect: Expected `str`, found `str | None`

homeassistant/components/volvo/entity.py

[error] unresolved-attribute - :95:12 - Object of type `EntityDescription` has no attribute `api_field`
[error] unresolved-attribute - :97:17 - Object of type `EntityDescription` has no attribute `api_field`

homeassistant/components/whirlpool/binary_sensor.py

[error] unresolved-attribute - :76:16 - Object of type `BinarySensorEntityDescription` has no attribute `value_fn`

homeassistant/components/whirlpool/sensor.py

[error] unresolved-attribute - :335:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`
[error] unresolved-attribute - :452:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`

homeassistant/components/wirelesstag/switch.py

[error] invalid-return-type - :103:16 - Return type does not match returned value: expected `bool`, found `Unknown | None`

homeassistant/components/worldtidesinfo/sensor.py

[error] non-subscriptable - :88:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :89:42 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :90:40 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :91:41 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :92:39 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :93:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :94:42 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :95:40 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :96:41 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :97:39 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/zhong_hong/climate.py

[error] invalid-return-type - :200:20 - Return type does not match returned value: expected `HVACMode`, found `Unknown | None | HVACMode`

homeassistant/helpers/entity_component.py

[warning] unused-ignore-comment - :136:41 - Unused blanket `type: ignore` directive

homeassistant/runner.py

[warning] unused-ignore-comment - :187:45 - Unused blanket `type: ignore` directive

dd-trace-py (https://github.com/DataDog/dd-trace-py)

ddtrace/internal/ci_visibility/_api_client.py

[error] unsupported-operator - :338:16 - Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`
[error] unsupported-operator - :339:54 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[500]`
[error] unsupported-operator - :342:20 - Operator `>=` is not supported for types `None` and `int`, in comparing `(Unknown & ~Literal[403]) | None` with `Literal[500]`
[error] invalid-argument-type - :343:54 - Argument to bound method `__init__` is incorrect: Expected `int`, found `(Unknown & ~Literal[403]) | None`
[error] invalid-argument-type - :344:50 - Argument to bound method `__init__` is incorrect: Expected `int`, found `(Unknown & ~Literal[403]) | None`

ddtrace/settings/asm.py

[error] invalid-return-type - :318:16 - Return type does not match returned value: expected `bool`, found `Unknown | Literal[False] | (EnvVariable[Literal[False]] & ~AlwaysTruthy) | EnvVariable[Literal[True]]`
[error] invalid-return-type - :322:16 - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysFalsy & ~AlwaysTruthy) | (EnvVariable[Literal[False]] & ~AlwaysFalsy & ~AlwaysTruthy) | bool`
[error] invalid-return-type - :331:20 - Return type does not match returned value: expected `str`, found `Unknown | EnvVariable[Literal["identification"]] | Literal["disabled"]`

ddtrace/vendor/psutil/__init__.py

[warning] possibly-missing-attribute - :596:25 - Attribute `uids` may be missing on object of type `Self@oneshot & ~<Protocol with members '_cache'>`
[warning] possibly-missing-attribute - :605:25 - Attribute `uids` may be missing on object of type `Self@oneshot & ~<Protocol with members '_cache'>`
[warning] possibly-missing-attribute - :1313:13 - Attribute `_send_signal` may be missing on object of type `Self@send_signal`
[warning] possibly-missing-attribute - :1316:17 - Attribute `kill` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - :1320:17 - Attribute `send_signal` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - :1333:13 - Attribute `_send_signal` may be missing on object of type `Self@suspend`
[warning] possibly-missing-attribute - :1335:13 - Attribute `suspend` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - :1344:13 - Attribute `_send_signal` may be missing on object of type `Self@resume`
[warning] possibly-missing-attribute - :1346:13 - Attribute `resume` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - :1355:13 - Attribute `_send_signal` may be missing on object of type `Self@terminate`
[warning] possibly-missing-attribute - :1357:13 - Attribute `kill` may be missing on object of type `Unknown | Process`
[warning] possibly-missing-attribute - :1365:13 - Attribute `_send_signal` may be missing on object of type `Self@kill`
[warning] possibly-missing-attribute - :1367:13 - Attribute `kill` may be missing on object of type `Unknown | Process`

ddtrace/vendor/psutil/_pslinux.py

[warning] possibly-missing-attribute - :1958:37 - Attribute `_get_eligible_cpus` may be missing on object of type `Self@cpu_affinity_set`

tests/ci_visibility/test_ci_visibility.py

[error] unresolved-attribute - :1631:9 - Unresolved attribute `_codeowner_patterns` on type `CIVisibility`.
[error] unresolved-attribute - :1634:9 - Unresolved attribute `_config` on type `CIVisibility`.

tests/contrib/patch.py

[error] invalid-argument-type - :369:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :371:13 - Object of type `None` is not callable
[error] invalid-argument-type - :387:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :388:13 - Object of type `None` is not callable
[error] call-non-callable - :406:13 - Object of type `None` is not callable
[error] invalid-argument-type - :407:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :409:13 - Object of type `None` is not callable
[error] call-non-callable - :427:13 - Object of type `None` is not callable
[error] invalid-argument-type - :428:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :430:13 - Object of type `None` is not callable
[error] call-non-callable - :447:13 - Object of type `None` is not callable
[error] call-non-callable - :448:13 - Object of type `None` is not callable
[error] invalid-argument-type - :449:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :471:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :472:13 - Object of type `None` is not callable
[error] call-non-callable - :474:13 - Object of type `None` is not callable
[error] call-non-callable - :476:13 - Object of type `None` is not callable
[error] call-non-callable - :477:13 - Object of type `None` is not callable
[error] call-non-callable - :498:13 - Object of type `None` is not callable
[error] invalid-argument-type - :499:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :501:13 - Object of type `None` is not callable
[error] call-non-callable - :503:13 - Object of type `None` is not callable
[error] call-non-callable - :524:13 - Object of type `None` is not callable
[error] call-non-callable - :525:13 - Object of type `None` is not callable
[error] invalid-argument-type - :526:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :528:13 - Object of type `None` is not callable
[error] call-non-callable - :549:13 - Object of type `None` is not callable
[error] call-non-callable - :550:13 - Object of type `None` is not callable
[error] call-non-callable - :551:13 - Object of type `None` is not callable
[error] invalid-argument-type - :552:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :569:13 - Object of type `None` is not callable
[error] call-non-callable - :570:13 - Object of type `None` is not callable
[error] call-non-callable - :571:13 - Object of type `None` is not callable
[error] invalid-argument-type - :572:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :591:13 - Object of type `None` is not callable
[error] call-non-callable - :592:13 - Object of type `None` is not callable
[error] invalid-argument-type - :593:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :611:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :612:13 - Object of type `None` is not callable
[error] call-non-callable - :614:13 - Object of type `None` is not callable
[error] invalid-argument-type - :632:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :634:13 - Object of type `None` is not callable
[error] call-non-callable - :636:13 - Object of type `None` is not callable
[error] call-non-callable - :654:13 - Object of type `None` is not callable
[error] invalid-argument-type - :655:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :657:13 - Object of type `None` is not callable
[error] invalid-argument-type - :678:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :679:13 - Object of type `None` is not callable
[error] call-non-callable - :681:13 - Object of type `None` is not callable
[error] call-non-callable - :683:13 - Object of type `None` is not callable
[error] call-non-callable - :703:13 - Object of type `None` is not callable
[error] call-non-callable - :704:13 - Object of type `None` is not callable
[error] invalid-argument-type - :705:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :707:13 - Object of type `None` is not callable
[error] call-non-callable - :726:13 - Object of type `None` is not callable
[error] call-non-callable - :727:13 - Object of type `None` is not callable
[error] call-non-callable - :728:13 - Object of type `None` is not callable
[error] invalid-argument-type - :729:46 - Argument to function `import_module` is incorrect: Expected `str`, found `Unknown | None`

tests/contrib/vertica/test_vertica.py

[error] unresolved-attribute - :412:21 - Object of type `Self@test_user_specified_service_default` has no attribute `test_conn`
[error] unresolved-attribute - :413:35 - Object of type `Self@test_user_specified_service_default` has no attribute `test_tracer`
[error] unresolved-attribute - :418:17 - Object of type `Self@test_user_specified_service_default` has no attribute `test_tracer`
[error] unresolved-attribute - :436:21 - Object of type `Self@test_user_specified_service_v0` has no attribute `test_conn`
[error] unresolved-attribute - :437:35 - Object of type `Self@test_user_specified_service_v0` has no attribute `test_tracer`
[error] unresolved-attribute - :442:17 - Object of type `Self@test_user_specified_service_v0` has no attribute `test_tracer`
[error] unresolved-attribute - :460:21 - Object of type `Self@test_user_specified_service_v1` has no attribute `test_conn`
[error] unresolved-attribute - :461:35 - Object of type `Self@test_user_specified_service_v1` has no attribute `test_tracer`
[error] unresolved-attribute - :466:17 - Object of type `Self@test_user_specified_service_v1` has no attribute `test_tracer`
[error] unresolved-attribute - :478:21 - Object of type `Self@test_unspecified_service_v0` has no attribute `test_conn`
[error] unresolved-attribute - :479:35 - Object of type `Self@test_unspecified_service_v0` has no attribute `test_tracer`
[error] unresolved-attribute - :484:17 - Object of type `Self@test_unspecified_service_v0` has no attribute `test_tracer`
[error] unresolved-attribute - :496:21 - Object of type `Self@test_unspecified_service_v1` has no attribute `test_conn`
[error] unresolved-attribute - :497:35 - Object of type `Self@test_unspecified_service_v1` has no attribute `test_tracer`
[error] unresolved-attribute - :502:17 - Object of type `Self@test_unspecified_service_v1` has no attribute `test_tracer`
[error] unresolved-attribute - :513:21 - Object of type `Self@test_operation_name_v0` has no attribute `test_conn`
[error] unresolved-attribute - :543:17 - Object of type `Self@test_operation_name_v0` has no attribute `test_tracer`
[error] unresolved-attribute - :559:21 - Object of type `Self@test_operation_name_v1` has no attribute `test_conn`
[error] unresolved-attribute - :589:17 - Object of type `Self@test_operation_name_v1` has no attribute `test_tracer`

tests/debugging/exploration/debugger.py

[error] invalid-return-type - :153:16 - Return type does not match returned value: expected `list[bytes | None]`, found `(list[bytes] & ~AlwaysFalsy) | list[Unknown | None]`

tests/debugging/test_uploader.py

[error] not-iterable - :27:46 - Object of type `Unknown | Queue[Unknown]` may not be iterable

tests/tracer/test_span.py

[error] unsupported-operator - :902:19 -
Old: Operator `+` is unsupported between objects of type `Unknown | int` and `Unknown | None | int`
New: Operator `+` is unsupported between objects of type `Unknown | int` and `Unknown | int | None`

tests/utils.py

[error] invalid-assignment - :556:9 - Object of type `Unknown | DummyTracer` is not assignable to attribute `tracer` of type `None`
[warning] possibly-missing-attribute - :718:16 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :723:16 - Attribute `msgpack_encoder` may be missing on object of type `Unknown | TraceWriter`

discord.py (https://github.com/Rapptz/discord.py)

discord/integrations.py

[warning] unused-ignore-comment - :220:52 - Unused blanket `type: ignore` directive

discord/stage_instance.py

[warning] unused-ignore-comment - :119:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :125:73 - Unused blanket `type: ignore` directive

discord/ui/dynamic.py

[warning] unused-ignore-comment - :146:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :156:38 - Unused blanket `type: ignore` directive

discord/user.py

[warning] unused-ignore-comment - :341:126 - Unused blanket `type: ignore` directive

discord/voice_client.py

[warning] unused-ignore-comment - :253:34 - Unused blanket `type: ignore` directive

discord/abc.py

[warning] unused-ignore-comment - :702:58 - Unused blanket `type: ignore` directive

discord/app_commands/models.py

[error] invalid-return-type - :926:16 - Return type does not match returned value: expected `Member | None`, found `(Guild & ~AlwaysTruthy) | None | Member`
[warning] unused-ignore-comment - :900:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :910:71 - Unused blanket `type: ignore` directive

discord/emoji.py

[warning] possibly-missing-attribute - :186:16 - Attribute `_get_guild` may be missing on object of type `Any | None | ConnectionState[Client]`

discord/ext/commands/bot.py

[warning] unused-ignore-comment - :258:32 - Unused blanket `type: ignore` directive

discord/ext/commands/core.py

[error] invalid-return-type - :516:16 - Return type does not match returned value: expected `CogT@cog`, found `Unknown | CogT@cog | typing.TypeVar`

discord/ext/commands/hybrid.py

[error] invalid-return-type - :539:16 - Return type does not match returned value: expected `CogT@cog`, found `Unknown | CogT@cog`
[error] invalid-return-type - :707:16 - Return type does not match returned value: expected `CogT@cog`, found `Unknown | CogT@cog`

discord/guild.py

[warning] unused-ignore-comment - :739:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :741:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :907:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :916:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :933:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :946:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :957:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :969:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1058:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1169:48 - Unused blanket `type: ignore` directive

discord/interactions.py

[error] invalid-return-type - :307:16 - Return type does not match returned value: expected `Guild | None`, found `(ConnectionState[ClientT@Interaction] & ~AlwaysTruthy & ~AlwaysFalsy) | (Guild & ~AlwaysFalsy) | Any | None`
[warning] possibly-missing-attribute - :349:32 - Attribute `get` may be missing on object of type `@Todo | None`
[warning] possibly-missing-attribute - :368:20 - Attribute `get` may be missing on object of type `@Todo | None`

discord/message.py

[error] invalid-return-type - :713:16 - Return type does not match returned value: expected `Message | None`, found `(ConnectionState[Client] & ~AlwaysTruthy) | None | Message`
[warning] unused-ignore-comment - :457:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2581:83 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2585:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2589:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2774:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2799:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2840:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2841:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2844:77 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2866:89 - Unused blanket `type: ignore` directive

discord/scheduled_event.py

[warning] unused-ignore-comment - :182:57 - Unused blanket `type: ignore` directive

discord/shard.py

[warning] unused-ignore-comment - :124:34 - Unused blanket `type: ignore` directive

discord/soundboard.py

[warning] possibly-missing-attribute - :232:20 - Attribute `get_user` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - :233:21 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`

discord/sticker.py

[warning] possibly-missing-attribute - :434:16 - Attribute `_get_guild` may be missing on object of type `Any | None | ConnectionState[Client]`
[warning] unused-ignore-comment - :123:88 - Unused blanket `type: ignore` directive

discord/threads.py

[warning] unused-ignore-comment - :286:43 - Unused blanket `type: ignore` directive

discord/ui/view.py

[error] invalid-return-type - :337:16 - Return type does not match returned value: expected `list[Item[Self@children]]`, found `list[Item[Self@__init__]]`

discord/webhook/async_.py

[warning] unused-ignore-comment - :1051:62 - Unused blanket `type: ignore` directive

dragonchain (https://github.com/dragonchain/dragonchain)

dragonchain/job_processor/contract_job_utest.py

[error] non-subscriptable - :136:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :137:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :146:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :147:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :148:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :149:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - :263:13 - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :264:13 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[warning] possibly-missing-attribute - :269:13 - Attribute `assert_called_once` may be missing on object of type `Unknown | (bound method SmartContractModel.set_state(state: str | ContractState, msg: str = Literal[""]) -> None) | MagicMock`
[error] invalid-assignment - :274:9 - Object of type `MagicMock` is not assignable to attribute `docker_login_if_necessary` on type `Unknown | ContractJob`
[error] invalid-assignment - :280:9 - Object of type `MagicMock` is not assignable to attribute `pull_image` on type `Unknown | ContractJob`
[error] invalid-assignment - :281:9 - Object of type `MagicMock` is not assignable to attribute `create_dockerfile` on type `Unknown | ContractJob`
[error] invalid-assignment - :307:9 - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :308:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :309:9 - Object of type `MagicMock` is not assignable to attribute `send_report` on type `Unknown | ContractJob`
[error] invalid-assignment - :330:9 - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :331:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :342:9 - Object of type `Literal["update"]` is not assignable to attribute `task_type` on type `Unknown | ContractJob`
[error] invalid-assignment - :355:9 - Object of type `Literal["update"]` is not assignable to attribute `task_type` on type `Unknown | ContractJob`
[error] invalid-assignment - :356:9 - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :357:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :375:9 - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :376:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :390:9 - Object of type `MagicMock` is not assignable to attribute `contract_service` on type `Unknown | ContractJob`
[error] invalid-assignment - :416:9 - Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :417:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[warning] possibly-missing-attribute - :431:9 - Attribute `update` may be missing on object of type `Unknown | None`
[error] invalid-assignment - :453:9 - Object of type `MagicMock` is not assignable to attribute `schedule_contract` on type `Unknown | ContractJob`
[error] invalid-assignment - :454:9 - Object of type `MagicMock` is not assignable to attribute `build_contract_image` on type `Unknown | ContractJob`
[error] invalid-assignment - :455:9 - Object of type `MagicMock` is not assignable to attribute `deploy_to_openfaas` on type `Unknown | ContractJob`
[error] invalid-assignment - :456:9 - Object of type `MagicMock` is not assignable to attribute `create_openfaas_secrets` on type `Unknown | ContractJob`
[error] invalid-assignment - :458:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :459:9 - Object of type `MagicMock` is not assignable to attribute `populate_api_keys` on type `Unknown | ContractJob`
[error] invalid-assignment - :465:9 - Object of type `MagicMock` is not assignable to attribute `deploy_to_openfaas` on type `Unknown | ContractJob`
[error] invalid-assignment - :466:9 - Object of type `MagicMock` is not assignable to attribute `schedule_contract` on type `Unknown | ContractJob`
[error] invalid-assignment - :468:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :469:9 - Object of type `MagicMock` is not assignable to attribute `create_openfaas_secrets` on type `Unknown | ContractJob`

dragonchain/lib/dto/bnb_utest.py

[error] invalid-assignment - :109:9 - Object of type `MagicMock` is not assignable to attribute `_fetch_account` on type `Unknown | BinanceNetwork`

egglog-python (https://github.com/egraphs-good/egglog-python)

python/egglog/builtins.py

[error] no-matching-overload - :469:21 - No overload of function `get_callable_args` matches arguments
[error] no-matching-overload - :539:21 - No overload of function `get_callable_args` matches arguments
[error] no-matching-overload - :594:15 - No overload of function `get_callable_args` matches arguments
[error] no-matching-overload - :805:15 - No overload of function `get_callable_args` matches arguments
[error] no-matching-overload - :907:21 - No overload of function `get_callable_args` matches arguments
[error] invalid-return-type - :1092:20 - Return type does not match returned value: expected `(...) -> T@value`, found `str`

freqtrade (https://github.com/freqtrade/freqtrade)

freqtrade/freqai/torch/PyTorchModelTrainer.py

[warning] possibly-missing-attribute - :118:13 - Attribute `log_scalar` may be missing on object of type `Unknown | None`

httpx-caching (https://github.com/johtso/httpx-caching)

httpx_caching/_async/_transport.py

[warning] unused-ignore-comment - :105:38 - Unused blanket `type: ignore` directive

httpx_caching/_sync/_transport.py

[warning] unused-ignore-comment - :105:38 - Unused blanket `type: ignore` directive

hydpy (https://github.com/hydpy-dev/hydpy)

hydpy/models/whmod/whmod_sequences.py

[error] unresolved-attribute - :17:16 - Object of type `Sequence_` has no attribute `model`

hydpy/auxs/armatools.py

[warning] possibly-missing-attribute - :733:43 - Attribute `order` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :733:59 - Attribute `turningpoint` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :769:32 - Attribute `moments` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :889:30 - Attribute `delays` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :905:22 - Attribute `delays` may be missing on object of type `Unknown | None`

hydpy/core/filetools.py

[error] invalid-return-type - :212:16 - Return type does not match returned value: expected `str`, found `str | None`

hydpy/core/parametertools.py

[error] invalid-argument-type - :2442:30 - Argument to function `len` is incorrect: Expected `Sized`, found `int | float`
[error] non-subscriptable - :2444:48 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :2444:48 - Cannot subscript object of type `int` with no `__getitem__` method
[error] call-non-callable - :4789:13 - Object of type `None` is not callable

hydpy/cythons/modelutils.py

[error] unresolved-attribute - :2616:32 - Object of type `(...) -> Unknown` has no attribute `__code__`
[error] unresolved-attribute - :2630:55 - Object of type `(...) -> Unknown` has no attribute `__code__`

hydpy/exe/xmltools.py

[error] unresolved-attribute - :2333:25 - Object of type `XMLBase` has no attribute `master`
[error] unresolved-attribute - :2335:22 - Object of type `XMLBase` has no attribute `master`
[error] unresolved-attribute - :2336:25 - Object of type `XMLBase` has no attribute `master`
[error] invalid-argument-type - :2339:54 - Argument to bound method `_get_getitem` is incorrect: Expected `type[GetItem]`, found `Unknown | <class 'SetItem'> | <class 'AddItem'> | <class 'MultiplyItem'> | <class 'GetItem'>`

ibis (https://github.com/ibis-project/ibis)

ibis/backends/__init__.py

[error] unresolved-attribute - :252:9 - Object of type `Self@to_pyarrow` has no attribute `_run_pre_execute_hooks`

ibis/backends/duckdb/__init__.py

[error] invalid-argument-type - :1525:36 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :1561:36 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :1658:36 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/impala/ddl.py

[error] unresolved-attribute - :122:33 - Object of type `Self@pieces` has no attribute `_pieces`

ibis/backends/mysql/__init__.py

[error] invalid-argument-type - :507:45 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/polars/rewrites.py

[error] unsupported-operator - :51:16 - Operator `|` is unsupported between objects of type `Schema` and `Schema`

ibis/backends/postgres/__init__.py

[error] invalid-argument-type - :745:49 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/pyspark/__init__.py

[error] invalid-argument-type - :988:51 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :1027:51 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/snowflake/tests/conftest.py

[warning] possibly-missing-attribute - :218:16 - Attribute `cast` may be missing on object of type `Table | None`

ibis/backends/sqlite/__init__.py

[error] invalid-argument-type - :352:45 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/common/egraph.py

[error] unresolved-attribute - :501:16 - Object of type `type` has no attribute `__argnames__`

ibis/common/graph.py

[error] invalid-argument-type - :440:32 - Argument to bound method `from_bfs` is incorrect: Expected `Node`, found `tuple[Node, ...]`

ibis/common/tests/test_grounds.py

[error] unsupported-operator - :919:20 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | InstanceOf`
[error] unsupported-operator - :934:20 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | InstanceOf`
[error] unsupported-operator - :962:16 - Operator `>` is not supported for types `InstanceOf` and `int`, in comparing `Unknown | InstanceOf` with `Literal[10]`

ibis/expr/operations/arrays.py

[error] unresolved-attribute - :254:48 - Object of type `Self@dtype` has no attribute `start`
[error] unresolved-attribute - :254:66 - Object of type `Self@dtype` has no attribute `stop`

ibis/expr/operations/generic.py

[error] unresolved-attribute - :152:12 - Object of type `typing.TypeVar` has no attribute `is_interval`
[error] unresolved-attribute - :153:37 - Object of type `typing.TypeVar` has no attribute `unit`

ibis/expr/operations/json.py

[error] invalid-argument-type - :34:25 - Argument is incorrect: Expected `bool`, found `JSON`

ibis/expr/operations/relations.py

[error] invalid-argument-type - :160:23 - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :521:23 - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/expr/operations/temporal.py

[error] invalid-argument-type - :432:28 - Argument is incorrect: Expected `bool`, found `IntervalUnit`

ibis/expr/types/core.py

[error] invalid-argument-type - :673:13 - Argument to bound method `to_pandas_batches` is incorrect: Expected `Mapping[Scalar, Any] | None`, found `Mapping[Value, Any] | None`

ibis/expr/types/generic.py

[error] invalid-argument-type - :1000:37 - Argument is incorrect: Expected `Value[Unknown, Any]`, found `Node`

ibis/expr/types/joins.py

[error] invalid-argument-type - :385:33 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`

ibis/expr/types/json.py

[error] invalid-argument-type - :266:30 - Argument is incorrect: Expected `Value[JSON, Any]`, found `Self@map`
[error] invalid-argument-type - :279:32 - Argument is incorrect: Expected `Value[JSON, Any]`, found `Self@array`
[error] invalid-argument-type - :318:36 - Argument is incorrect: Expected `Value[JSON, Any]`, found `Self@int`
[error] invalid-argument-type - :366:38 - Argument is incorrect: Expected `Value[JSON, Any]`, found `Self@float`
[error] invalid-argument-type - :405:38 - Argument is incorrect: Expected `Value[JSON, Any]`, found `Self@bool`
[error] invalid-argument-type - :499:37 - Argument is incorrect: Expected `Value[JSON, Any]`, found `Self@str`

ibis/expr/types/relations.py

[error] invalid-return-type - :2273:16 - Return type does not match returned value: expected `Column`, found `Scalar | @Todo`
[error] invalid-argument-type - :4883:33 - Argument to bound method `select` is incorrect: Expected `Iterable[Value | str]`, found `Selector`

ibis/expr/types/strings.py

[error] invalid-argument-type - :1043:32 - Argument is incorrect: Expected `Value[String, Any]`, found `Self@re_search`
[error] invalid-argument-type - :1104:33 - Argument is incorrect: Expected `Value[String, Any]`, found `Self@re_extract`
[error] invalid-argument-type - :1150:31 - Argument is incorrect: Expected `Value[String, Any]`, found `Self@re_split`
[error] invalid-argument-type - :1221:33 - Argument is incorrect: Expected `Value[String, Any]`, found `Self@re_replace`

ibis/expr/types/structs.py

[error] unresolved-attribute - :288:16 - Object of type `DataType` has no attribute `names`
[error] unresolved-attribute - :293:16 - Object of type `DataType` has no attribute `types`
[error] unresolved-attribute - :298:16 - Object of type `DataType` has no attribute `fields`

ibis/expr/types/temporal.py

[error] invalid-argument-type - :1088:36 - Argument is incorrect: Expected `Value[Timestamp, Any]`, found `Self@bucket`
[error] invalid-return-type - :1284:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1289:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1294:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1299:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1304:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1309:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1314:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1319:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1324:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1329:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`
[error] invalid-return-type - :1334:16 - Return type does not match returned value: expected `IntegerValue`, found `IntervalValue`

ignite (https://github.com/pytorch/ignite)

ignite/metrics/precision.py

[warning] unused-ignore-comment - :151:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :153:68 - Unused blanket `type: ignore` directive

isort (https://github.com/pycqa/isort)

isort/settings.py

[error] invalid-assignment - :642:9 - Property `_known_patterns` defined in `Self@known_patterns` is read-only
[error] invalid-assignment - :666:9 - Property `_section_comments` defined in `Self@section_comments` is read-only
[error] invalid-assignment - :674:9 - Property `_section_comments_end` defined in `Self@section_comments_end` is read-only
[error] invalid-assignment - :682:9 - Property `_skips` defined in `Self@skips` is read-only
[error] invalid-assignment - :690:9 - Property `_skip_globs` defined in `Self@skip_globs` is read-only
[error] invalid-assignment - :699:13 - Property `_sorting_function` defined in `Self@sorting_function` is read-only
[error] invalid-assignment - :701:13 - Property `_sorting_function` defined in `Self@sorting_function` is read-only
[error] invalid-assignment - :707:21 - Property `_sorting_function` defined in `Self@sorting_function` is read-only

jax (https://github.com/google/jax)

jax/_src/array.py

[error] unresolved-attribute - :549:45 - Object of type `Self@format` has no attribute `_pjrt_layout`
[error] invalid-assignment - :585:5 - Object of type `None` is not assignable to attribute `_arrays` of type `list[ArrayImpl]`

jax/_src/interpreters/batching.py

[error] unresolved-attribute - :414:8 - Object of type `Trace[Unknown]` has no attribute `axis_data`
[error] unresolved-attribute - :417:38 - Object of type `Trace[Unknown]` has no attribute `axis_data`

jax/_src/interpreters/pxla.py

[error] not-iterable - :3178:62 - Object of type `tuple[Any, ...] | None` may not be iterable
[error] not-iterable - :3179:62 - Object of type `tuple[Any, ...] | None` may not be iterable
[error] not-iterable - :3180:40 - Object of type `tuple[Any, ...] | None` may not be iterable
[error] not-iterable - :3181:40 - Object of type `tuple[Any, ...] | None` may not be iterable

jax/_src/mesh.py

[error] unresolved-attribute - :368:12 - Object of type `Self@size` has no attribute `_size`

jax/_src/pallas/core.py

[error] unresolved-attribute - :237:12 - Object of type `AbstractValue` has no attribute `dtype`
[error] unresolved-attribute - :241:12 - Object of type `AbstractValue` has no attribute `shape`
[error] invalid-argument-type - :926:11 - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[Hashable, int]]`, found `list[tuple[Hashable, int | DynamicGridDim]]`
[error] unresolved-attribute - :963:30 - Object of type `AbstractValue` has no attribute `shape`
[error] unresolved-attribute - :963:40 - Object of type `AbstractValue` has no attribute `dtype`
[warning] unused-ignore-comment - :918:23 - Unused blanket `type: ignore` directive

jax/_src/pallas/mosaic/pipeline.py

[error] non-subscriptable - :713:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :727:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :741:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :755:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - :770:38 - Object of type `Sequence[Array] | None` may not be iterable
[warning] unused-ignore-comment - :510:38 - Unused blanket `type: ignore` directive

jax/_src/shard_map.py

[error] unresolved-attribute - :1317:23 - Object of type `Trace[Unknown]` has no attribute `check`
[error] unresolved-attribute - :1317:46 - Object of type `Trace[Unknown]` has no attribute `manual_axes`
[error] unresolved-attribute - :1318:17 - Object of type `Trace[Unknown]` has no attribute `mesh`
[error] unresolved-attribute - :1321:25 - Object of type `Trace[Unknown]` has no attribute `amesh`
[error] unresolved-attribute - :1321:44 - Object of type `Trace[Unknown]` has no attribute `manual_axes`

jax/_src/stages.py

[error] unresolved-attribute - :324:12 - Object of type `AbstractValue` has no attribute `shape`
[error] unresolved-attribute - :328:12 - Object of type `AbstractValue` has no attribute `dtype`
[error] unresolved-attribute - :713:17 - Object of type `Executable` has no attribute `out_avals`
[error] unresolved-attribute - :747:22 - Object of type `Executable` has no attribute `_out_shardings`
[error] unresolved-attribute - :768:20 - Object of type `Executable` has no attribute `_xla_out_layouts`
[error] unresolved-attribute - :769:22 - Object of type `Executable` has no attribute `_out_shardings`

jax/_src/state/types.py

[error] invalid-return-type - :426:12 - Return type does not match returned value: expected `bool`, found `object`
[warning] possibly-missing-attribute - :448:14 - Attribute `shape` may be missing on object of type `Unknown | AbstractValue`
[warning] possibly-missing-attribute - :457:14 - Attribute `dtype` may be missing on object of type `Unknown | AbstractValue`
[warning] possibly-missing-attribute - :466:14 - Attribute `sharding` may be missing on object of type `Unknown | AbstractValue`
[warning] possibly-missing-attribute - :475:14 - Attribute `vma` may be missing on object of type `Unknown | AbstractValue`

jax/experimental/_private_mm/mm.py

[error] unresolved-attribute - :73:46 - Object of type `Sharding` has no attribute `mesh`

jax/experimental/jax2tf/tests/cross_compilation_check.py

[warning] possibly-missing-attribute - :97:11 - Attribute `GFile` may be missing on object of type `Unknown | None`

jinja (https://github.com/pallets/jinja)

src/jinja2/compiler.py

[warning] unused-ignore-comment - :1814:38 - Unused blanket `type: ignore` directive

src/jinja2/runtime.py

[warning] unused-ignore-comment - :445:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :606:49 - Unused blanket `type: ignore` directive

kopf (https://github.com/nolar/kopf)

kopf/_cogs/configs/configuration.py

[error] invalid-assignment - :331:13 - Object of type `int` is not assignable to attribute `_max_workers` on type `Executor & <Protocol with members '_max_workers'>`

manticore (https://github.com/trailofbits/manticore)

manticore/core/manticore.py

[error] missing-argument - :942:17 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-assignment - :1078:9 - Object of type `Literal[True]` is not assignable to attribute `value` on type `Unknown | c_bool | ValueProxy[Literal[False]]`
[error] invalid-assignment - :1148:13 - Implicit shadowing of function `subscribe`
[error] invalid-assignment - :1156:9 - Object of type `Literal[True]` is not assignable to attribute `value` on type `Unknown | c_bool | ValueProxy[Literal[False]]`

manticore/core/plugin.py

[warning] possibly-missing-attribute - :78:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :90:39 - Attribute `context` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :91:13 - Attribute `context` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :92:16 - Attribute `context` may be missing on object of type `Unknown | None`

manticore/core/smtlib/expression.py

[error] unresolved-attribute - :884:21 - Object of type `Self@underlying_variable & ~ArrayVariable` has no attribute `array`
[error] unresolved-attribute - :1293:33 - Object of type `Array & ~ArrayVariable & ~ArraySlice` has no attribute `index`
[error] unresolved-attribute - :1294:25 - Object of type `Array & ~ArrayVariable` has no attribute `array`

manticore/ethereum/detectors.py

[warning] possibly-missing-attribute - :40:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`

manticore/ethereum/manticore.py

[error] unresolved-attribute - :484:17 - Object of type `Self@last_return` has no attribute `load`
[error] unresolved-attribute - :496:17 - Object of type `Self@human_transactions` has no attribute `load`

manticore/platforms/decree.py

[error] invalid-argument-type - :158:31 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Unknown | int | None` on object of type `list[Unknown]`
[error] invalid-argument-type - :168:16 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Unknown | int | None` on object of type `list[Unknown]`

manticore/platforms/linux.py

[error] invalid-argument-type - :1021:32 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Cpu, (s: slice[Any, Any, Any], /) -> list[Cpu]]` cannot be called with key of type `int | None` on object of type `list[Cpu]`
[error] unresolved-attribute - :3835:13 - Unresolved attribute `constraints` on type `Memory`.

tests/ethereum/test_detectors.py

[warning] possibly-missing-attribute - :123:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :168:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :201:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :291:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :303:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`

tests/native/test_aarch64cpu.py

[error] unresolved-attribute - :267:9 - Object of type `Self@test_add_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :267:26 - Object of type `Self@test_add_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :268:9 - Object of type `Self@test_add_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :268:26 - Object of type `Self@test_add_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :269:9 - Object of type `Self@test_add_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :269:26 - Object of type `Self@test_add_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :274:9 - Object of type `Self@test_add_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :274:26 - Object of type `Self@test_add_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :275:9 - Object of type `Self@test_add_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :275:26 - Object of type `Self@test_add_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :276:9 - Object of type `Self@test_add_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :276:26 - Object of type `Self@test_add_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :281:9 - Object of type `Self@test_add_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :281:26 - Object of type `Self@test_add_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :282:9 - Object of type `Self@test_add_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :282:26 - Object of type `Self@test_add_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :283:9 - Object of type `Self@test_add_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :283:26 - Object of type `Self@test_add_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :288:9 - Object of type `Self@test_add_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :288:26 - Object of type `Self@test_add_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :289:9 - Object of type `Self@test_add_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :289:26 - Object of type `Self@test_add_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :290:9 - Object of type `Self@test_add_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :290:26 - Object of type `Self@test_add_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :295:9 - Object of type `Self@test_add_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :295:26 - Object of type `Self@test_add_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :296:9 - Object of type `Self@test_add_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :296:26 - Object of type `Self@test_add_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :297:9 - Object of type `Self@test_add_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :297:26 - Object of type `Self@test_add_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :302:9 - Object of type `Self@test_add_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :302:26 - Object of type `Self@test_add_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :303:9 - Object of type `Self@test_add_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :303:26 - Object of type `Self@test_add_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :304:9 - Object of type `Self@test_add_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :304:26 - Object of type `Self@test_add_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :309:9 - Object of type `Self@test_add_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :309:26 - Object of type `Self@test_add_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :310:9 - Object of type `Self@test_add_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :310:26 - Object of type `Self@test_add_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :311:9 - Object of type `Self@test_add_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :311:26 - Object of type `Self@test_add_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :316:9 - Object of type `Self@test_add_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :316:26 - Object of type `Self@test_add_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :317:9 - Object of type `Self@test_add_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :317:26 - Object of type `Self@test_add_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :318:9 - Object of type `Self@test_add_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :318:26 - Object of type `Self@test_add_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :323:9 - Object of type `Self@test_add_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :323:26 - Object of type `Self@test_add_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :324:9 - Object of type `Self@test_add_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :324:26 - Object of type `Self@test_add_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :325:9 - Object of type `Self@test_add_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :325:26 - Object of type `Self@test_add_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :330:9 - Object of type `Self@test_add_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :330:26 - Object of type `Self@test_add_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :331:9 - Object of type `Self@test_add_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :331:26 - Object of type `Self@test_add_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :332:9 - Object of type `Self@test_add_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :332:26 - Object of type `Self@test_add_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :337:9 - Object of type `Self@test_add_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :337:26 - Object of type `Self@test_add_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :338:9 - Object of type `Self@test_add_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :338:26 - Object of type `Self@test_add_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :339:9 - Object of type `Self@test_add_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :339:26 - Object of type `Self@test_add_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :344:9 - Object of type `Self@test_add_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :344:26 - Object of type `Self@test_add_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :345:9 - Object of type `Self@test_add_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :345:26 - Object of type `Self@test_add_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :346:9 - Object of type `Self@test_add_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :346:26 - Object of type `Self@test_add_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :351:9 - Object of type `Self@test_add_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :351:26 - Object of type `Self@test_add_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :352:9 - Object of type `Self@test_add_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :352:26 - Object of type `Self@test_add_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :353:9 - Object of type `Self@test_add_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :353:26 - Object of type `Self@test_add_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :358:9 - Object of type `Self@test_add_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :358:26 - Object of type `Self@test_add_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :359:9 - Object of type `Self@test_add_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :359:26 - Object of type `Self@test_add_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :360:9 - Object of type `Self@test_add_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :360:26 - Object of type `Self@test_add_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :365:9 - Object of type `Self@test_add_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :365:26 - Object of type `Self@test_add_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :366:9 - Object of type `Self@test_add_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :366:26 - Object of type `Self@test_add_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :367:9 - Object of type `Self@test_add_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :367:26 - Object of type `Self@test_add_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :372:9 - Object of type `Self@test_add_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :372:26 - Object of type `Self@test_add_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :373:9 - Object of type `Self@test_add_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :373:26 - Object of type `Self@test_add_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :374:9 - Object of type `Self@test_add_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :374:26 - Object of type `Self@test_add_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :379:9 - Object of type `Self@test_add_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :379:26 - Object of type `Self@test_add_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :380:9 - Object of type `Self@test_add_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :380:26 - Object of type `Self@test_add_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :381:9 - Object of type `Self@test_add_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :381:26 - Object of type `Self@test_add_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :386:9 - Object of type `Self@test_add_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :386:26 - Object of type `Self@test_add_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :387:9 - Object of type `Self@test_add_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :387:26 - Object of type `Self@test_add_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :388:9 - Object of type `Self@test_add_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :388:26 - Object of type `Self@test_add_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :393:9 - Object of type `Self@test_add_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :393:26 - Object of type `Self@test_add_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :394:9 - Object of type `Self@test_add_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :394:26 - Object of type `Self@test_add_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :395:9 - Object of type `Self@test_add_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :395:26 - Object of type `Self@test_add_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :400:9 - Object of type `Self@test_add_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :400:26 - Object of type `Self@test_add_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :401:9 - Object of type `Self@test_add_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :401:26 - Object of type `Self@test_add_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :402:9 - Object of type `Self@test_add_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :402:26 - Object of type `Self@test_add_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :407:9 - Object of type `Self@test_add_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :407:26 - Object of type `Self@test_add_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :408:9 - Object of type `Self@test_add_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :408:26 - Object of type `Self@test_add_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :409:9 - Object of type `Self@test_add_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :409:26 - Object of type `Self@test_add_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :414:9 - Object of type `Self@test_add_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :414:26 - Object of type `Self@test_add_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :415:9 - Object of type `Self@test_add_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :415:26 - Object of type `Self@test_add_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :416:9 - Object of type `Self@test_add_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :416:26 - Object of type `Self@test_add_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :421:9 - Object of type `Self@test_add_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :421:26 - Object of type `Self@test_add_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :422:9 - Object of type `Self@test_add_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :422:26 - Object of type `Self@test_add_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :423:9 - Object of type `Self@test_add_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :423:26 - Object of type `Self@test_add_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :428:9 - Object of type `Self@test_add_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :428:26 - Object of type `Self@test_add_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :429:9 - Object of type `Self@test_add_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :429:26 - Object of type `Self@test_add_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :430:9 - Object of type `Self@test_add_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :430:26 - Object of type `Self@test_add_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :435:9 - Object of type `Self@test_add_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :435:26 - Object of type `Self@test_add_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :436:9 - Object of type `Self@test_add_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :436:26 - Object of type `Self@test_add_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :437:9 - Object of type `Self@test_add_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :437:26 - Object of type `Self@test_add_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :442:9 - Object of type `Self@test_add_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :442:26 - Object of type `Self@test_add_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :443:9 - Object of type `Self@test_add_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :443:26 - Object of type `Self@test_add_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :444:9 - Object of type `Self@test_add_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :444:26 - Object of type `Self@test_add_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :451:9 - Object of type `Self@test_add_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :451:26 - Object of type `Self@test_add_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :452:9 - Object of type `Self@test_add_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :452:26 - Object of type `Self@test_add_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :453:9 - Object of type `Self@test_add_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :453:26 - Object of type `Self@test_add_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :458:9 - Object of type `Self@test_add_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :458:26 - Object of type `Self@test_add_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :459:9 - Object of type `Self@test_add_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :459:26 - Object of type `Self@test_add_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :460:9 - Object of type `Self@test_add_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :460:26 - Object of type `Self@test_add_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :465:9 - Object of type `Self@test_add_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :465:26 - Object of type `Self@test_add_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :466:9 - Object of type `Self@test_add_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :466:26 - Object of type `Self@test_add_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :467:9 - Object of type `Self@test_add_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :467:26 - Object of type `Self@test_add_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :472:9 - Object of type `Self@test_add_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :472:26 - Object of type `Self@test_add_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :473:9 - Object of type `Self@test_add_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :473:26 - Object of type `Self@test_add_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :474:9 - Object of type `Self@test_add_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :474:26 - Object of type `Self@test_add_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :479:9 - Object of type `Self@test_add_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :479:26 - Object of type `Self@test_add_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :480:9 - Object of type `Self@test_add_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :480:26 - Object of type `Self@test_add_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :481:9 - Object of type `Self@test_add_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :481:26 - Object of type `Self@test_add_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :486:9 - Object of type `Self@test_add_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :486:26 - Object of type `Self@test_add_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :487:9 - Object of type `Self@test_add_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :487:26 - Object of type `Self@test_add_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :488:9 - Object of type `Self@test_add_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :488:26 - Object of type `Self@test_add_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :493:9 - Object of type `Self@test_add_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :493:26 - Object of type `Self@test_add_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :494:9 - Object of type `Self@test_add_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :494:26 - Object of type `Self@test_add_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :495:9 - Object of type `Self@test_add_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :495:26 - Object of type `Self@test_add_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :500:9 - Object of type `Self@test_add_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :500:26 - Object of type `Self@test_add_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :501:9 - Object of type `Self@test_add_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :501:26 - Object of type `Self@test_add_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :502:9 - Object of type `Self@test_add_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :502:26 - Object of type `Self@test_add_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :507:9 - Object of type `Self@test_add_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :507:26 - Object of type `Self@test_add_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :508:9 - Object of type `Self@test_add_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :508:26 - Object of type `Self@test_add_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :509:9 - Object of type `Self@test_add_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :509:26 - Object of type `Self@test_add_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :514:9 - Object of type `Self@test_add_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :514:26 - Object of type `Self@test_add_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :515:9 - Object of type `Self@test_add_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :515:26 - Object of type `Self@test_add_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :516:9 - Object of type `Self@test_add_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :516:26 - Object of type `Self@test_add_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :521:9 - Object of type `Self@test_add_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :521:26 - Object of type `Self@test_add_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :522:9 - Object of type `Self@test_add_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :522:26 - Object of type `Self@test_add_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :523:9 - Object of type `Self@test_add_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :523:26 - Object of type `Self@test_add_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :528:9 - Object of type `Self@test_add_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :528:26 - Object of type `Self@test_add_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :529:9 - Object of type `Self@test_add_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :529:26 - Object of type `Self@test_add_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :530:9 - Object of type `Self@test_add_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :530:26 - Object of type `Self@test_add_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :535:9 - Object of type `Self@test_add_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :535:26 - Object of type `Self@test_add_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :536:9 - Object of type `Self@test_add_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :536:26 - Object of type `Self@test_add_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :537:9 - Object of type `Self@test_add_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :537:26 - Object of type `Self@test_add_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :542:9 - Object of type `Self@test_add_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :542:26 - Object of type `Self@test_add_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :543:9 - Object of type `Self@test_add_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :543:26 - Object of type `Self@test_add_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :544:9 - Object of type `Self@test_add_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :544:26 - Object of type `Self@test_add_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :549:9 - Object of type `Self@test_add_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :549:26 - Object of type `Self@test_add_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :550:9 - Object of type `Self@test_add_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :550:26 - Object of type `Self@test_add_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :551:9 - Object of type `Self@test_add_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :551:26 - Object of type `Self@test_add_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :556:9 - Object of type `Self@test_add_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :556:26 - Object of type `Self@test_add_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :557:9 - Object of type `Self@test_add_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :557:26 - Object of type `Self@test_add_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :558:9 - Object of type `Self@test_add_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :558:26 - Object of type `Self@test_add_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :563:9 - Object of type `Self@test_add_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :563:26 - Object of type `Self@test_add_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :564:9 - Object of type `Self@test_add_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :564:26 - Object of type `Self@test_add_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :565:9 - Object of type `Self@test_add_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :565:26 - Object of type `Self@test_add_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :570:9 - Object of type `Self@test_add_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :570:26 - Object of type `Self@test_add_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :571:9 - Object of type `Self@test_add_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :571:26 - Object of type `Self@test_add_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :572:9 - Object of type `Self@test_add_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :572:26 - Object of type `Self@test_add_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :577:9 - Object of type `Self@test_add_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :577:26 - Object of type `Self@test_add_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :578:9 - Object of type `Self@test_add_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :578:26 - Object of type `Self@test_add_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :579:9 - Object of type `Self@test_add_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :579:26 - Object of type `Self@test_add_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :584:9 - Object of type `Self@test_add_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :584:26 - Object of type `Self@test_add_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :585:9 - Object of type `Self@test_add_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :585:26 - Object of type `Self@test_add_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :586:9 - Object of type `Self@test_add_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :586:26 - Object of type `Self@test_add_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :591:9 - Object of type `Self@test_add_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :591:26 - Object of type `Self@test_add_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :592:9 - Object of type `Self@test_add_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :592:26 - Object of type `Self@test_add_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :593:9 - Object of type `Self@test_add_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :593:26 - Object of type `Self@test_add_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :598:9 - Object of type `Self@test_add_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :598:26 - Object of type `Self@test_add_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :599:9 - Object of type `Self@test_add_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :599:26 - Object of type `Self@test_add_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :600:9 - Object of type `Self@test_add_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :600:26 - Object of type `Self@test_add_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :605:9 - Object of type `Self@test_add_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :605:26 - Object of type `Self@test_add_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :606:9 - Object of type `Self@test_add_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :606:26 - Object of type `Self@test_add_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :607:9 - Object of type `Self@test_add_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :607:26 - Object of type `Self@test_add_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :612:9 - Object of type `Self@test_add_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :612:26 - Object of type `Self@test_add_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :613:9 - Object of type `Self@test_add_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :613:26 - Object of type `Self@test_add_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :614:9 - Object of type `Self@test_add_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :614:26 - Object of type `Self@test_add_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :619:9 - Object of type `Self@test_add_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :619:26 - Object of type `Self@test_add_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :620:9 - Object of type `Self@test_add_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :620:26 - Object of type `Self@test_add_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :621:9 - Object of type `Self@test_add_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :621:26 - Object of type `Self@test_add_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :626:9 - Object of type `Self@test_add_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :626:26 - Object of type `Self@test_add_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :627:9 - Object of type `Self@test_add_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :627:26 - Object of type `Self@test_add_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :628:9 - Object of type `Self@test_add_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :628:26 - Object of type `Self@test_add_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :637:9 - Object of type `Self@test_add_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :637:26 - Object of type `Self@test_add_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :638:9 - Object of type `Self@test_add_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :638:26 - Object of type `Self@test_add_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :639:9 - Object of type `Self@test_add_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :639:26 - Object of type `Self@test_add_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :644:9 - Object of type `Self@test_add_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :644:26 - Object of type `Self@test_add_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :645:9 - Object of type `Self@test_add_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :645:26 - Object of type `Self@test_add_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :646:9 - Object of type `Self@test_add_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :646:26 - Object of type `Self@test_add_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :651:9 - Object of type `Self@test_add_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :651:26 - Object of type `Self@test_add_imm32` has no attribute `rf`
[error] unresolved-attribute - :652:9 - Object of type `Self@test_add_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :652:26 - Object of type `Self@test_add_imm32` has no attribute `rf`
[error] unresolved-attribute - :653:9 - Object of type `Self@test_add_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :653:26 - Object of type `Self@test_add_imm32` has no attribute `rf`
[error] unresolved-attribute - :658:9 - Object of type `Self@test_add_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :658:26 - Object of type `Self@test_add_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :659:9 - Object of type `Self@test_add_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :659:26 - Object of type `Self@test_add_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :660:9 - Object of type `Self@test_add_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :660:26 - Object of type `Self@test_add_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :665:9 - Object of type `Self@test_add_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :665:26 - Object of type `Self@test_add_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :666:9 - Object of type `Self@test_add_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :666:26 - Object of type `Self@test_add_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :667:9 - Object of type `Self@test_add_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :667:26 - Object of type `Self@test_add_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :674:9 - Object of type `Self@test_add_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :674:26 - Object of type `Self@test_add_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :675:9 - Object of type `Self@test_add_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :675:26 - Object of type `Self@test_add_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :676:9 - Object of type `Self@test_add_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :676:26 - Object of type `Self@test_add_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :681:9 - Object of type `Self@test_add_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :681:26 - Object of type `Self@test_add_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :682:9 - Object of type `Self@test_add_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :682:26 - Object of type `Self@test_add_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :683:9 - Object of type `Self@test_add_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :683:26 - Object of type `Self@test_add_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :688:9 - Object of type `Self@test_add_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :688:26 - Object of type `Self@test_add_imm64` has no attribute `rf`
[error] unresolved-attribute - :689:9 - Object of type `Self@test_add_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :689:26 - Object of type `Self@test_add_imm64` has no attribute `rf`
[error] unresolved-attribute - :690:9 - Object of type `Self@test_add_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :690:26 - Object of type `Self@test_add_imm64` has no attribute `rf`
[error] unresolved-attribute - :695:9 - Object of type `Self@test_add_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :695:26 - Object of type `Self@test_add_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :696:9 - Object of type `Self@test_add_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :696:26 - Object of type `Self@test_add_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :697:9 - Object of type `Self@test_add_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :697:26 - Object of type `Self@test_add_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :702:9 - Object of type `Self@test_add_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :702:26 - Object of type `Self@test_add_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :703:9 - Object of type `Self@test_add_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :703:26 - Object of type `Self@test_add_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :704:9 - Object of type `Self@test_add_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :704:26 - Object of type `Self@test_add_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :713:9 - Object of type `Self@test_add_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :713:26 - Object of type `Self@test_add_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :714:9 - Object of type `Self@test_add_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :714:26 - Object of type `Self@test_add_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :715:9 - Object of type `Self@test_add_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :715:26 - Object of type `Self@test_add_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :720:9 - Object of type `Self@test_add_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :720:26 - Object of type `Self@test_add_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :721:9 - Object of type `Self@test_add_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :721:26 - Object of type `Self@test_add_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :722:9 - Object of type `Self@test_add_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :722:26 - Object of type `Self@test_add_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :727:9 - Object of type `Self@test_add_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :727:26 - Object of type `Self@test_add_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :728:9 - Object of type `Self@test_add_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :728:26 - Object of type `Self@test_add_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :729:9 - Object of type `Self@test_add_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :729:26 - Object of type `Self@test_add_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :734:9 - Object of type `Self@test_add_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :734:26 - Object of type `Self@test_add_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :735:9 - Object of type `Self@test_add_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :735:26 - Object of type `Self@test_add_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :736:9 - Object of type `Self@test_add_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :736:26 - Object of type `Self@test_add_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :741:9 - Object of type `Self@test_add_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :741:26 - Object of type `Self@test_add_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :742:9 - Object of type `Self@test_add_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :742:26 - Object of type `Self@test_add_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :743:9 - Object of type `Self@test_add_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :743:26 - Object of type `Self@test_add_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :748:9 - Object of type `Self@test_add_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :748:26 - Object of type `Self@test_add_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :749:9 - Object of type `Self@test_add_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :749:26 - Object of type `Self@test_add_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :750:9 - Object of type `Self@test_add_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :750:26 - Object of type `Self@test_add_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :755:9 - Object of type `Self@test_add_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :755:26 - Object of type `Self@test_add_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :756:9 - Object of type `Self@test_add_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :756:26 - Object of type `Self@test_add_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :757:9 - Object of type `Self@test_add_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :757:26 - Object of type `Self@test_add_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :762:9 - Object of type `Self@test_add_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :762:26 - Object of type `Self@test_add_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :763:9 - Object of type `Self@test_add_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :763:26 - Object of type `Self@test_add_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :764:9 - Object of type `Self@test_add_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :764:26 - Object of type `Self@test_add_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :769:9 - Object of type `Self@test_add_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :769:26 - Object of type `Self@test_add_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :770:9 - Object of type `Self@test_add_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :770:26 - Object of type `Self@test_add_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :771:9 - Object of type `Self@test_add_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :771:26 - Object of type `Self@test_add_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :776:9 - Object of type `Self@test_add_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :776:26 - Object of type `Self@test_add_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :777:9 - Object of type `Self@test_add_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :777:26 - Object of type `Self@test_add_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :778:9 - Object of type `Self@test_add_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :778:26 - Object of type `Self@test_add_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :785:9 - Object of type `Self@test_add_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :785:26 - Object of type `Self@test_add_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :786:9 - Object of type `Self@test_add_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :786:26 - Object of type `Self@test_add_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :787:9 - Object of type `Self@test_add_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :787:26 - Object of type `Self@test_add_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :792:9 - Object of type `Self@test_add_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :792:26 - Object of type `Self@test_add_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :793:9 - Object of type `Self@test_add_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :793:26 - Object of type `Self@test_add_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :794:9 - Object of type `Self@test_add_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :794:26 - Object of type `Self@test_add_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :799:9 - Object of type `Self@test_add_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :799:26 - Object of type `Self@test_add_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :800:9 - Object of type `Self@test_add_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :800:26 - Object of type `Self@test_add_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :801:9 - Object of type `Self@test_add_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :801:26 - Object of type `Self@test_add_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :806:9 - Object of type `Self@test_add_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :806:26 - Object of type `Self@test_add_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :807:9 - Object of type `Self@test_add_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :807:26 - Object of type `Self@test_add_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :808:9 - Object of type `Self@test_add_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :808:26 - Object of type `Self@test_add_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :813:9 - Object of type `Self@test_add_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :813:26 - Object of type `Self@test_add_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :814:9 - Object of type `Self@test_add_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :814:26 - Object of type `Self@test_add_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :815:9 - Object of type `Self@test_add_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :815:26 - Object of type `Self@test_add_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :820:9 - Object of type `Self@test_add_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :820:26 - Object of type `Self@test_add_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :821:9 - Object of type `Self@test_add_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :821:26 - Object of type `Self@test_add_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :822:9 - Object of type `Self@test_add_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :822:26 - Object of type `Self@test_add_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :827:9 - Object of type `Self@test_add_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :827:26 - Object of type `Self@test_add_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :828:9 - Object of type `Self@test_add_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :828:26 - Object of type `Self@test_add_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :829:9 - Object of type `Self@test_add_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :829:26 - Object of type `Self@test_add_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :834:9 - Object of type `Self@test_add_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :834:26 - Object of type `Self@test_add_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :835:9 - Object of type `Self@test_add_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :835:26 - Object of type `Self@test_add_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :836:9 - Object of type `Self@test_add_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :836:26 - Object of type `Self@test_add_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :841:9 - Object of type `Self@test_add_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :841:26 - Object of type `Self@test_add_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :842:9 - Object of type `Self@test_add_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :842:26 - Object of type `Self@test_add_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :843:9 - Object of type `Self@test_add_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :843:26 - Object of type `Self@test_add_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :848:9 - Object of type `Self@test_add_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :848:26 - Object of type `Self@test_add_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :849:9 - Object of type `Self@test_add_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :849:26 - Object of type `Self@test_add_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :850:9 - Object of type `Self@test_add_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :850:26 - Object of type `Self@test_add_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :864:13 - Object of type `Self@test_add_scalar` has no attribute `_execute`
[error] unresolved-attribute - :865:9 - Object of type `Self@test_add_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :865:26 - Object of type `Self@test_add_scalar` has no attribute `rf`
[error] unresolved-attribute - :866:9 - Object of type `Self@test_add_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :866:26 - Object of type `Self@test_add_scalar` has no attribute `rf`
[error] unresolved-attribute - :867:9 - Object of type `Self@test_add_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :867:26 - Object of type `Self@test_add_scalar` has no attribute `rf`
[error] unresolved-attribute - :868:9 - Object of type `Self@test_add_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :868:26 - Object of type `Self@test_add_scalar` has no attribute `rf`
[error] unresolved-attribute - :869:9 - Object of type `Self@test_add_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :869:26 - Object of type `Self@test_add_scalar` has no attribute `rf`
[error] unresolved-attribute - :870:9 - Object of type `Self@test_add_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :870:26 - Object of type `Self@test_add_scalar` has no attribute `rf`
[error] unresolved-attribute - :880:13 - Object of type `Self@test_add_scalar_max` has no attribute `_execute`
[error] unresolved-attribute - :881:9 - Object of type `Self@test_add_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :881:26 - Object of type `Self@test_add_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :882:9 - Object of type `Self@test_add_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :882:26 - Object of type `Self@test_add_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :883:9 - Object of type `Self@test_add_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :883:26 - Object of type `Self@test_add_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :884:9 - Object of type `Self@test_add_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :884:26 - Object of type `Self@test_add_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :885:9 - Object of type `Self@test_add_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :885:26 - Object of type `Self@test_add_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :886:9 - Object of type `Self@test_add_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :886:26 - Object of type `Self@test_add_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :907:13 - Object of type `Self@test_add_vector_8b` has no attribute `_execute`
[error] unresolved-attribute - :908:9 - Object of type `Self@test_add_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :908:26 - Object of type `Self@test_add_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :909:9 - Object of type `Self@test_add_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :909:26 - Object of type `Self@test_add_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :910:9 - Object of type `Self@test_add_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :910:26 - Object of type `Self@test_add_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :911:9 - Object of type `Self@test_add_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :911:26 - Object of type `Self@test_add_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :912:9 - Object of type `Self@test_add_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :912:26 - Object of type `Self@test_add_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :913:9 - Object of type `Self@test_add_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :913:26 - Object of type `Self@test_add_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :928:13 - Object of type `Self@test_add_vector_8b_max` has no attribute `_execute`
[error] unresolved-attribute - :929:9 - Object of type `Self@test_add_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :929:26 - Object of type `Self@test_add_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :930:9 - Object of type `Self@test_add_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :930:26 - Object of type `Self@test_add_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :931:9 - Object of type `Self@test_add_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :931:26 - Object of type `Self@test_add_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :932:9 - Object of type `Self@test_add_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :932:26 - Object of type `Self@test_add_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :933:9 - Object of type `Self@test_add_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :933:26 - Object of type `Self@test_add_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :934:9 - Object of type `Self@test_add_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :934:26 - Object of type `Self@test_add_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :951:13 - Object of type `Self@test_add_vector_16b` has no attribute `_execute`
[error] unresolved-attribute - :952:9 - Object of type `Self@test_add_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :952:26 - Object of type `Self@test_add_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :953:9 - Object of type `Self@test_add_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :953:26 - Object of type `Self@test_add_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :954:9 - Object of type `Self@test_add_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :954:26 - Object of type `Self@test_add_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :955:9 - Object of type `Self@test_add_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :955:26 - Object of type `Self@test_add_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :956:9 - Object of type `Self@test_add_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :956:26 - Object of type `Self@test_add_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :957:9 - Object of type `Self@test_add_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :957:26 - Object of type `Self@test_add_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :972:13 - Object of type `Self@test_add_vector_16b_max` has no attribute `_execute`
[error] unresolved-attribute - :973:9 - Object of type `Self@test_add_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :973:26 - Object of type `Self@test_add_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :974:9 - Object of type `Self@test_add_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :974:26 - Object of type `Self@test_add_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :975:9 - Object of type `Self@test_add_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :975:26 - Object of type `Self@test_add_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :976:9 - Object of type `Self@test_add_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :976:26 - Object of type `Self@test_add_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :977:9 - Object of type `Self@test_add_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :977:26 - Object of type `Self@test_add_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :978:9 - Object of type `Self@test_add_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :978:26 - Object of type `Self@test_add_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :995:13 - Object of type `Self@test_add_vector_4h` has no attribute `_execute`
[error] unresolved-attribute - :996:9 - Object of type `Self@test_add_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :996:26 - Object of type `Self@test_add_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :997:9 - Object of type `Self@test_add_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :997:26 - Object of type `Self@test_add_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :998:9 - Object of type `Self@test_add_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :998:26 - Object of type `Self@test_add_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :999:9 - Object of type `Self@test_add_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :999:26 - Object of type `Self@test_add_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :1000:9 - Object of type `Self@test_add_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :1000:26 - Object of type `Self@test_add_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :1001:9 - Object of type `Self@test_add_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :1001:26 - Object of type `Self@test_add_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :1016:13 - Object of type `Self@test_add_vector_4h_max` has no attribute `_execute`
[error] unresolved-attribute - :1017:9 - Object of type `Self@test_add_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1017:26 - Object of type `Self@test_add_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1018:9 - Object of type `Self@test_add_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1018:26 - Object of type `Self@test_add_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1019:9 - Object of type `Self@test_add_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1019:26 - Object of type `Self@test_add_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1020:9 - Object of type `Self@test_add_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1020:26 - Object of type `Self@test_add_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1021:9 - Object of type `Self@test_add_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1021:26 - Object of type `Self@test_add_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1022:9 - Object of type `Self@test_add_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1022:26 - Object of type `Self@test_add_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1039:13 - Object of type `Self@test_add_vector_8h` has no attribute `_execute`
[error] unresolved-attribute - :1040:9 - Object of type `Self@test_add_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1040:26 - Object of type `Self@test_add_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1041:9 - Object of type `Self@test_add_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1041:26 - Object of type `Self@test_add_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1042:9 - Object of type `Self@test_add_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1042:26 - Object of type `Self@test_add_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1043:9 - Object of type `Self@test_add_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1043:26 - Object of type `Self@test_add_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1044:9 - Object of type `Self@test_add_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1044:26 - Object of type `Self@test_add_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1045:9 - Object of type `Self@test_add_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1045:26 - Object of type `Self@test_add_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1060:13 - Object of type `Self@test_add_vector_8h_max` has no attribute `_execute`
[error] unresolved-attribute - :1061:9 - Object of type `Self@test_add_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1061:26 - Object of type `Self@test_add_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1062:9 - Object of type `Self@test_add_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1062:26 - Object of type `Self@test_add_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1063:9 - Object of type `Self@test_add_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1063:26 - Object of type `Self@test_add_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1064:9 - Object of type `Self@test_add_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1064:26 - Object of type `Self@test_add_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1065:9 - Object of type `Self@test_add_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1065:26 - Object of type `Self@test_add_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1066:9 - Object of type `Self@test_add_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1066:26 - Object of type `Self@test_add_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1083:13 - Object of type `Self@test_add_vector_2s` has no attribute `_execute`
[error] unresolved-attribute - :1084:9 - Object of type `Self@test_add_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1084:26 - Object of type `Self@test_add_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1085:9 - Object of type `Self@test_add_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1085:26 - Object of type `Self@test_add_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1086:9 - Object of type `Self@test_add_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1086:26 - Object of type `Self@test_add_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1087:9 - Object of type `Self@test_add_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1087:26 - Object of type `Self@test_add_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1088:9 - Object of type `Self@test_add_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1088:26 - Object of type `Self@test_add_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1089:9 - Object of type `Self@test_add_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1089:26 - Object of type `Self@test_add_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1104:13 - Object of type `Self@test_add_vector_2s_max` has no attribute `_execute`
[error] unresolved-attribute - :1105:9 - Object of type `Self@test_add_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1105:26 - Object of type `Self@test_add_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1106:9 - Object of type `Self@test_add_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1106:26 - Object of type `Self@test_add_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1107:9 - Object of type `Self@test_add_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1107:26 - Object of type `Self@test_add_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1108:9 - Object of type `Self@test_add_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1108:26 - Object of type `Self@test_add_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1109:9 - Object of type `Self@test_add_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1109:26 - Object of type `Self@test_add_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1110:9 - Object of type `Self@test_add_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1110:26 - Object of type `Self@test_add_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1127:13 - Object of type `Self@test_add_vector_4s` has no attribute `_execute`
[error] unresolved-attribute - :1128:9 - Object of type `Self@test_add_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1128:26 - Object of type `Self@test_add_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1129:9 - Object of type `Self@test_add_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1129:26 - Object of type `Self@test_add_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1130:9 - Object of type `Self@test_add_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1130:26 - Object of type `Self@test_add_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1131:9 - Object of type `Self@test_add_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1131:26 - Object of type `Self@test_add_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1132:9 - Object of type `Self@test_add_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1132:26 - Object of type `Self@test_add_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1133:9 - Object of type `Self@test_add_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1133:26 - Object of type `Self@test_add_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1148:13 - Object of type `Self@test_add_vector_4s_max` has no attribute `_execute`
[error] unresolved-attribute - :1149:9 - Object of type `Self@test_add_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1149:26 - Object of type `Self@test_add_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1150:9 - Object of type `Self@test_add_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1150:26 - Object of type `Self@test_add_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1151:9 - Object of type `Self@test_add_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1151:26 - Object of type `Self@test_add_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1152:9 - Object of type `Self@test_add_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1152:26 - Object of type `Self@test_add_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1153:9 - Object of type `Self@test_add_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1153:26 - Object of type `Self@test_add_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1154:9 - Object of type `Self@test_add_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1154:26 - Object of type `Self@test_add_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1171:13 - Object of type `Self@test_add_vector_2d` has no attribute `_execute`
[error] unresolved-attribute - :1172:9 - Object of type `Self@test_add_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1172:26 - Object of type `Self@test_add_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1173:9 - Object of type `Self@test_add_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1173:26 - Object of type `Self@test_add_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1174:9 - Object of type `Self@test_add_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1174:26 - Object of type `Self@test_add_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1175:9 - Object of type `Self@test_add_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1175:26 - Object of type `Self@test_add_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1176:9 - Object of type `Self@test_add_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1176:26 - Object of type `Self@test_add_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1177:9 - Object of type `Self@test_add_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1177:26 - Object of type `Self@test_add_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1192:13 - Object of type `Self@test_add_vector_2d_max` has no attribute `_execute`
[error] unresolved-attribute - :1193:9 - Object of type `Self@test_add_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1193:26 - Object of type `Self@test_add_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1194:9 - Object of type `Self@test_add_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1194:26 - Object of type `Self@test_add_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1195:9 - Object of type `Self@test_add_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1195:26 - Object of type `Self@test_add_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1196:9 - Object of type `Self@test_add_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1196:26 - Object of type `Self@test_add_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1197:9 - Object of type `Self@test_add_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1197:26 - Object of type `Self@test_add_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1198:9 - Object of type `Self@test_add_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1198:26 - Object of type `Self@test_add_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1212:13 - Object of type `Self@test_addp_scalar` has no attribute `_execute`
[error] unresolved-attribute - :1213:9 - Object of type `Self@test_addp_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :1213:26 - Object of type `Self@test_addp_scalar` has no attribute `rf`
[error] unresolved-attribute - :1214:9 - Object of type `Self@test_addp_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :1214:26 - Object of type `Self@test_addp_scalar` has no attribute `rf`
[error] unresolved-attribute - :1215:9 - Object of type `Self@test_addp_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :1215:26 - Object of type `Self@test_addp_scalar` has no attribute `rf`
[error] unresolved-attribute - :1216:9 - Object of type `Self@test_addp_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :1216:26 - Object of type `Self@test_addp_scalar` has no attribute `rf`
[error] unresolved-attribute - :1217:9 - Object of type `Self@test_addp_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :1217:26 - Object of type `Self@test_addp_scalar` has no attribute `rf`
[error] unresolved-attribute - :1218:9 - Object of type `Self@test_addp_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :1218:26 - Object of type `Self@test_addp_scalar` has no attribute `rf`
[error] unresolved-attribute - :1228:13 - Object of type `Self@test_addp_scalar_max` has no attribute `_execute`
[error] unresolved-attribute - :1229:9 - Object of type `Self@test_addp_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1229:26 - Object of type `Self@test_addp_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :1230:9 - Object of type `Self@test_addp_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1230:26 - Object of type `Self@test_addp_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :1231:9 - Object of type `Self@test_addp_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1231:26 - Object of type `Self@test_addp_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :1232:9 - Object of type `Self@test_addp_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1232:26 - Object of type `Self@test_addp_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :1233:9 - Object of type `Self@test_addp_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1233:26 - Object of type `Self@test_addp_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :1234:9 - Object of type `Self@test_addp_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1234:26 - Object of type `Self@test_addp_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :1253:13 - Object of type `Self@test_addp_vector_8b` has no attribute `_execute`
[error] unresolved-attribute - :1254:9 - Object of type `Self@test_addp_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :1254:26 - Object of type `Self@test_addp_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :1255:9 - Object of type `Self@test_addp_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :1255:26 - Object of type `Self@test_addp_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :1256:9 - Object of type `Self@test_addp_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :1256:26 - Object of type `Self@test_addp_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :1257:9 - Object of type `Self@test_addp_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :1257:26 - Object of type `Self@test_addp_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :1258:9 - Object of type `Self@test_addp_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :1258:26 - Object of type `Self@test_addp_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :1259:9 - Object of type `Self@test_addp_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :1259:26 - Object of type `Self@test_addp_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :1274:13 - Object of type `Self@test_addp_vector_8b_max` has no attribute `_execute`
[error] unresolved-attribute - :1275:9 - Object of type `Self@test_addp_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1275:26 - Object of type `Self@test_addp_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :1276:9 - Object of type `Self@test_addp_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1276:26 - Object of type `Self@test_addp_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :1277:9 - Object of type `Self@test_addp_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1277:26 - Object of type `Self@test_addp_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :1278:9 - Object of type `Self@test_addp_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1278:26 - Object of type `Self@test_addp_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :1279:9 - Object of type `Self@test_addp_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1279:26 - Object of type `Self@test_addp_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :1280:9 - Object of type `Self@test_addp_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1280:26 - Object of type `Self@test_addp_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :1297:13 - Object of type `Self@test_addp_vector_16b` has no attribute `_execute`
[error] unresolved-attribute - :1298:9 - Object of type `Self@test_addp_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :1298:26 - Object of type `Self@test_addp_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :1299:9 - Object of type `Self@test_addp_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :1299:26 - Object of type `Self@test_addp_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :1300:9 - Object of type `Self@test_addp_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :1300:26 - Object of type `Self@test_addp_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :1301:9 - Object of type `Self@test_addp_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :1301:26 - Object of type `Self@test_addp_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :1302:9 - Object of type `Self@test_addp_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :1302:26 - Object of type `Self@test_addp_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :1303:9 - Object of type `Self@test_addp_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :1303:26 - Object of type `Self@test_addp_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :1318:13 - Object of type `Self@test_addp_vector_16b_max` has no attribute `_execute`
[error] unresolved-attribute - :1319:9 - Object of type `Self@test_addp_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1319:26 - Object of type `Self@test_addp_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :1320:9 - Object of type `Self@test_addp_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1320:26 - Object of type `Self@test_addp_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :1321:9 - Object of type `Self@test_addp_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1321:26 - Object of type `Self@test_addp_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :1322:9 - Object of type `Self@test_addp_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1322:26 - Object of type `Self@test_addp_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :1323:9 - Object of type `Self@test_addp_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1323:26 - Object of type `Self@test_addp_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :1324:9 - Object of type `Self@test_addp_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1324:26 - Object of type `Self@test_addp_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :1341:13 - Object of type `Self@test_addp_vector_4h` has no attribute `_execute`
[error] unresolved-attribute - :1342:9 - Object of type `Self@test_addp_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :1342:26 - Object of type `Self@test_addp_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :1343:9 - Object of type `Self@test_addp_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :1343:26 - Object of type `Self@test_addp_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :1344:9 - Object of type `Self@test_addp_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :1344:26 - Object of type `Self@test_addp_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :1345:9 - Object of type `Self@test_addp_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :1345:26 - Object of type `Self@test_addp_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :1346:9 - Object of type `Self@test_addp_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :1346:26 - Object of type `Self@test_addp_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :1347:9 - Object of type `Self@test_addp_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :1347:26 - Object of type `Self@test_addp_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :1362:13 - Object of type `Self@test_addp_vector_4h_max` has no attribute `_execute`
[error] unresolved-attribute - :1363:9 - Object of type `Self@test_addp_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1363:26 - Object of type `Self@test_addp_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1364:9 - Object of type `Self@test_addp_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1364:26 - Object of type `Self@test_addp_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1365:9 - Object of type `Self@test_addp_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1365:26 - Object of type `Self@test_addp_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1366:9 - Object of type `Self@test_addp_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1366:26 - Object of type `Self@test_addp_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1367:9 - Object of type `Self@test_addp_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1367:26 - Object of type `Self@test_addp_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1368:9 - Object of type `Self@test_addp_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1368:26 - Object of type `Self@test_addp_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :1385:13 - Object of type `Self@test_addp_vector_8h` has no attribute `_execute`
[error] unresolved-attribute - :1386:9 - Object of type `Self@test_addp_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1386:26 - Object of type `Self@test_addp_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1387:9 - Object of type `Self@test_addp_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1387:26 - Object of type `Self@test_addp_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1388:9 - Object of type `Self@test_addp_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1388:26 - Object of type `Self@test_addp_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1389:9 - Object of type `Self@test_addp_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1389:26 - Object of type `Self@test_addp_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1390:9 - Object of type `Self@test_addp_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1390:26 - Object of type `Self@test_addp_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1391:9 - Object of type `Self@test_addp_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :1391:26 - Object of type `Self@test_addp_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :1406:13 - Object of type `Self@test_addp_vector_8h_max` has no attribute `_execute`
[error] unresolved-attribute - :1407:9 - Object of type `Self@test_addp_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1407:26 - Object of type `Self@test_addp_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1408:9 - Object of type `Self@test_addp_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1408:26 - Object of type `Self@test_addp_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1409:9 - Object of type `Self@test_addp_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1409:26 - Object of type `Self@test_addp_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1410:9 - Object of type `Self@test_addp_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1410:26 - Object of type `Self@test_addp_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1411:9 - Object of type `Self@test_addp_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1411:26 - Object of type `Self@test_addp_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1412:9 - Object of type `Self@test_addp_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1412:26 - Object of type `Self@test_addp_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :1429:13 - Object of type `Self@test_addp_vector_2s` has no attribute `_execute`
[error] unresolved-attribute - :1430:9 - Object of type `Self@test_addp_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1430:26 - Object of type `Self@test_addp_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1431:9 - Object of type `Self@test_addp_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1431:26 - Object of type `Self@test_addp_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1432:9 - Object of type `Self@test_addp_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1432:26 - Object of type `Self@test_addp_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1433:9 - Object of type `Self@test_addp_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1433:26 - Object of type `Self@test_addp_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1434:9 - Object of type `Self@test_addp_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1434:26 - Object of type `Self@test_addp_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1435:9 - Object of type `Self@test_addp_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :1435:26 - Object of type `Self@test_addp_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :1450:13 - Object of type `Self@test_addp_vector_2s_max` has no attribute `_execute`
[error] unresolved-attribute - :1451:9 - Object of type `Self@test_addp_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1451:26 - Object of type `Self@test_addp_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1452:9 - Object of type `Self@test_addp_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1452:26 - Object of type `Self@test_addp_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1453:9 - Object of type `Self@test_addp_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1453:26 - Object of type `Self@test_addp_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1454:9 - Object of type `Self@test_addp_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1454:26 - Object of type `Self@test_addp_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1455:9 - Object of type `Self@test_addp_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1455:26 - Object of type `Self@test_addp_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1456:9 - Object of type `Self@test_addp_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1456:26 - Object of type `Self@test_addp_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :1473:13 - Object of type `Self@test_addp_vector_4s` has no attribute `_execute`
[error] unresolved-attribute - :1474:9 - Object of type `Self@test_addp_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1474:26 - Object of type `Self@test_addp_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1475:9 - Object of type `Self@test_addp_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1475:26 - Object of type `Self@test_addp_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1476:9 - Object of type `Self@test_addp_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1476:26 - Object of type `Self@test_addp_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1477:9 - Object of type `Self@test_addp_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1477:26 - Object of type `Self@test_addp_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1478:9 - Object of type `Self@test_addp_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1478:26 - Object of type `Self@test_addp_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1479:9 - Object of type `Self@test_addp_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :1479:26 - Object of type `Self@test_addp_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :1494:13 - Object of type `Self@test_addp_vector_4s_max` has no attribute `_execute`
[error] unresolved-attribute - :1495:9 - Object of type `Self@test_addp_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1495:26 - Object of type `Self@test_addp_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1496:9 - Object of type `Self@test_addp_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1496:26 - Object of type `Self@test_addp_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1497:9 - Object of type `Self@test_addp_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1497:26 - Object of type `Self@test_addp_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1498:9 - Object of type `Self@test_addp_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1498:26 - Object of type `Self@test_addp_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1499:9 - Object of type `Self@test_addp_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1499:26 - Object of type `Self@test_addp_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1500:9 - Object of type `Self@test_addp_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1500:26 - Object of type `Self@test_addp_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :1517:13 - Object of type `Self@test_addp_vector_2d` has no attribute `_execute`
[error] unresolved-attribute - :1518:9 - Object of type `Self@test_addp_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1518:26 - Object of type `Self@test_addp_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1519:9 - Object of type `Self@test_addp_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1519:26 - Object of type `Self@test_addp_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1520:9 - Object of type `Self@test_addp_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1520:26 - Object of type `Self@test_addp_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1521:9 - Object of type `Self@test_addp_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1521:26 - Object of type `Self@test_addp_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1522:9 - Object of type `Self@test_addp_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1522:26 - Object of type `Self@test_addp_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1523:9 - Object of type `Self@test_addp_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :1523:26 - Object of type `Self@test_addp_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :1538:13 - Object of type `Self@test_addp_vector_2d_max` has no attribute `_execute`
[error] unresolved-attribute - :1539:9 - Object of type `Self@test_addp_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1539:26 - Object of type `Self@test_addp_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1540:9 - Object of type `Self@test_addp_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1540:26 - Object of type `Self@test_addp_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1541:9 - Object of type `Self@test_addp_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1541:26 - Object of type `Self@test_addp_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1542:9 - Object of type `Self@test_addp_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1542:26 - Object of type `Self@test_addp_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1543:9 - Object of type `Self@test_addp_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1543:26 - Object of type `Self@test_addp_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1544:9 - Object of type `Self@test_addp_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :1544:26 - Object of type `Self@test_addp_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :1553:9 - Object of type `Self@test_adds_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :1553:26 - Object of type `Self@test_adds_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :1554:9 - Object of type `Self@test_adds_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :1554:26 - Object of type `Self@test_adds_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :1555:9 - Object of type `Self@test_adds_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :1555:26 - Object of type `Self@test_adds_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :1560:9 - Object of type `Self@test_adds_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1560:26 - Object of type `Self@test_adds_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :1561:9 - Object of type `Self@test_adds_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1561:26 - Object of type `Self@test_adds_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :1562:9 - Object of type `Self@test_adds_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1562:26 - Object of type `Self@test_adds_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :1567:9 - Object of type `Self@test_adds_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1567:26 - Object of type `Self@test_adds_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :1568:9 - Object of type `Self@test_adds_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1568:26 - Object of type `Self@test_adds_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :1569:9 - Object of type `Self@test_adds_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1569:26 - Object of type `Self@test_adds_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :1574:9 - Object of type `Self@test_adds_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :1574:26 - Object of type `Self@test_adds_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :1575:9 - Object of type `Self@test_adds_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :1575:26 - Object of type `Self@test_adds_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :1576:9 - Object of type `Self@test_adds_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :1576:26 - Object of type `Self@test_adds_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :1581:9 - Object of type `Self@test_adds_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1581:26 - Object of type `Self@test_adds_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :1582:9 - Object of type `Self@test_adds_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1582:26 - Object of type `Self@test_adds_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :1583:9 - Object of type `Self@test_adds_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1583:26 - Object of type `Self@test_adds_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :1588:9 - Object of type `Self@test_adds_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1588:26 - Object of type `Self@test_adds_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :1589:9 - Object of type `Self@test_adds_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1589:26 - Object of type `Self@test_adds_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :1590:9 - Object of type `Self@test_adds_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1590:26 - Object of type `Self@test_adds_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :1595:9 - Object of type `Self@test_adds_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :1595:26 - Object of type `Self@test_adds_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :1596:9 - Object of type `Self@test_adds_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :1596:26 - Object of type `Self@test_adds_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :1597:9 - Object of type `Self@test_adds_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :1597:26 - Object of type `Self@test_adds_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :1602:9 - Object of type `Self@test_adds_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1602:26 - Object of type `Self@test_adds_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :1603:9 - Object of type `Self@test_adds_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1603:26 - Object of type `Self@test_adds_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :1604:9 - Object of type `Self@test_adds_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1604:26 - Object of type `Self@test_adds_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :1609:9 - Object of type `Self@test_adds_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1609:26 - Object of type `Self@test_adds_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :1610:9 - Object of type `Self@test_adds_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1610:26 - Object of type `Self@test_adds_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :1611:9 - Object of type `Self@test_adds_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1611:26 - Object of type `Self@test_adds_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :1616:9 - Object of type `Self@test_adds_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :1616:26 - Object of type `Self@test_adds_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :1617:9 - Object of type `Self@test_adds_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :1617:26 - Object of type `Self@test_adds_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :1618:9 - Object of type `Self@test_adds_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :1618:26 - Object of type `Self@test_adds_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :1623:9 - Object of type `Self@test_adds_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1623:26 - Object of type `Self@test_adds_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :1624:9 - Object of type `Self@test_adds_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1624:26 - Object of type `Self@test_adds_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :1625:9 - Object of type `Self@test_adds_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1625:26 - Object of type `Self@test_adds_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :1630:9 - Object of type `Self@test_adds_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1630:26 - Object of type `Self@test_adds_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :1631:9 - Object of type `Self@test_adds_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1631:26 - Object of type `Self@test_adds_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :1632:9 - Object of type `Self@test_adds_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1632:26 - Object of type `Self@test_adds_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :1637:9 - Object of type `Self@test_adds_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :1637:26 - Object of type `Self@test_adds_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :1638:9 - Object of type `Self@test_adds_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :1638:26 - Object of type `Self@test_adds_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :1639:9 - Object of type `Self@test_adds_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :1639:26 - Object of type `Self@test_adds_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :1644:9 - Object of type `Self@test_adds_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1644:26 - Object of type `Self@test_adds_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :1645:9 - Object of type `Self@test_adds_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1645:26 - Object of type `Self@test_adds_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :1646:9 - Object of type `Self@test_adds_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1646:26 - Object of type `Self@test_adds_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :1651:9 - Object of type `Self@test_adds_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1651:26 - Object of type `Self@test_adds_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :1652:9 - Object of type `Self@test_adds_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1652:26 - Object of type `Self@test_adds_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :1653:9 - Object of type `Self@test_adds_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1653:26 - Object of type `Self@test_adds_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :1658:9 - Object of type `Self@test_adds_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :1658:26 - Object of type `Self@test_adds_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :1659:9 - Object of type `Self@test_adds_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :1659:26 - Object of type `Self@test_adds_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :1660:9 - Object of type `Self@test_adds_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :1660:26 - Object of type `Self@test_adds_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :1665:9 - Object of type `Self@test_adds_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1665:26 - Object of type `Self@test_adds_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :1666:9 - Object of type `Self@test_adds_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1666:26 - Object of type `Self@test_adds_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :1667:9 - Object of type `Self@test_adds_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1667:26 - Object of type `Self@test_adds_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :1672:9 - Object of type `Self@test_adds_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1672:26 - Object of type `Self@test_adds_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :1673:9 - Object of type `Self@test_adds_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1673:26 - Object of type `Self@test_adds_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :1674:9 - Object of type `Self@test_adds_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1674:26 - Object of type `Self@test_adds_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :1679:9 - Object of type `Self@test_adds_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :1679:26 - Object of type `Self@test_adds_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :1680:9 - Object of type `Self@test_adds_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :1680:26 - Object of type `Self@test_adds_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :1681:9 - Object of type `Self@test_adds_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :1681:26 - Object of type `Self@test_adds_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :1686:9 - Object of type `Self@test_adds_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1686:26 - Object of type `Self@test_adds_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :1687:9 - Object of type `Self@test_adds_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1687:26 - Object of type `Self@test_adds_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :1688:9 - Object of type `Self@test_adds_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1688:26 - Object of type `Self@test_adds_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :1693:9 - Object of type `Self@test_adds_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1693:26 - Object of type `Self@test_adds_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :1694:9 - Object of type `Self@test_adds_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1694:26 - Object of type `Self@test_adds_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :1695:9 - Object of type `Self@test_adds_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1695:26 - Object of type `Self@test_adds_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :1700:9 - Object of type `Self@test_adds_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :1700:26 - Object of type `Self@test_adds_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :1701:9 - Object of type `Self@test_adds_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :1701:26 - Object of type `Self@test_adds_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :1702:9 - Object of type `Self@test_adds_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :1702:26 - Object of type `Self@test_adds_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :1707:9 - Object of type `Self@test_adds_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1707:26 - Object of type `Self@test_adds_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :1708:9 - Object of type `Self@test_adds_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1708:26 - Object of type `Self@test_adds_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :1709:9 - Object of type `Self@test_adds_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1709:26 - Object of type `Self@test_adds_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :1714:9 - Object of type `Self@test_adds_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1714:26 - Object of type `Self@test_adds_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :1715:9 - Object of type `Self@test_adds_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1715:26 - Object of type `Self@test_adds_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :1716:9 - Object of type `Self@test_adds_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1716:26 - Object of type `Self@test_adds_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :1721:9 - Object of type `Self@test_adds_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1721:26 - Object of type `Self@test_adds_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :1722:9 - Object of type `Self@test_adds_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1722:26 - Object of type `Self@test_adds_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :1723:9 - Object of type `Self@test_adds_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1723:26 - Object of type `Self@test_adds_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :1728:9 - Object of type `Self@test_adds_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1728:26 - Object of type `Self@test_adds_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :1729:9 - Object of type `Self@test_adds_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1729:26 - Object of type `Self@test_adds_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :1730:9 - Object of type `Self@test_adds_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1730:26 - Object of type `Self@test_adds_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :1737:9 - Object of type `Self@test_adds_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :1737:26 - Object of type `Self@test_adds_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :1738:9 - Object of type `Self@test_adds_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :1738:26 - Object of type `Self@test_adds_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :1739:9 - Object of type `Self@test_adds_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :1739:26 - Object of type `Self@test_adds_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :1744:9 - Object of type `Self@test_adds_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1744:26 - Object of type `Self@test_adds_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :1745:9 - Object of type `Self@test_adds_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1745:26 - Object of type `Self@test_adds_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :1746:9 - Object of type `Self@test_adds_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1746:26 - Object of type `Self@test_adds_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :1751:9 - Object of type `Self@test_adds_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1751:26 - Object of type `Self@test_adds_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :1752:9 - Object of type `Self@test_adds_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1752:26 - Object of type `Self@test_adds_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :1753:9 - Object of type `Self@test_adds_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1753:26 - Object of type `Self@test_adds_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :1758:9 - Object of type `Self@test_adds_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :1758:26 - Object of type `Self@test_adds_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :1759:9 - Object of type `Self@test_adds_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :1759:26 - Object of type `Self@test_adds_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :1760:9 - Object of type `Self@test_adds_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :1760:26 - Object of type `Self@test_adds_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :1765:9 - Object of type `Self@test_adds_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1765:26 - Object of type `Self@test_adds_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :1766:9 - Object of type `Self@test_adds_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1766:26 - Object of type `Self@test_adds_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :1767:9 - Object of type `Self@test_adds_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1767:26 - Object of type `Self@test_adds_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :1772:9 - Object of type `Self@test_adds_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1772:26 - Object of type `Self@test_adds_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :1773:9 - Object of type `Self@test_adds_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1773:26 - Object of type `Self@test_adds_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :1774:9 - Object of type `Self@test_adds_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1774:26 - Object of type `Self@test_adds_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :1779:9 - Object of type `Self@test_adds_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :1779:26 - Object of type `Self@test_adds_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :1780:9 - Object of type `Self@test_adds_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :1780:26 - Object of type `Self@test_adds_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :1781:9 - Object of type `Self@test_adds_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :1781:26 - Object of type `Self@test_adds_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :1786:9 - Object of type `Self@test_adds_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1786:26 - Object of type `Self@test_adds_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :1787:9 - Object of type `Self@test_adds_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1787:26 - Object of type `Self@test_adds_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :1788:9 - Object of type `Self@test_adds_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1788:26 - Object of type `Self@test_adds_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :1793:9 - Object of type `Self@test_adds_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1793:26 - Object of type `Self@test_adds_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :1794:9 - Object of type `Self@test_adds_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1794:26 - Object of type `Self@test_adds_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :1795:9 - Object of type `Self@test_adds_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1795:26 - Object of type `Self@test_adds_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :1800:9 - Object of type `Self@test_adds_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :1800:26 - Object of type `Self@test_adds_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :1801:9 - Object of type `Self@test_adds_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :1801:26 - Object of type `Self@test_adds_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :1802:9 - Object of type `Self@test_adds_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :1802:26 - Object of type `Self@test_adds_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :1807:9 - Object of type `Self@test_adds_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1807:26 - Object of type `Self@test_adds_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :1808:9 - Object of type `Self@test_adds_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1808:26 - Object of type `Self@test_adds_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :1809:9 - Object of type `Self@test_adds_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1809:26 - Object of type `Self@test_adds_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :1814:9 - Object of type `Self@test_adds_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1814:26 - Object of type `Self@test_adds_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :1815:9 - Object of type `Self@test_adds_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1815:26 - Object of type `Self@test_adds_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :1816:9 - Object of type `Self@test_adds_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1816:26 - Object of type `Self@test_adds_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :1821:9 - Object of type `Self@test_adds_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :1821:26 - Object of type `Self@test_adds_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :1822:9 - Object of type `Self@test_adds_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :1822:26 - Object of type `Self@test_adds_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :1823:9 - Object of type `Self@test_adds_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :1823:26 - Object of type `Self@test_adds_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :1828:9 - Object of type `Self@test_adds_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1828:26 - Object of type `Self@test_adds_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :1829:9 - Object of type `Self@test_adds_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1829:26 - Object of type `Self@test_adds_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :1830:9 - Object of type `Self@test_adds_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1830:26 - Object of type `Self@test_adds_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :1835:9 - Object of type `Self@test_adds_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1835:26 - Object of type `Self@test_adds_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :1836:9 - Object of type `Self@test_adds_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1836:26 - Object of type `Self@test_adds_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :1837:9 - Object of type `Self@test_adds_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1837:26 - Object of type `Self@test_adds_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :1842:9 - Object of type `Self@test_adds_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :1842:26 - Object of type `Self@test_adds_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :1843:9 - Object of type `Self@test_adds_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :1843:26 - Object of type `Self@test_adds_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :1844:9 - Object of type `Self@test_adds_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :1844:26 - Object of type `Self@test_adds_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :1849:9 - Object of type `Self@test_adds_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1849:26 - Object of type `Self@test_adds_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :1850:9 - Object of type `Self@test_adds_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1850:26 - Object of type `Self@test_adds_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :1851:9 - Object of type `Self@test_adds_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1851:26 - Object of type `Self@test_adds_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :1856:9 - Object of type `Self@test_adds_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1856:26 - Object of type `Self@test_adds_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :1857:9 - Object of type `Self@test_adds_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1857:26 - Object of type `Self@test_adds_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :1858:9 - Object of type `Self@test_adds_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1858:26 - Object of type `Self@test_adds_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :1863:9 - Object of type `Self@test_adds_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :1863:26 - Object of type `Self@test_adds_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :1864:9 - Object of type `Self@test_adds_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :1864:26 - Object of type `Self@test_adds_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :1865:9 - Object of type `Self@test_adds_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :1865:26 - Object of type `Self@test_adds_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :1870:9 - Object of type `Self@test_adds_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1870:26 - Object of type `Self@test_adds_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :1871:9 - Object of type `Self@test_adds_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1871:26 - Object of type `Self@test_adds_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :1872:9 - Object of type `Self@test_adds_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1872:26 - Object of type `Self@test_adds_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :1877:9 - Object of type `Self@test_adds_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1877:26 - Object of type `Self@test_adds_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :1878:9 - Object of type `Self@test_adds_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1878:26 - Object of type `Self@test_adds_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :1879:9 - Object of type `Self@test_adds_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1879:26 - Object of type `Self@test_adds_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :1884:9 - Object of type `Self@test_adds_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :1884:26 - Object of type `Self@test_adds_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :1885:9 - Object of type `Self@test_adds_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :1885:26 - Object of type `Self@test_adds_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :1886:9 - Object of type `Self@test_adds_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :1886:26 - Object of type `Self@test_adds_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :1891:9 - Object of type `Self@test_adds_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1891:26 - Object of type `Self@test_adds_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :1892:9 - Object of type `Self@test_adds_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1892:26 - Object of type `Self@test_adds_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :1893:9 - Object of type `Self@test_adds_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1893:26 - Object of type `Self@test_adds_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :1898:9 - Object of type `Self@test_adds_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1898:26 - Object of type `Self@test_adds_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :1899:9 - Object of type `Self@test_adds_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1899:26 - Object of type `Self@test_adds_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :1900:9 - Object of type `Self@test_adds_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1900:26 - Object of type `Self@test_adds_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :1905:9 - Object of type `Self@test_adds_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1905:26 - Object of type `Self@test_adds_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :1906:9 - Object of type `Self@test_adds_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1906:26 - Object of type `Self@test_adds_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :1907:9 - Object of type `Self@test_adds_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1907:26 - Object of type `Self@test_adds_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :1912:9 - Object of type `Self@test_adds_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1912:26 - Object of type `Self@test_adds_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :1913:9 - Object of type `Self@test_adds_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1913:26 - Object of type `Self@test_adds_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :1914:9 - Object of type `Self@test_adds_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1914:26 - Object of type `Self@test_adds_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :1923:9 - Object of type `Self@test_adds_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :1923:26 - Object of type `Self@test_adds_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :1924:9 - Object of type `Self@test_adds_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :1924:26 - Object of type `Self@test_adds_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :1925:9 - Object of type `Self@test_adds_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :1925:26 - Object of type `Self@test_adds_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :1930:9 - Object of type `Self@test_adds_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :1930:26 - Object of type `Self@test_adds_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :1931:9 - Object of type `Self@test_adds_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :1931:26 - Object of type `Self@test_adds_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :1932:9 - Object of type `Self@test_adds_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :1932:26 - Object of type `Self@test_adds_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :1937:9 - Object of type `Self@test_adds_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :1937:26 - Object of type `Self@test_adds_imm32` has no attribute `rf`
[error] unresolved-attribute - :1938:9 - Object of type `Self@test_adds_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :1938:26 - Object of type `Self@test_adds_imm32` has no attribute `rf`
[error] unresolved-attribute - :1939:9 - Object of type `Self@test_adds_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :1939:26 - Object of type `Self@test_adds_imm32` has no attribute `rf`
[error] unresolved-attribute - :1944:9 - Object of type `Self@test_adds_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1944:26 - Object of type `Self@test_adds_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :1945:9 - Object of type `Self@test_adds_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1945:26 - Object of type `Self@test_adds_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :1946:9 - Object of type `Self@test_adds_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1946:26 - Object of type `Self@test_adds_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :1951:9 - Object of type `Self@test_adds_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1951:26 - Object of type `Self@test_adds_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :1952:9 - Object of type `Self@test_adds_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1952:26 - Object of type `Self@test_adds_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :1953:9 - Object of type `Self@test_adds_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :1953:26 - Object of type `Self@test_adds_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :1960:9 - Object of type `Self@test_adds_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :1960:26 - Object of type `Self@test_adds_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :1961:9 - Object of type `Self@test_adds_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :1961:26 - Object of type `Self@test_adds_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :1962:9 - Object of type `Self@test_adds_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :1962:26 - Object of type `Self@test_adds_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :1967:9 - Object of type `Self@test_adds_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :1967:26 - Object of type `Self@test_adds_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :1968:9 - Object of type `Self@test_adds_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :1968:26 - Object of type `Self@test_adds_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :1969:9 - Object of type `Self@test_adds_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :1969:26 - Object of type `Self@test_adds_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :1974:9 - Object of type `Self@test_adds_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :1974:26 - Object of type `Self@test_adds_imm64` has no attribute `rf`
[error] unresolved-attribute - :1975:9 - Object of type `Self@test_adds_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :1975:26 - Object of type `Self@test_adds_imm64` has no attribute `rf`
[error] unresolved-attribute - :1976:9 - Object of type `Self@test_adds_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :1976:26 - Object of type `Self@test_adds_imm64` has no attribute `rf`
[error] unresolved-attribute - :1981:9 - Object of type `Self@test_adds_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1981:26 - Object of type `Self@test_adds_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :1982:9 - Object of type `Self@test_adds_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1982:26 - Object of type `Self@test_adds_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :1983:9 - Object of type `Self@test_adds_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1983:26 - Object of type `Self@test_adds_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :1988:9 - Object of type `Self@test_adds_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1988:26 - Object of type `Self@test_adds_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :1989:9 - Object of type `Self@test_adds_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1989:26 - Object of type `Self@test_adds_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :1990:9 - Object of type `Self@test_adds_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :1990:26 - Object of type `Self@test_adds_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :1999:9 - Object of type `Self@test_adds_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :1999:26 - Object of type `Self@test_adds_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :2000:9 - Object of type `Self@test_adds_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :2000:26 - Object of type `Self@test_adds_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :2001:9 - Object of type `Self@test_adds_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :2001:26 - Object of type `Self@test_adds_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :2006:9 - Object of type `Self@test_adds_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2006:26 - Object of type `Self@test_adds_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :2007:9 - Object of type `Self@test_adds_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2007:26 - Object of type `Self@test_adds_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :2008:9 - Object of type `Self@test_adds_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2008:26 - Object of type `Self@test_adds_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :2013:9 - Object of type `Self@test_adds_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2013:26 - Object of type `Self@test_adds_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :2014:9 - Object of type `Self@test_adds_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2014:26 - Object of type `Self@test_adds_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :2015:9 - Object of type `Self@test_adds_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2015:26 - Object of type `Self@test_adds_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :2020:9 - Object of type `Self@test_adds_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :2020:26 - Object of type `Self@test_adds_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :2021:9 - Object of type `Self@test_adds_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :2021:26 - Object of type `Self@test_adds_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :2022:9 - Object of type `Self@test_adds_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :2022:26 - Object of type `Self@test_adds_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :2027:9 - Object of type `Self@test_adds_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2027:26 - Object of type `Self@test_adds_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :2028:9 - Object of type `Self@test_adds_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2028:26 - Object of type `Self@test_adds_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :2029:9 - Object of type `Self@test_adds_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2029:26 - Object of type `Self@test_adds_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :2034:9 - Object of type `Self@test_adds_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2034:26 - Object of type `Self@test_adds_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :2035:9 - Object of type `Self@test_adds_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2035:26 - Object of type `Self@test_adds_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :2036:9 - Object of type `Self@test_adds_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2036:26 - Object of type `Self@test_adds_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :2041:9 - Object of type `Self@test_adds_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2041:26 - Object of type `Self@test_adds_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :2042:9 - Object of type `Self@test_adds_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2042:26 - Object of type `Self@test_adds_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :2043:9 - Object of type `Self@test_adds_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2043:26 - Object of type `Self@test_adds_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :2048:9 - Object of type `Self@test_adds_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2048:26 - Object of type `Self@test_adds_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2049:9 - Object of type `Self@test_adds_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2049:26 - Object of type `Self@test_adds_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2050:9 - Object of type `Self@test_adds_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2050:26 - Object of type `Self@test_adds_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2055:9 - Object of type `Self@test_adds_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2055:26 - Object of type `Self@test_adds_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2056:9 - Object of type `Self@test_adds_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2056:26 - Object of type `Self@test_adds_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2057:9 - Object of type `Self@test_adds_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2057:26 - Object of type `Self@test_adds_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2062:9 - Object of type `Self@test_adds_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2062:26 - Object of type `Self@test_adds_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :2063:9 - Object of type `Self@test_adds_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2063:26 - Object of type `Self@test_adds_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :2064:9 - Object of type `Self@test_adds_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2064:26 - Object of type `Self@test_adds_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :2071:9 - Object of type `Self@test_adds_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :2071:26 - Object of type `Self@test_adds_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :2072:9 - Object of type `Self@test_adds_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :2072:26 - Object of type `Self@test_adds_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :2073:9 - Object of type `Self@test_adds_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :2073:26 - Object of type `Self@test_adds_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :2078:9 - Object of type `Self@test_adds_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2078:26 - Object of type `Self@test_adds_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :2079:9 - Object of type `Self@test_adds_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2079:26 - Object of type `Self@test_adds_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :2080:9 - Object of type `Self@test_adds_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2080:26 - Object of type `Self@test_adds_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :2085:9 - Object of type `Self@test_adds_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2085:26 - Object of type `Self@test_adds_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :2086:9 - Object of type `Self@test_adds_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2086:26 - Object of type `Self@test_adds_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :2087:9 - Object of type `Self@test_adds_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2087:26 - Object of type `Self@test_adds_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :2092:9 - Object of type `Self@test_adds_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :2092:26 - Object of type `Self@test_adds_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :2093:9 - Object of type `Self@test_adds_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :2093:26 - Object of type `Self@test_adds_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :2094:9 - Object of type `Self@test_adds_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :2094:26 - Object of type `Self@test_adds_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :2099:9 - Object of type `Self@test_adds_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2099:26 - Object of type `Self@test_adds_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :2100:9 - Object of type `Self@test_adds_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2100:26 - Object of type `Self@test_adds_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :2101:9 - Object of type `Self@test_adds_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2101:26 - Object of type `Self@test_adds_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :2106:9 - Object of type `Self@test_adds_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2106:26 - Object of type `Self@test_adds_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :2107:9 - Object of type `Self@test_adds_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2107:26 - Object of type `Self@test_adds_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :2108:9 - Object of type `Self@test_adds_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2108:26 - Object of type `Self@test_adds_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :2113:9 - Object of type `Self@test_adds_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2113:26 - Object of type `Self@test_adds_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :2114:9 - Object of type `Self@test_adds_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2114:26 - Object of type `Self@test_adds_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :2115:9 - Object of type `Self@test_adds_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2115:26 - Object of type `Self@test_adds_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :2120:9 - Object of type `Self@test_adds_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2120:26 - Object of type `Self@test_adds_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2121:9 - Object of type `Self@test_adds_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2121:26 - Object of type `Self@test_adds_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2122:9 - Object of type `Self@test_adds_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2122:26 - Object of type `Self@test_adds_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2127:9 - Object of type `Self@test_adds_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2127:26 - Object of type `Self@test_adds_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2128:9 - Object of type `Self@test_adds_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2128:26 - Object of type `Self@test_adds_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2129:9 - Object of type `Self@test_adds_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2129:26 - Object of type `Self@test_adds_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2134:9 - Object of type `Self@test_adds_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2134:26 - Object of type `Self@test_adds_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :2135:9 - Object of type `Self@test_adds_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2135:26 - Object of type `Self@test_adds_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :2136:9 - Object of type `Self@test_adds_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2136:26 - Object of type `Self@test_adds_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :2142:28 - Object of type `Self@test_adr_0` has no attribute `cpu`
[error] unresolved-attribute - :2143:14 - Object of type `Self@test_adr_0` has no attribute `cpu`
[error] unresolved-attribute - :2144:9 - Object of type `Self@test_adr_0` has no attribute `_execute`
[error] unresolved-attribute - :2145:9 - Object of type `Self@test_adr_0` has no attribute `assertEqual`
[error] unresolved-attribute - :2145:26 - Object of type `Self@test_adr_0` has no attribute `rf`
[error] unresolved-attribute - :2149:28 - Object of type `Self@test_adr_neg` has no attribute `cpu`
[error] unresolved-attribute - :2150:14 - Object of type `Self@test_adr_neg` has no attribute `cpu`
[error] unresolved-attribute - :2151:9 - Object of type `Self@test_adr_neg` has no attribute `_execute`
[error] unresolved-attribute - :2152:9 - Object of type `Self@test_adr_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :2152:26 - Object of type `Self@test_adr_neg` has no attribute `rf`
[error] unresolved-attribute - :2156:28 - Object of type `Self@test_adr_pos` has no attribute `cpu`
[error] unresolved-attribute - :2157:14 - Object of type `Self@test_adr_pos` has no attribute `cpu`
[error] unresolved-attribute - :2158:9 - Object of type `Self@test_adr_pos` has no attribute `_execute`
[error] unresolved-attribute - :2159:9 - Object of type `Self@test_adr_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :2159:26 - Object of type `Self@test_adr_pos` has no attribute `rf`
[error] unresolved-attribute - :2165:28 - Object of type `Self@test_adrp_0` has no attribute `cpu`
[error] unresolved-attribute - :2166:14 - Object of type `Self@test_adrp_0` has no attribute `cpu`
[error] unresolved-attribute - :2167:9 - Object of type `Self@test_adrp_0` has no attribute `_execute`
[error] unresolved-attribute - :2168:9 - Object of type `Self@test_adrp_0` has no attribute `assertEqual`
[error] unresolved-attribute - :2168:26 - Object of type `Self@test_adrp_0` has no attribute `rf`
[error] unresolved-attribute - :2172:28 - Object of type `Self@test_adrp_neg` has no attribute `cpu`
[error] unresolved-attribute - :2173:14 - Object of type `Self@test_adrp_neg` has no attribute `cpu`
[error] unresolved-attribute - :2174:9 - Object of type `Self@test_adrp_neg` has no attribute `_execute`
[error] unresolved-attribute - :2175:9 - Object of type `Self@test_adrp_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :2175:26 - Object of type `Self@test_adrp_neg` has no attribute `rf`
[error] unresolved-attribute - :2179:28 - Object of type `Self@test_adrp_pos` has no attribute `cpu`
[error] unresolved-attribute - :2180:14 - Object of type `Self@test_adrp_pos` has no attribute `cpu`
[error] unresolved-attribute - :2181:9 - Object of type `Self@test_adrp_pos` has no attribute `_execute`
[error] unresolved-attribute - :2182:9 - Object of type `Self@test_adrp_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :2182:26 - Object of type `Self@test_adrp_pos` has no attribute `rf`
[error] unresolved-attribute - :2191:9 - Object of type `Self@test_and_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :2191:26 - Object of type `Self@test_and_imm32` has no attribute `rf`
[error] unresolved-attribute - :2192:9 - Object of type `Self@test_and_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :2192:26 - Object of type `Self@test_and_imm32` has no attribute `rf`
[error] unresolved-attribute - :2193:9 - Object of type `Self@test_and_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :2193:26 - Object of type `Self@test_and_imm32` has no attribute `rf`
[error] unresolved-attribute - :2198:9 - Object of type `Self@test_and_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2198:26 - Object of type `Self@test_and_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :2199:9 - Object of type `Self@test_and_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2199:26 - Object of type `Self@test_and_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :2200:9 - Object of type `Self@test_and_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2200:26 - Object of type `Self@test_and_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :2205:9 - Object of type `Self@test_and_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2205:26 - Object of type `Self@test_and_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :2206:9 - Object of type `Self@test_and_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2206:26 - Object of type `Self@test_and_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :2207:9 - Object of type `Self@test_and_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2207:26 - Object of type `Self@test_and_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :2214:9 - Object of type `Self@test_and_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :2214:26 - Object of type `Self@test_and_imm64` has no attribute `rf`
[error] unresolved-attribute - :2215:9 - Object of type `Self@test_and_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :2215:26 - Object of type `Self@test_and_imm64` has no attribute `rf`
[error] unresolved-attribute - :2216:9 - Object of type `Self@test_and_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :2216:26 - Object of type `Self@test_and_imm64` has no attribute `rf`
[error] unresolved-attribute - :2221:9 - Object of type `Self@test_and_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2221:26 - Object of type `Self@test_and_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :2222:9 - Object of type `Self@test_and_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2222:26 - Object of type `Self@test_and_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :2223:9 - Object of type `Self@test_and_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2223:26 - Object of type `Self@test_and_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :2228:9 - Object of type `Self@test_and_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2228:26 - Object of type `Self@test_and_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :2229:9 - Object of type `Self@test_and_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2229:26 - Object of type `Self@test_and_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :2230:9 - Object of type `Self@test_and_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2230:26 - Object of type `Self@test_and_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :2239:9 - Object of type `Self@test_and_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :2239:26 - Object of type `Self@test_and_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :2240:9 - Object of type `Self@test_and_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :2240:26 - Object of type `Self@test_and_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :2241:9 - Object of type `Self@test_and_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :2241:26 - Object of type `Self@test_and_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :2246:9 - Object of type `Self@test_and_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2246:26 - Object of type `Self@test_and_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :2247:9 - Object of type `Self@test_and_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2247:26 - Object of type `Self@test_and_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :2248:9 - Object of type `Self@test_and_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2248:26 - Object of type `Self@test_and_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :2253:9 - Object of type `Self@test_and_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2253:26 - Object of type `Self@test_and_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :2254:9 - Object of type `Self@test_and_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2254:26 - Object of type `Self@test_and_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :2255:9 - Object of type `Self@test_and_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2255:26 - Object of type `Self@test_and_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :2260:9 - Object of type `Self@test_and_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :2260:26 - Object of type `Self@test_and_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :2261:9 - Object of type `Self@test_and_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :2261:26 - Object of type `Self@test_and_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :2262:9 - Object of type `Self@test_and_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :2262:26 - Object of type `Self@test_and_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :2267:9 - Object of type `Self@test_and_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2267:26 - Object of type `Self@test_and_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :2268:9 - Object of type `Self@test_and_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2268:26 - Object of type `Self@test_and_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :2269:9 - Object of type `Self@test_and_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2269:26 - Object of type `Self@test_and_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :2274:9 - Object of type `Self@test_and_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2274:26 - Object of type `Self@test_and_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :2275:9 - Object of type `Self@test_and_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2275:26 - Object of type `Self@test_and_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :2276:9 - Object of type `Self@test_and_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2276:26 - Object of type `Self@test_and_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :2281:9 - Object of type `Self@test_and_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2281:26 - Object of type `Self@test_and_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :2282:9 - Object of type `Self@test_and_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2282:26 - Object of type `Self@test_and_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :2283:9 - Object of type `Self@test_and_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2283:26 - Object of type `Self@test_and_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :2288:9 - Object of type `Self@test_and_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2288:26 - Object of type `Self@test_and_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2289:9 - Object of type `Self@test_and_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2289:26 - Object of type `Self@test_and_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2290:9 - Object of type `Self@test_and_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2290:26 - Object of type `Self@test_and_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2295:9 - Object of type `Self@test_and_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2295:26 - Object of type `Self@test_and_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2296:9 - Object of type `Self@test_and_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2296:26 - Object of type `Self@test_and_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2297:9 - Object of type `Self@test_and_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2297:26 - Object of type `Self@test_and_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2302:9 - Object of type `Self@test_and_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2302:26 - Object of type `Self@test_and_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :2303:9 - Object of type `Self@test_and_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2303:26 - Object of type `Self@test_and_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :2304:9 - Object of type `Self@test_and_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2304:26 - Object of type `Self@test_and_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :2309:9 - Object of type `Self@test_and_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2309:26 - Object of type `Self@test_and_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :2310:9 - Object of type `Self@test_and_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2310:26 - Object of type `Self@test_and_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :2311:9 - Object of type `Self@test_and_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2311:26 - Object of type `Self@test_and_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :2316:9 - Object of type `Self@test_and_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2316:26 - Object of type `Self@test_and_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :2317:9 - Object of type `Self@test_and_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2317:26 - Object of type `Self@test_and_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :2318:9 - Object of type `Self@test_and_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2318:26 - Object of type `Self@test_and_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :2323:9 - Object of type `Self@test_and_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :2323:26 - Object of type `Self@test_and_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :2324:9 - Object of type `Self@test_and_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :2324:26 - Object of type `Self@test_and_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :2325:9 - Object of type `Self@test_and_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :2325:26 - Object of type `Self@test_and_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :2332:9 - Object of type `Self@test_and_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :2332:26 - Object of type `Self@test_and_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :2333:9 - Object of type `Self@test_and_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :2333:26 - Object of type `Self@test_and_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :2334:9 - Object of type `Self@test_and_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :2334:26 - Object of type `Self@test_and_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :2339:9 - Object of type `Self@test_and_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2339:26 - Object of type `Self@test_and_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :2340:9 - Object of type `Self@test_and_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2340:26 - Object of type `Self@test_and_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :2341:9 - Object of type `Self@test_and_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2341:26 - Object of type `Self@test_and_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :2346:9 - Object of type `Self@test_and_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2346:26 - Object of type `Self@test_and_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :2347:9 - Object of type `Self@test_and_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2347:26 - Object of type `Self@test_and_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :2348:9 - Object of type `Self@test_and_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2348:26 - Object of type `Self@test_and_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :2353:9 - Object of type `Self@test_and_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :2353:26 - Object of type `Self@test_and_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :2354:9 - Object of type `Self@test_and_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :2354:26 - Object of type `Self@test_and_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :2355:9 - Object of type `Self@test_and_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :2355:26 - Object of type `Self@test_and_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :2360:9 - Object of type `Self@test_and_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2360:26 - Object of type `Self@test_and_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :2361:9 - Object of type `Self@test_and_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2361:26 - Object of type `Self@test_and_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :2362:9 - Object of type `Self@test_and_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2362:26 - Object of type `Self@test_and_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :2367:9 - Object of type `Self@test_and_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2367:26 - Object of type `Self@test_and_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :2368:9 - Object of type `Self@test_and_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2368:26 - Object of type `Self@test_and_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :2369:9 - Object of type `Self@test_and_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2369:26 - Object of type `Self@test_and_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :2374:9 - Object of type `Self@test_and_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2374:26 - Object of type `Self@test_and_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :2375:9 - Object of type `Self@test_and_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2375:26 - Object of type `Self@test_and_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :2376:9 - Object of type `Self@test_and_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2376:26 - Object of type `Self@test_and_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :2381:9 - Object of type `Self@test_and_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2381:26 - Object of type `Self@test_and_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2382:9 - Object of type `Self@test_and_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2382:26 - Object of type `Self@test_and_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2383:9 - Object of type `Self@test_and_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2383:26 - Object of type `Self@test_and_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2388:9 - Object of type `Self@test_and_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2388:26 - Object of type `Self@test_and_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2389:9 - Object of type `Self@test_and_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2389:26 - Object of type `Self@test_and_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2390:9 - Object of type `Self@test_and_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2390:26 - Object of type `Self@test_and_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2395:9 - Object of type `Self@test_and_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2395:26 - Object of type `Self@test_and_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :2396:9 - Object of type `Self@test_and_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2396:26 - Object of type `Self@test_and_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :2397:9 - Object of type `Self@test_and_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2397:26 - Object of type `Self@test_and_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :2402:9 - Object of type `Self@test_and_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2402:26 - Object of type `Self@test_and_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :2403:9 - Object of type `Self@test_and_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2403:26 - Object of type `Self@test_and_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :2404:9 - Object of type `Self@test_and_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2404:26 - Object of type `Self@test_and_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :2409:9 - Object of type `Self@test_and_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2409:26 - Object of type `Self@test_and_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :2410:9 - Object of type `Self@test_and_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2410:26 - Object of type `Self@test_and_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :2411:9 - Object of type `Self@test_and_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2411:26 - Object of type `Self@test_and_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :2416:9 - Object of type `Self@test_and_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :2416:26 - Object of type `Self@test_and_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :2417:9 - Object of type `Self@test_and_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :2417:26 - Object of type `Self@test_and_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :2418:9 - Object of type `Self@test_and_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :2418:26 - Object of type `Self@test_and_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :2439:13 - Object of type `Self@test_and_vector_8b` has no attribute `_execute`
[error] unresolved-attribute - :2440:9 - Object of type `Self@test_and_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :2440:26 - Object of type `Self@test_and_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :2441:9 - Object of type `Self@test_and_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :2441:26 - Object of type `Self@test_and_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :2442:9 - Object of type `Self@test_and_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :2442:26 - Object of type `Self@test_and_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :2443:9 - Object of type `Self@test_and_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :2443:26 - Object of type `Self@test_and_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :2444:9 - Object of type `Self@test_and_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :2444:26 - Object of type `Self@test_and_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :2445:9 - Object of type `Self@test_and_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :2445:26 - Object of type `Self@test_and_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :2460:13 - Object of type `Self@test_and_vector_8b_max` has no attribute `_execute`
[error] unresolved-attribute - :2461:9 - Object of type `Self@test_and_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2461:26 - Object of type `Self@test_and_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :2462:9 - Object of type `Self@test_and_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2462:26 - Object of type `Self@test_and_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :2463:9 - Object of type `Self@test_and_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2463:26 - Object of type `Self@test_and_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :2464:9 - Object of type `Self@test_and_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2464:26 - Object of type `Self@test_and_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :2465:9 - Object of type `Self@test_and_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2465:26 - Object of type `Self@test_and_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :2466:9 - Object of type `Self@test_and_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2466:26 - Object of type `Self@test_and_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :2483:13 - Object of type `Self@test_and_vector_16b` has no attribute `_execute`
[error] unresolved-attribute - :2484:9 - Object of type `Self@test_and_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :2484:26 - Object of type `Self@test_and_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :2485:9 - Object of type `Self@test_and_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :2485:26 - Object of type `Self@test_and_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :2486:9 - Object of type `Self@test_and_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :2486:26 - Object of type `Self@test_and_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :2487:9 - Object of type `Self@test_and_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :2487:26 - Object of type `Self@test_and_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :2488:9 - Object of type `Self@test_and_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :2488:26 - Object of type `Self@test_and_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :2489:9 - Object of type `Self@test_and_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :2489:26 - Object of type `Self@test_and_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :2504:13 - Object of type `Self@test_and_vector_16b_max` has no attribute `_execute`
[error] unresolved-attribute - :2505:9 - Object of type `Self@test_and_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2505:26 - Object of type `Self@test_and_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :2506:9 - Object of type `Self@test_and_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2506:26 - Object of type `Self@test_and_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :2507:9 - Object of type `Self@test_and_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2507:26 - Object of type `Self@test_and_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :2508:9 - Object of type `Self@test_and_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2508:26 - Object of type `Self@test_and_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :2509:9 - Object of type `Self@test_and_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2509:26 - Object of type `Self@test_and_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :2510:9 - Object of type `Self@test_and_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :2510:26 - Object of type `Self@test_and_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :2519:9 - Object of type `Self@test_ands_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :2519:26 - Object of type `Self@test_ands_imm32` has no attribute `rf`
[error] unresolved-attribute - :2520:9 - Object of type `Self@test_ands_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :2520:26 - Object of type `Self@test_ands_imm32` has no attribute `rf`
[error] unresolved-attribute - :2521:9 - Object of type `Self@test_ands_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :2521:26 - Object of type `Self@test_ands_imm32` has no attribute `rf`
[error] unresolved-attribute - :2526:9 - Object of type `Self@test_ands_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2526:26 - Object of type `Self@test_ands_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :2527:9 - Object of type `Self@test_ands_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2527:26 - Object of type `Self@test_ands_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :2528:9 - Object of type `Self@test_ands_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2528:26 - Object of type `Self@test_ands_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :2533:9 - Object of type `Self@test_ands_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2533:26 - Object of type `Self@test_ands_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :2534:9 - Object of type `Self@test_ands_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2534:26 - Object of type `Self@test_ands_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :2535:9 - Object of type `Self@test_ands_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2535:26 - Object of type `Self@test_ands_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :2540:9 - Object of type `Self@test_ands_imm4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2540:26 - Object of type `Self@test_ands_imm4_32` has no attribute `rf`
[error] unresolved-attribute - :2541:9 - Object of type `Self@test_ands_imm4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2541:26 - Object of type `Self@test_ands_imm4_32` has no attribute `rf`
[error] unresolved-attribute - :2542:9 - Object of type `Self@test_ands_imm4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :2542:26 - Object of type `Self@test_ands_imm4_32` has no attribute `rf`
[error] unresolved-attribute - :2549:9 - Object of type `Self@test_ands_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :2549:26 - Object of type `Self@test_ands_imm64` has no attribute `rf`
[error] unresolved-attribute - :2550:9 - Object of type `Self@test_ands_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :2550:26 - Object of type `Self@test_ands_imm64` has no attribute `rf`
[error] unresolved-attribute - :2551:9 - Object of type `Self@test_ands_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :2551:26 - Object of type `Self@test_ands_imm64` has no attribute `rf`
[error] unresolved-attribute - :2556:9 - Object of type `Self@test_ands_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2556:26 - Object of type `Self@test_ands_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :2557:9 - Object of type `Self@test_ands_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2557:26 - Object of type `Self@test_ands_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :2558:9 - Object of type `Self@test_ands_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2558:26 - Object of type `Self@test_ands_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :2563:9 - Object of type `Self@test_ands_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2563:26 - Object of type `Self@test_ands_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :2564:9 - Object of type `Self@test_ands_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2564:26 - Object of type `Self@test_ands_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :2565:9 - Object of type `Self@test_ands_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2565:26 - Object of type `Self@test_ands_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :2570:9 - Object of type `Self@test_ands_imm4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2570:26 - Object of type `Self@test_ands_imm4_64` has no attribute `rf`
[error] unresolved-attribute - :2571:9 - Object of type `Self@test_ands_imm4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2571:26 - Object of type `Self@test_ands_imm4_64` has no attribute `rf`
[error] unresolved-attribute - :2572:9 - Object of type `Self@test_ands_imm4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :2572:26 - Object of type `Self@test_ands_imm4_64` has no attribute `rf`
[error] unresolved-attribute - :2581:9 - Object of type `Self@test_ands_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :2581:26 - Object of type `Self@test_ands_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :2582:9 - Object of type `Self@test_ands_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :2582:26 - Object of type `Self@test_ands_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :2583:9 - Object of type `Self@test_ands_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :2583:26 - Object of type `Self@test_ands_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :2588:9 - Object of type `Self@test_ands_sft_reg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :2588:26 - Object of type `Self@test_ands_sft_reg_zero32` has no attribute `rf`
[error] unresolved-attribute - :2589:9 - Object of type `Self@test_ands_sft_reg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :2589:26 - Object of type `Self@test_ands_sft_reg_zero32` has no attribute `rf`
[error] unresolved-attribute - :2590:9 - Object of type `Self@test_ands_sft_reg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :2590:26 - Object of type `Self@test_ands_sft_reg_zero32` has no attribute `rf`
[error] unresolved-attribute - :2595:9 - Object of type `Self@test_ands_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2595:26 - Object of type `Self@test_ands_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :2596:9 - Object of type `Self@test_ands_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2596:26 - Object of type `Self@test_ands_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :2597:9 - Object of type `Self@test_ands_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2597:26 - Object of type `Self@test_ands_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :2602:9 - Object of type `Self@test_ands_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2602:26 - Object of type `Self@test_ands_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :2603:9 - Object of type `Self@test_ands_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2603:26 - Object of type `Self@test_ands_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :2604:9 - Object of type `Self@test_ands_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2604:26 - Object of type `Self@test_ands_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :2609:9 - Object of type `Self@test_ands_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :2609:26 - Object of type `Self@test_ands_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :2610:9 - Object of type `Self@test_ands_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :2610:26 - Object of type `Self@test_ands_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :2611:9 - Object of type `Self@test_ands_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :2611:26 - Object of type `Self@test_ands_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :2616:9 - Object of type `Self@test_ands_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2616:26 - Object of type `Self@test_ands_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :2617:9 - Object of type `Self@test_ands_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2617:26 - Object of type `Self@test_ands_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :2618:9 - Object of type `Self@test_ands_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2618:26 - Object of type `Self@test_ands_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :2623:9 - Object of type `Self@test_ands_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2623:26 - Object of type `Self@test_ands_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :2624:9 - Object of type `Self@test_ands_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2624:26 - Object of type `Self@test_ands_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :2625:9 - Object of type `Self@test_ands_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2625:26 - Object of type `Self@test_ands_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :2630:9 - Object of type `Self@test_ands_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2630:26 - Object of type `Self@test_ands_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :2631:9 - Object of type `Self@test_ands_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2631:26 - Object of type `Self@test_ands_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :2632:9 - Object of type `Self@test_ands_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2632:26 - Object of type `Self@test_ands_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :2637:9 - Object of type `Self@test_ands_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2637:26 - Object of type `Self@test_ands_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2638:9 - Object of type `Self@test_ands_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2638:26 - Object of type `Self@test_ands_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2639:9 - Object of type `Self@test_ands_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2639:26 - Object of type `Self@test_ands_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2644:9 - Object of type `Self@test_ands_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2644:26 - Object of type `Self@test_ands_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2645:9 - Object of type `Self@test_ands_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2645:26 - Object of type `Self@test_ands_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2646:9 - Object of type `Self@test_ands_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2646:26 - Object of type `Self@test_ands_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2651:9 - Object of type `Self@test_ands_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2651:26 - Object of type `Self@test_ands_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :2652:9 - Object of type `Self@test_ands_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2652:26 - Object of type `Self@test_ands_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :2653:9 - Object of type `Self@test_ands_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2653:26 - Object of type `Self@test_ands_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :2658:9 - Object of type `Self@test_ands_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2658:26 - Object of type `Self@test_ands_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :2659:9 - Object of type `Self@test_ands_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2659:26 - Object of type `Self@test_ands_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :2660:9 - Object of type `Self@test_ands_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2660:26 - Object of type `Self@test_ands_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :2665:9 - Object of type `Self@test_ands_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2665:26 - Object of type `Self@test_ands_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :2666:9 - Object of type `Self@test_ands_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2666:26 - Object of type `Self@test_ands_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :2667:9 - Object of type `Self@test_ands_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2667:26 - Object of type `Self@test_ands_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :2672:9 - Object of type `Self@test_ands_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :2672:26 - Object of type `Self@test_ands_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :2673:9 - Object of type `Self@test_ands_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :2673:26 - Object of type `Self@test_ands_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :2674:9 - Object of type `Self@test_ands_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :2674:26 - Object of type `Self@test_ands_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :2681:9 - Object of type `Self@test_ands_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :2681:26 - Object of type `Self@test_ands_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :2682:9 - Object of type `Self@test_ands_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :2682:26 - Object of type `Self@test_ands_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :2683:9 - Object of type `Self@test_ands_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :2683:26 - Object of type `Self@test_ands_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :2688:9 - Object of type `Self@test_ands_sft_reg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :2688:26 - Object of type `Self@test_ands_sft_reg_zero64` has no attribute `rf`
[error] unresolved-attribute - :2689:9 - Object of type `Self@test_ands_sft_reg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :2689:26 - Object of type `Self@test_ands_sft_reg_zero64` has no attribute `rf`
[error] unresolved-attribute - :2690:9 - Object of type `Self@test_ands_sft_reg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :2690:26 - Object of type `Self@test_ands_sft_reg_zero64` has no attribute `rf`
[error] unresolved-attribute - :2695:9 - Object of type `Self@test_ands_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2695:26 - Object of type `Self@test_ands_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :2696:9 - Object of type `Self@test_ands_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2696:26 - Object of type `Self@test_ands_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :2697:9 - Object of type `Self@test_ands_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2697:26 - Object of type `Self@test_ands_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :2702:9 - Object of type `Self@test_ands_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2702:26 - Object of type `Self@test_ands_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :2703:9 - Object of type `Self@test_ands_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2703:26 - Object of type `Self@test_ands_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :2704:9 - Object of type `Self@test_ands_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2704:26 - Object of type `Self@test_ands_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :2709:9 - Object of type `Self@test_ands_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :2709:26 - Object of type `Self@test_ands_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :2710:9 - Object of type `Self@test_ands_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :2710:26 - Object of type `Self@test_ands_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :2711:9 - Object of type `Self@test_ands_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :2711:26 - Object of type `Self@test_ands_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :2716:9 - Object of type `Self@test_ands_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2716:26 - Object of type `Self@test_ands_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :2717:9 - Object of type `Self@test_ands_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2717:26 - Object of type `Self@test_ands_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :2718:9 - Object of type `Self@test_ands_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2718:26 - Object of type `Self@test_ands_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :2723:9 - Object of type `Self@test_ands_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2723:26 - Object of type `Self@test_ands_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :2724:9 - Object of type `Self@test_ands_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2724:26 - Object of type `Self@test_ands_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :2725:9 - Object of type `Self@test_ands_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2725:26 - Object of type `Self@test_ands_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :2730:9 - Object of type `Self@test_ands_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2730:26 - Object of type `Self@test_ands_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :2731:9 - Object of type `Self@test_ands_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2731:26 - Object of type `Self@test_ands_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :2732:9 - Object of type `Self@test_ands_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2732:26 - Object of type `Self@test_ands_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :2737:9 - Object of type `Self@test_ands_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2737:26 - Object of type `Self@test_ands_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2738:9 - Object of type `Self@test_ands_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2738:26 - Object of type `Self@test_ands_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2739:9 - Object of type `Self@test_ands_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2739:26 - Object of type `Self@test_ands_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2744:9 - Object of type `Self@test_ands_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2744:26 - Object of type `Self@test_ands_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2745:9 - Object of type `Self@test_ands_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2745:26 - Object of type `Self@test_ands_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2746:9 - Object of type `Self@test_ands_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2746:26 - Object of type `Self@test_ands_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2751:9 - Object of type `Self@test_ands_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2751:26 - Object of type `Self@test_ands_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :2752:9 - Object of type `Self@test_ands_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2752:26 - Object of type `Self@test_ands_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :2753:9 - Object of type `Self@test_ands_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2753:26 - Object of type `Self@test_ands_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :2758:9 - Object of type `Self@test_ands_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2758:26 - Object of type `Self@test_ands_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :2759:9 - Object of type `Self@test_ands_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2759:26 - Object of type `Self@test_ands_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :2760:9 - Object of type `Self@test_ands_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2760:26 - Object of type `Self@test_ands_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :2765:9 - Object of type `Self@test_ands_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2765:26 - Object of type `Self@test_ands_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :2766:9 - Object of type `Self@test_ands_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2766:26 - Object of type `Self@test_ands_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :2767:9 - Object of type `Self@test_ands_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2767:26 - Object of type `Self@test_ands_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :2772:9 - Object of type `Self@test_ands_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :2772:26 - Object of type `Self@test_ands_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :2773:9 - Object of type `Self@test_ands_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :2773:26 - Object of type `Self@test_ands_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :2774:9 - Object of type `Self@test_ands_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :2774:26 - Object of type `Self@test_ands_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :2783:9 - Object of type `Self@test_asr_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2783:26 - Object of type `Self@test_asr_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :2784:9 - Object of type `Self@test_asr_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2784:26 - Object of type `Self@test_asr_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :2789:9 - Object of type `Self@test_asr_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2789:26 - Object of type `Self@test_asr_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :2790:9 - Object of type `Self@test_asr_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2790:26 - Object of type `Self@test_asr_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :2795:9 - Object of type `Self@test_asr_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :2795:26 - Object of type `Self@test_asr_imm32` has no attribute `rf`
[error] unresolved-attribute - :2796:9 - Object of type `Self@test_asr_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :2796:26 - Object of type `Self@test_asr_imm32` has no attribute `rf`
[error] unresolved-attribute - :2803:9 - Object of type `Self@test_asr_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2803:26 - Object of type `Self@test_asr_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :2804:9 - Object of type `Self@test_asr_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2804:26 - Object of type `Self@test_asr_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :2809:9 - Object of type `Self@test_asr_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2809:26 - Object of type `Self@test_asr_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :2810:9 - Object of type `Self@test_asr_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2810:26 - Object of type `Self@test_asr_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :2815:9 - Object of type `Self@test_asr_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :2815:26 - Object of type `Self@test_asr_imm64` has no attribute `rf`
[error] unresolved-attribute - :2816:9 - Object of type `Self@test_asr_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :2816:26 - Object of type `Self@test_asr_imm64` has no attribute `rf`
[error] unresolved-attribute - :2825:9 - Object of type `Self@test_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2825:26 - Object of type `Self@test_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2826:9 - Object of type `Self@test_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2826:26 - Object of type `Self@test_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :2831:9 - Object of type `Self@test_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2831:26 - Object of type `Self@test_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2832:9 - Object of type `Self@test_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2832:26 - Object of type `Self@test_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :2837:9 - Object of type `Self@test_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2837:26 - Object of type `Self@test_asr32` has no attribute `rf`
[error] unresolved-attribute - :2838:9 - Object of type `Self@test_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :2838:26 - Object of type `Self@test_asr32` has no attribute `rf`
[error] unresolved-attribute - :2845:9 - Object of type `Self@test_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2845:26 - Object of type `Self@test_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2846:9 - Object of type `Self@test_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2846:26 - Object of type `Self@test_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :2851:9 - Object of type `Self@test_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2851:26 - Object of type `Self@test_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2852:9 - Object of type `Self@test_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2852:26 - Object of type `Self@test_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :2857:9 - Object of type `Self@test_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2857:26 - Object of type `Self@test_asr64` has no attribute `rf`
[error] unresolved-attribute - :2858:9 - Object of type `Self@test_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :2858:26 - Object of type `Self@test_asr64` has no attribute `rf`
[error] unresolved-attribute - :2867:9 - Object of type `Self@test_asrv_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2867:26 - Object of type `Self@test_asrv_min32` has no attribute `rf`
[error] unresolved-attribute - :2868:9 - Object of type `Self@test_asrv_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2868:26 - Object of type `Self@test_asrv_min32` has no attribute `rf`
[error] unresolved-attribute - :2873:9 - Object of type `Self@test_asrv_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2873:26 - Object of type `Self@test_asrv_max32` has no attribute `rf`
[error] unresolved-attribute - :2874:9 - Object of type `Self@test_asrv_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2874:26 - Object of type `Self@test_asrv_max32` has no attribute `rf`
[error] unresolved-attribute - :2879:9 - Object of type `Self@test_asrv32` has no attribute `assertEqual`
[error] unresolved-attribute - :2879:26 - Object of type `Self@test_asrv32` has no attribute `rf`
[error] unresolved-attribute - :2880:9 - Object of type `Self@test_asrv32` has no attribute `assertEqual`
[error] unresolved-attribute - :2880:26 - Object of type `Self@test_asrv32` has no attribute `rf`
[error] unresolved-attribute - :2887:9 - Object of type `Self@test_asrv_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2887:26 - Object of type `Self@test_asrv_min64` has no attribute `rf`
[error] unresolved-attribute - :2888:9 - Object of type `Self@test_asrv_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :2888:26 - Object of type `Self@test_asrv_min64` has no attribute `rf`
[error] unresolved-attribute - :2893:9 - Object of type `Self@test_asrv_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2893:26 - Object of type `Self@test_asrv_max64` has no attribute `rf`
[error] unresolved-attribute - :2894:9 - Object of type `Self@test_asrv_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :2894:26 - Object of type `Self@test_asrv_max64` has no attribute `rf`
[error] unresolved-attribute - :2899:9 - Object of type `Self@test_asrv64` has no attribute `assertEqual`
[error] unresolved-attribute - :2899:26 - Object of type `Self@test_asrv64` has no attribute `rf`
[error] unresolved-attribute - :2900:9 - Object of type `Self@test_asrv64` has no attribute `assertEqual`
[error] unresolved-attribute - :2900:26 - Object of type `Self@test_asrv64` has no attribute `rf`
[error] unresolved-attribute - :2948:28 - Object of type `Self@test_b_pos` has no attribute `cpu`
[error] unresolved-attribute - :2949:14 - Object of type `Self@test_b_pos` has no attribute `cpu`
[error] unresolved-attribute - :2952:9 - Object of type `Self@test_b_pos` has no attribute `_execute`
[error] unresolved-attribute - :2953:9 - Object of type `Self@test_b_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :2953:26 - Object of type `Self@test_b_pos` has no attribute `rf`
[error] unresolved-attribute - :2954:9 - Object of type `Self@test_b_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :2954:26 - Object of type `Self@test_b_pos` has no attribute `rf`
[error] unresolved-attribute - :2955:9 - Object of type `Self@test_b_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :2955:26 - Object of type `Self@test_b_pos` has no attribute `rf`
[error] unresolved-attribute - :2956:9 - Object of type `Self@test_b_pos` has no attribute `_execute`
[error] unresolved-attribute - :2957:9 - Object of type `Self@test_b_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :2957:26 - Object of type `Self@test_b_pos` has no attribute `rf`
[error] unresolved-attribute - :2958:9 - Object of type `Self@test_b_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :2958:26 - Object of type `Self@test_b_pos` has no attribute `rf`
[error] unresolved-attribute - :2963:9 - Object of type `Self@test_b_neg` has no attribute `cpu`
[error] unresolved-attribute - :2964:28 - Object of type `Self@test_b_neg` has no attribute `cpu`
[error] unresolved-attribute - :2965:14 - Object of type `Self@test_b_neg` has no attribute `cpu`
[error] unresolved-attribute - :2967:9 - Object of type `Self@test_b_neg` has no attribute `_execute`
[error] unresolved-attribute - :2968:9 - Object of type `Self@test_b_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :2968:26 - Object of type `Self@test_b_neg` has no attribute `rf`
[error] unresolved-attribute - :2969:9 - Object of type `Self@test_b_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :2969:26 - Object of type `Self@test_b_neg` has no attribute `rf`
[error] unresolved-attribute - :2970:9 - Object of type `Self@test_b_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :2970:26 - Object of type `Self@test_b_neg` has no attribute `rf`
[error] unresolved-attribute - :2971:9 - Object of type `Self@test_b_neg` has no attribute `_execute`
[error] unresolved-attribute - :2972:9 - Object of type `Self@test_b_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :2972:26 - Object of type `Self@test_b_neg` has no attribute `rf`
[error] unresolved-attribute - :2973:9 - Object of type `Self@test_b_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :2973:26 - Object of type `Self@test_b_neg` has no attribute `rf`
[error] unresolved-attribute - :2983:9 - Object of type `Self@test_bfc_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2983:26 - Object of type `Self@test_bfc_min_min32` has no attribute `rf`
[error] unresolved-attribute - :2984:9 - Object of type `Self@test_bfc_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2984:26 - Object of type `Self@test_bfc_min_min32` has no attribute `rf`
[error] unresolved-attribute - :2990:9 - Object of type `Self@test_bfc_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2990:26 - Object of type `Self@test_bfc_min_max32` has no attribute `rf`
[error] unresolved-attribute - :2991:9 - Object of type `Self@test_bfc_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :2991:26 - Object of type `Self@test_bfc_min_max32` has no attribute `rf`
[error] unresolved-attribute - :2996:9 - Object of type `Self@test_bfc_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2996:26 - Object of type `Self@test_bfc_max_min32` has no attribute `rf`
[error] unresolved-attribute - :2997:9 - Object of type `Self@test_bfc_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :2997:26 - Object of type `Self@test_bfc_max_min32` has no attribute `rf`
[error] unresolved-attribute - :3002:9 - Object of type `Self@test_bfc32` has no attribute `assertEqual`
[error] unresolved-attribute - :3002:26 - Object of type `Self@test_bfc32` has no attribute `rf`
[error] unresolved-attribute - :3003:9 - Object of type `Self@test_bfc32` has no attribute `assertEqual`
[error] unresolved-attribute - :3003:26 - Object of type `Self@test_bfc32` has no attribute `rf`
[error] unresolved-attribute - :3011:9 - Object of type `Self@test_bfc_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3011:26 - Object of type `Self@test_bfc_min_min64` has no attribute `rf`
[error] unresolved-attribute - :3012:9 - Object of type `Self@test_bfc_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3012:26 - Object of type `Self@test_bfc_min_min64` has no attribute `rf`
[error] unresolved-attribute - :3018:9 - Object of type `Self@test_bfc_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3018:26 - Object of type `Self@test_bfc_min_max64` has no attribute `rf`
[error] unresolved-attribute - :3019:9 - Object of type `Self@test_bfc_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3019:26 - Object of type `Self@test_bfc_min_max64` has no attribute `rf`
[error] unresolved-attribute - :3024:9 - Object of type `Self@test_bfc_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3024:26 - Object of type `Self@test_bfc_max_min64` has no attribute `rf`
[error] unresolved-attribute - :3025:9 - Object of type `Self@test_bfc_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3025:26 - Object of type `Self@test_bfc_max_min64` has no attribute `rf`
[error] unresolved-attribute - :3030:9 - Object of type `Self@test_bfc64` has no attribute `assertEqual`
[error] unresolved-attribute - :3030:26 - Object of type `Self@test_bfc64` has no attribute `rf`
[error] unresolved-attribute - :3031:9 - Object of type `Self@test_bfc64` has no attribute `assertEqual`
[error] unresolved-attribute - :3031:26 - Object of type `Self@test_bfc64` has no attribute `rf`
[error] unresolved-attribute - :3041:9 - Object of type `Self@test_bfi_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3041:26 - Object of type `Self@test_bfi_min_min32` has no attribute `rf`
[error] unresolved-attribute - :3042:9 - Object of type `Self@test_bfi_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3042:26 - Object of type `Self@test_bfi_min_min32` has no attribute `rf`
[error] unresolved-attribute - :3048:9 - Object of type `Self@test_bfi_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3048:26 - Object of type `Self@test_bfi_min_max32` has no attribute `rf`
[error] unresolved-attribute - :3049:9 - Object of type `Self@test_bfi_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3049:26 - Object of type `Self@test_bfi_min_max32` has no attribute `rf`
[error] unresolved-attribute - :3054:9 - Object of type `Self@test_bfi_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3054:26 - Object of type `Self@test_bfi_max_min32` has no attribute `rf`
[error] unresolved-attribute - :3055:9 - Object of type `Self@test_bfi_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3055:26 - Object of type `Self@test_bfi_max_min32` has no attribute `rf`
[error] unresolved-attribute - :3060:9 - Object of type `Self@test_bfi32` has no attribute `assertEqual`
[error] unresolved-attribute - :3060:26 - Object of type `Self@test_bfi32` has no attribute `rf`
[error] unresolved-attribute - :3061:9 - Object of type `Self@test_bfi32` has no attribute `assertEqual`
[error] unresolved-attribute - :3061:26 - Object of type `Self@test_bfi32` has no attribute `rf`
[error] unresolved-attribute - :3069:9 - Object of type `Self@test_bfi_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3069:26 - Object of type `Self@test_bfi_min_min64` has no attribute `rf`
[error] unresolved-attribute - :3070:9 - Object of type `Self@test_bfi_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3070:26 - Object of type `Self@test_bfi_min_min64` has no attribute `rf`
[error] unresolved-attribute - :3076:9 - Object of type `Self@test_bfi_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3076:26 - Object of type `Self@test_bfi_min_max64` has no attribute `rf`
[error] unresolved-attribute - :3077:9 - Object of type `Self@test_bfi_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3077:26 - Object of type `Self@test_bfi_min_max64` has no attribute `rf`
[error] unresolved-attribute - :3082:9 - Object of type `Self@test_bfi_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3082:26 - Object of type `Self@test_bfi_max_min64` has no attribute `rf`
[error] unresolved-attribute - :3083:9 - Object of type `Self@test_bfi_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3083:26 - Object of type `Self@test_bfi_max_min64` has no attribute `rf`
[error] unresolved-attribute - :3088:9 - Object of type `Self@test_bfi64` has no attribute `assertEqual`
[error] unresolved-attribute - :3088:26 - Object of type `Self@test_bfi64` has no attribute `rf`
[error] unresolved-attribute - :3089:9 - Object of type `Self@test_bfi64` has no attribute `assertEqual`
[error] unresolved-attribute - :3089:26 - Object of type `Self@test_bfi64` has no attribute `rf`
[error] unresolved-attribute - :3099:9 - Object of type `Self@test_bfm_ge32` has no attribute `assertEqual`
[error] unresolved-attribute - :3099:26 - Object of type `Self@test_bfm_ge32` has no attribute `rf`
[error] unresolved-attribute - :3100:9 - Object of type `Self@test_bfm_ge32` has no attribute `assertEqual`
[error] unresolved-attribute - :3100:26 - Object of type `Self@test_bfm_ge32` has no attribute `rf`
[error] unresolved-attribute - :3106:9 - Object of type `Self@test_bfm_lt32` has no attribute `assertEqual`
[error] unresolved-attribute - :3106:26 - Object of type `Self@test_bfm_lt32` has no attribute `rf`
[error] unresolved-attribute - :3107:9 - Object of type `Self@test_bfm_lt32` has no attribute `assertEqual`
[error] unresolved-attribute - :3107:26 - Object of type `Self@test_bfm_lt32` has no attribute `rf`
[error] unresolved-attribute - :3113:9 - Object of type `Self@test_bfm_ge_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3113:26 - Object of type `Self@test_bfm_ge_max32` has no attribute `rf`
[error] unresolved-attribute - :3114:9 - Object of type `Self@test_bfm_ge_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3114:26 - Object of type `Self@test_bfm_ge_max32` has no attribute `rf`
[error] unresolved-attribute - :3120:9 - Object of type `Self@test_bfm_lt_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3120:26 - Object of type `Self@test_bfm_lt_max32` has no attribute `rf`
[error] unresolved-attribute - :3121:9 - Object of type `Self@test_bfm_lt_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3121:26 - Object of type `Self@test_bfm_lt_max32` has no attribute `rf`
[error] unresolved-attribute - :3127:9 - Object of type `Self@test_bfm_ge_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3127:26 - Object of type `Self@test_bfm_ge_min32` has no attribute `rf`
[error] unresolved-attribute - :3128:9 - Object of type `Self@test_bfm_ge_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3128:26 - Object of type `Self@test_bfm_ge_min32` has no attribute `rf`
[error] unresolved-attribute - :3134:9 - Object of type `Self@test_bfm_lt_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3134:26 - Object of type `Self@test_bfm_lt_min32` has no attribute `rf`
[error] unresolved-attribute - :3135:9 - Object of type `Self@test_bfm_lt_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3135:26 - Object of type `Self@test_bfm_lt_min32` has no attribute `rf`
[error] unresolved-attribute - :3143:9 - Object of type `Self@test_bfm_ge64` has no attribute `assertEqual`
[error] unresolved-attribute - :3143:26 - Object of type `Self@test_bfm_ge64` has no attribute `rf`
[error] unresolved-attribute - :3144:9 - Object of type `Self@test_bfm_ge64` has no attribute `assertEqual`
[error] unresolved-attribute - :3144:26 - Object of type `Self@test_bfm_ge64` has no attribute `rf`
[error] unresolved-attribute - :3150:9 - Object of type `Self@test_bfm_lt64` has no attribute `assertEqual`
[error] unresolved-attribute - :3150:26 - Object of type `Self@test_bfm_lt64` has no attribute `rf`
[error] unresolved-attribute - :3151:9 - Object of type `Self@test_bfm_lt64` has no attribute `assertEqual`
[error] unresolved-attribute - :3151:26 - Object of type `Self@test_bfm_lt64` has no attribute `rf`
[error] unresolved-attribute - :3157:9 - Object of type `Self@test_bfm_ge_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3157:26 - Object of type `Self@test_bfm_ge_max64` has no attribute `rf`
[error] unresolved-attribute - :3158:9 - Object of type `Self@test_bfm_ge_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3158:26 - Object of type `Self@test_bfm_ge_max64` has no attribute `rf`
[error] unresolved-attribute - :3164:9 - Object of type `Self@test_bfm_lt_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3164:26 - Object of type `Self@test_bfm_lt_max64` has no attribute `rf`
[error] unresolved-attribute - :3165:9 - Object of type `Self@test_bfm_lt_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3165:26 - Object of type `Self@test_bfm_lt_max64` has no attribute `rf`
[error] unresolved-attribute - :3171:9 - Object of type `Self@test_bfm_ge_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3171:26 - Object of type `Self@test_bfm_ge_min64` has no attribute `rf`
[error] unresolved-attribute - :3172:9 - Object of type `Self@test_bfm_ge_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3172:26 - Object of type `Self@test_bfm_ge_min64` has no attribute `rf`
[error] unresolved-attribute - :3178:9 - Object of type `Self@test_bfm_lt_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3178:26 - Object of type `Self@test_bfm_lt_min64` has no attribute `rf`
[error] unresolved-attribute - :3179:9 - Object of type `Self@test_bfm_lt_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3179:26 - Object of type `Self@test_bfm_lt_min64` has no attribute `rf`
[error] unresolved-attribute - :3188:9 - Object of type `Self@test_bfxil_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3188:26 - Object of type `Self@test_bfxil_min_min32` has no attribute `rf`
[error] unresolved-attribute - :3189:9 - Object of type `Self@test_bfxil_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3189:26 - Object of type `Self@test_bfxil_min_min32` has no attribute `rf`
[error] unresolved-attribute - :3194:9 - Object of type `Self@test_bfxil_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3194:26 - Object of type `Self@test_bfxil_min_max32` has no attribute `rf`
[error] unresolved-attribute - :3195:9 - Object of type `Self@test_bfxil_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3195:26 - Object of type `Self@test_bfxil_min_max32` has no attribute `rf`
[error] unresolved-attribute - :3200:9 - Object of type `Self@test_bfxil_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3200:26 - Object of type `Self@test_bfxil_max_min32` has no attribute `rf`
[error] unresolved-attribute - :3201:9 - Object of type `Self@test_bfxil_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3201:26 - Object of type `Self@test_bfxil_max_min32` has no attribute `rf`
[error] unresolved-attribute - :3206:9 - Object of type `Self@test_bfxil32` has no attribute `assertEqual`
[error] unresolved-attribute - :3206:26 - Object of type `Self@test_bfxil32` has no attribute `rf`
[error] unresolved-attribute - :3207:9 - Object of type `Self@test_bfxil32` has no attribute `assertEqual`
[error] unresolved-attribute - :3207:26 - Object of type `Self@test_bfxil32` has no attribute `rf`
[error] unresolved-attribute - :3214:9 - Object of type `Self@test_bfxil_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3214:26 - Object of type `Self@test_bfxil_min_min64` has no attribute `rf`
[error] unresolved-attribute - :3215:9 - Object of type `Self@test_bfxil_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3215:26 - Object of type `Self@test_bfxil_min_min64` has no attribute `rf`
[error] unresolved-attribute - :3220:9 - Object of type `Self@test_bfxil_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3220:26 - Object of type `Self@test_bfxil_min_max64` has no attribute `rf`
[error] unresolved-attribute - :3221:9 - Object of type `Self@test_bfxil_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3221:26 - Object of type `Self@test_bfxil_min_max64` has no attribute `rf`
[error] unresolved-attribute - :3226:9 - Object of type `Self@test_bfxil_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3226:26 - Object of type `Self@test_bfxil_max_min64` has no attribute `rf`
[error] unresolved-attribute - :3227:9 - Object of type `Self@test_bfxil_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3227:26 - Object of type `Self@test_bfxil_max_min64` has no attribute `rf`
[error] unresolved-attribute - :3232:9 - Object of type `Self@test_bfxil64` has no attribute `assertEqual`
[error] unresolved-attribute - :3232:26 - Object of type `Self@test_bfxil64` has no attribute `rf`
[error] unresolved-attribute - :3233:9 - Object of type `Self@test_bfxil64` has no attribute `assertEqual`
[error] unresolved-attribute - :3233:26 - Object of type `Self@test_bfxil64` has no attribute `rf`
[error] unresolved-attribute - :3242:9 - Object of type `Self@test_bic32` has no attribute `assertEqual`
[error] unresolved-attribute - :3242:26 - Object of type `Self@test_bic32` has no attribute `rf`
[error] unresolved-attribute - :3243:9 - Object of type `Self@test_bic32` has no attribute `assertEqual`
[error] unresolved-attribute - :3243:26 - Object of type `Self@test_bic32` has no attribute `rf`
[error] unresolved-attribute - :3244:9 - Object of type `Self@test_bic32` has no attribute `assertEqual`
[error] unresolved-attribute - :3244:26 - Object of type `Self@test_bic32` has no attribute `rf`
[error] unresolved-attribute - :3249:9 - Object of type `Self@test_bic_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3249:26 - Object of type `Self@test_bic_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :3250:9 - Object of type `Self@test_bic_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3250:26 - Object of type `Self@test_bic_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :3251:9 - Object of type `Self@test_bic_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3251:26 - Object of type `Self@test_bic_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :3256:9 - Object of type `Self@test_bic_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3256:26 - Object of type `Self@test_bic_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :3257:9 - Object of type `Self@test_bic_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3257:26 - Object of type `Self@test_bic_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :3258:9 - Object of type `Self@test_bic_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3258:26 - Object of type `Self@test_bic_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :3263:9 - Object of type `Self@test_bic_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :3263:26 - Object of type `Self@test_bic_lsl32` has no attribute `rf`
[error] unresolved-attribute - :3264:9 - Object of type `Self@test_bic_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :3264:26 - Object of type `Self@test_bic_lsl32` has no attribute `rf`
[error] unresolved-attribute - :3265:9 - Object of type `Self@test_bic_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :3265:26 - Object of type `Self@test_bic_lsl32` has no attribute `rf`
[error] unresolved-attribute - :3270:9 - Object of type `Self@test_bic_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3270:26 - Object of type `Self@test_bic_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :3271:9 - Object of type `Self@test_bic_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3271:26 - Object of type `Self@test_bic_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :3272:9 - Object of type `Self@test_bic_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3272:26 - Object of type `Self@test_bic_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :3277:9 - Object of type `Self@test_bic_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3277:26 - Object of type `Self@test_bic_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :3278:9 - Object of type `Self@test_bic_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3278:26 - Object of type `Self@test_bic_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :3279:9 - Object of type `Self@test_bic_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3279:26 - Object of type `Self@test_bic_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :3284:9 - Object of type `Self@test_bic_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3284:26 - Object of type `Self@test_bic_lsr32` has no attribute `rf`
[error] unresolved-attribute - :3285:9 - Object of type `Self@test_bic_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3285:26 - Object of type `Self@test_bic_lsr32` has no attribute `rf`
[error] unresolved-attribute - :3286:9 - Object of type `Self@test_bic_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3286:26 - Object of type `Self@test_bic_lsr32` has no attribute `rf`
[error] unresolved-attribute - :3291:9 - Object of type `Self@test_bic_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3291:26 - Object of type `Self@test_bic_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :3292:9 - Object of type `Self@test_bic_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3292:26 - Object of type `Self@test_bic_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :3293:9 - Object of type `Self@test_bic_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3293:26 - Object of type `Self@test_bic_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :3298:9 - Object of type `Self@test_bic_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3298:26 - Object of type `Self@test_bic_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :3299:9 - Object of type `Self@test_bic_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3299:26 - Object of type `Self@test_bic_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :3300:9 - Object of type `Self@test_bic_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3300:26 - Object of type `Self@test_bic_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :3305:9 - Object of type `Self@test_bic_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3305:26 - Object of type `Self@test_bic_asr32` has no attribute `rf`
[error] unresolved-attribute - :3306:9 - Object of type `Self@test_bic_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3306:26 - Object of type `Self@test_bic_asr32` has no attribute `rf`
[error] unresolved-attribute - :3307:9 - Object of type `Self@test_bic_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3307:26 - Object of type `Self@test_bic_asr32` has no attribute `rf`
[error] unresolved-attribute - :3312:9 - Object of type `Self@test_bic_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3312:26 - Object of type `Self@test_bic_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :3313:9 - Object of type `Self@test_bic_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3313:26 - Object of type `Self@test_bic_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :3314:9 - Object of type `Self@test_bic_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3314:26 - Object of type `Self@test_bic_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :3319:9 - Object of type `Self@test_bic_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3319:26 - Object of type `Self@test_bic_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :3320:9 - Object of type `Self@test_bic_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3320:26 - Object of type `Self@test_bic_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :3321:9 - Object of type `Self@test_bic_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3321:26 - Object of type `Self@test_bic_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :3326:9 - Object of type `Self@test_bic_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :3326:26 - Object of type `Self@test_bic_ror32` has no attribute `rf`
[error] unresolved-attribute - :3327:9 - Object of type `Self@test_bic_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :3327:26 - Object of type `Self@test_bic_ror32` has no attribute `rf`
[error] unresolved-attribute - :3328:9 - Object of type `Self@test_bic_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :3328:26 - Object of type `Self@test_bic_ror32` has no attribute `rf`
[error] unresolved-attribute - :3335:9 - Object of type `Self@test_bic64` has no attribute `assertEqual`
[error] unresolved-attribute - :3335:26 - Object of type `Self@test_bic64` has no attribute `rf`
[error] unresolved-attribute - :3336:9 - Object of type `Self@test_bic64` has no attribute `assertEqual`
[error] unresolved-attribute - :3336:26 - Object of type `Self@test_bic64` has no attribute `rf`
[error] unresolved-attribute - :3337:9 - Object of type `Self@test_bic64` has no attribute `assertEqual`
[error] unresolved-attribute - :3337:26 - Object of type `Self@test_bic64` has no attribute `rf`
[error] unresolved-attribute - :3342:9 - Object of type `Self@test_bic_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3342:26 - Object of type `Self@test_bic_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :3343:9 - Object of type `Self@test_bic_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3343:26 - Object of type `Self@test_bic_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :3344:9 - Object of type `Self@test_bic_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3344:26 - Object of type `Self@test_bic_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :3349:9 - Object of type `Self@test_bic_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3349:26 - Object of type `Self@test_bic_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :3350:9 - Object of type `Self@test_bic_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3350:26 - Object of type `Self@test_bic_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :3351:9 - Object of type `Self@test_bic_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3351:26 - Object of type `Self@test_bic_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :3356:9 - Object of type `Self@test_bic_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :3356:26 - Object of type `Self@test_bic_lsl64` has no attribute `rf`
[error] unresolved-attribute - :3357:9 - Object of type `Self@test_bic_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :3357:26 - Object of type `Self@test_bic_lsl64` has no attribute `rf`
[error] unresolved-attribute - :3358:9 - Object of type `Self@test_bic_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :3358:26 - Object of type `Self@test_bic_lsl64` has no attribute `rf`
[error] unresolved-attribute - :3363:9 - Object of type `Self@test_bic_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3363:26 - Object of type `Self@test_bic_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :3364:9 - Object of type `Self@test_bic_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3364:26 - Object of type `Self@test_bic_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :3365:9 - Object of type `Self@test_bic_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3365:26 - Object of type `Self@test_bic_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :3370:9 - Object of type `Self@test_bic_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3370:26 - Object of type `Self@test_bic_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :3371:9 - Object of type `Self@test_bic_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3371:26 - Object of type `Self@test_bic_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :3372:9 - Object of type `Self@test_bic_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3372:26 - Object of type `Self@test_bic_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :3377:9 - Object of type `Self@test_bic_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3377:26 - Object of type `Self@test_bic_lsr64` has no attribute `rf`
[error] unresolved-attribute - :3378:9 - Object of type `Self@test_bic_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3378:26 - Object of type `Self@test_bic_lsr64` has no attribute `rf`
[error] unresolved-attribute - :3379:9 - Object of type `Self@test_bic_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3379:26 - Object of type `Self@test_bic_lsr64` has no attribute `rf`
[error] unresolved-attribute - :3384:9 - Object of type `Self@test_bic_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3384:26 - Object of type `Self@test_bic_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :3385:9 - Object of type `Self@test_bic_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3385:26 - Object of type `Self@test_bic_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :3386:9 - Object of type `Self@test_bic_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3386:26 - Object of type `Self@test_bic_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :3391:9 - Object of type `Self@test_bic_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3391:26 - Object of type `Self@test_bic_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :3392:9 - Object of type `Self@test_bic_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3392:26 - Object of type `Self@test_bic_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :3393:9 - Object of type `Self@test_bic_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3393:26 - Object of type `Self@test_bic_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :3398:9 - Object of type `Self@test_bic_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3398:26 - Object of type `Self@test_bic_asr64` has no attribute `rf`
[error] unresolved-attribute - :3399:9 - Object of type `Self@test_bic_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3399:26 - Object of type `Self@test_bic_asr64` has no attribute `rf`
[error] unresolved-attribute - :3400:9 - Object of type `Self@test_bic_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3400:26 - Object of type `Self@test_bic_asr64` has no attribute `rf`
[error] unresolved-attribute - :3405:9 - Object of type `Self@test_bic_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3405:26 - Object of type `Self@test_bic_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :3406:9 - Object of type `Self@test_bic_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3406:26 - Object of type `Self@test_bic_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :3407:9 - Object of type `Self@test_bic_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3407:26 - Object of type `Self@test_bic_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :3412:9 - Object of type `Self@test_bic_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3412:26 - Object of type `Self@test_bic_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :3413:9 - Object of type `Self@test_bic_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3413:26 - Object of type `Self@test_bic_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :3414:9 - Object of type `Self@test_bic_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3414:26 - Object of type `Self@test_bic_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :3419:9 - Object of type `Self@test_bic_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :3419:26 - Object of type `Self@test_bic_ror64` has no attribute `rf`
[error] unresolved-attribute - :3420:9 - Object of type `Self@test_bic_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :3420:26 - Object of type `Self@test_bic_ror64` has no attribute `rf`
[error] unresolved-attribute - :3421:9 - Object of type `Self@test_bic_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :3421:26 - Object of type `Self@test_bic_ror64` has no attribute `rf`
[error] unresolved-attribute - :3430:9 - Object of type `Self@test_bics32` has no attribute `assertEqual`
[error] unresolved-attribute - :3430:26 - Object of type `Self@test_bics32` has no attribute `rf`
[error] unresolved-attribute - :3431:9 - Object of type `Self@test_bics32` has no attribute `assertEqual`
[error] unresolved-attribute - :3431:26 - Object of type `Self@test_bics32` has no attribute `rf`
[error] unresolved-attribute - :3432:9 - Object of type `Self@test_bics32` has no attribute `assertEqual`
[error] unresolved-attribute - :3432:26 - Object of type `Self@test_bics32` has no attribute `rf`
[error] unresolved-attribute - :3437:9 - Object of type `Self@test_bics_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3437:26 - Object of type `Self@test_bics_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :3438:9 - Object of type `Self@test_bics_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3438:26 - Object of type `Self@test_bics_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :3439:9 - Object of type `Self@test_bics_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3439:26 - Object of type `Self@test_bics_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :3444:9 - Object of type `Self@test_bics_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3444:26 - Object of type `Self@test_bics_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :3445:9 - Object of type `Self@test_bics_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3445:26 - Object of type `Self@test_bics_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :3446:9 - Object of type `Self@test_bics_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3446:26 - Object of type `Self@test_bics_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :3451:9 - Object of type `Self@test_bics_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :3451:26 - Object of type `Self@test_bics_lsl32` has no attribute `rf`
[error] unresolved-attribute - :3452:9 - Object of type `Self@test_bics_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :3452:26 - Object of type `Self@test_bics_lsl32` has no attribute `rf`
[error] unresolved-attribute - :3453:9 - Object of type `Self@test_bics_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :3453:26 - Object of type `Self@test_bics_lsl32` has no attribute `rf`
[error] unresolved-attribute - :3458:9 - Object of type `Self@test_bics_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3458:26 - Object of type `Self@test_bics_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :3459:9 - Object of type `Self@test_bics_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3459:26 - Object of type `Self@test_bics_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :3460:9 - Object of type `Self@test_bics_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3460:26 - Object of type `Self@test_bics_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :3465:9 - Object of type `Self@test_bics_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3465:26 - Object of type `Self@test_bics_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :3466:9 - Object of type `Self@test_bics_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3466:26 - Object of type `Self@test_bics_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :3467:9 - Object of type `Self@test_bics_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3467:26 - Object of type `Self@test_bics_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :3472:9 - Object of type `Self@test_bics_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3472:26 - Object of type `Self@test_bics_lsr32` has no attribute `rf`
[error] unresolved-attribute - :3473:9 - Object of type `Self@test_bics_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3473:26 - Object of type `Self@test_bics_lsr32` has no attribute `rf`
[error] unresolved-attribute - :3474:9 - Object of type `Self@test_bics_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3474:26 - Object of type `Self@test_bics_lsr32` has no attribute `rf`
[error] unresolved-attribute - :3479:9 - Object of type `Self@test_bics_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3479:26 - Object of type `Self@test_bics_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :3480:9 - Object of type `Self@test_bics_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3480:26 - Object of type `Self@test_bics_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :3481:9 - Object of type `Self@test_bics_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3481:26 - Object of type `Self@test_bics_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :3486:9 - Object of type `Self@test_bics_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3486:26 - Object of type `Self@test_bics_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :3487:9 - Object of type `Self@test_bics_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3487:26 - Object of type `Self@test_bics_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :3488:9 - Object of type `Self@test_bics_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3488:26 - Object of type `Self@test_bics_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :3493:9 - Object of type `Self@test_bics_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3493:26 - Object of type `Self@test_bics_asr32` has no attribute `rf`
[error] unresolved-attribute - :3494:9 - Object of type `Self@test_bics_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3494:26 - Object of type `Self@test_bics_asr32` has no attribute `rf`
[error] unresolved-attribute - :3495:9 - Object of type `Self@test_bics_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :3495:26 - Object of type `Self@test_bics_asr32` has no attribute `rf`
[error] unresolved-attribute - :3500:9 - Object of type `Self@test_bics_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3500:26 - Object of type `Self@test_bics_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :3501:9 - Object of type `Self@test_bics_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3501:26 - Object of type `Self@test_bics_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :3502:9 - Object of type `Self@test_bics_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :3502:26 - Object of type `Self@test_bics_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :3507:9 - Object of type `Self@test_bics_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3507:26 - Object of type `Self@test_bics_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :3508:9 - Object of type `Self@test_bics_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3508:26 - Object of type `Self@test_bics_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :3509:9 - Object of type `Self@test_bics_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :3509:26 - Object of type `Self@test_bics_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :3514:9 - Object of type `Self@test_bics_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :3514:26 - Object of type `Self@test_bics_ror32` has no attribute `rf`
[error] unresolved-attribute - :3515:9 - Object of type `Self@test_bics_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :3515:26 - Object of type `Self@test_bics_ror32` has no attribute `rf`
[error] unresolved-attribute - :3516:9 - Object of type `Self@test_bics_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :3516:26 - Object of type `Self@test_bics_ror32` has no attribute `rf`
[error] unresolved-attribute - :3523:9 - Object of type `Self@test_bics64` has no attribute `assertEqual`
[error] unresolved-attribute - :3523:26 - Object of type `Self@test_bics64` has no attribute `rf`
[error] unresolved-attribute - :3524:9 - Object of type `Self@test_bics64` has no attribute `assertEqual`
[error] unresolved-attribute - :3524:26 - Object of type `Self@test_bics64` has no attribute `rf`
[error] unresolved-attribute - :3525:9 - Object of type `Self@test_bics64` has no attribute `assertEqual`
[error] unresolved-attribute - :3525:26 - Object of type `Self@test_bics64` has no attribute `rf`
[error] unresolved-attribute - :3530:9 - Object of type `Self@test_bics_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3530:26 - Object of type `Self@test_bics_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :3531:9 - Object of type `Self@test_bics_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3531:26 - Object of type `Self@test_bics_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :3532:9 - Object of type `Self@test_bics_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3532:26 - Object of type `Self@test_bics_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :3537:9 - Object of type `Self@test_bics_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3537:26 - Object of type `Self@test_bics_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :3538:9 - Object of type `Self@test_bics_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3538:26 - Object of type `Self@test_bics_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :3539:9 - Object of type `Self@test_bics_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3539:26 - Object of type `Self@test_bics_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :3544:9 - Object of type `Self@test_bics_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :3544:26 - Object of type `Self@test_bics_lsl64` has no attribute `rf`
[error] unresolved-attribute - :3545:9 - Object of type `Self@test_bics_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :3545:26 - Object of type `Self@test_bics_lsl64` has no attribute `rf`
[error] unresolved-attribute - :3546:9 - Object of type `Self@test_bics_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :3546:26 - Object of type `Self@test_bics_lsl64` has no attribute `rf`
[error] unresolved-attribute - :3551:9 - Object of type `Self@test_bics_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3551:26 - Object of type `Self@test_bics_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :3552:9 - Object of type `Self@test_bics_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3552:26 - Object of type `Self@test_bics_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :3553:9 - Object of type `Self@test_bics_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3553:26 - Object of type `Self@test_bics_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :3558:9 - Object of type `Self@test_bics_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3558:26 - Object of type `Self@test_bics_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :3559:9 - Object of type `Self@test_bics_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3559:26 - Object of type `Self@test_bics_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :3560:9 - Object of type `Self@test_bics_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3560:26 - Object of type `Self@test_bics_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :3565:9 - Object of type `Self@test_bics_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3565:26 - Object of type `Self@test_bics_lsr64` has no attribute `rf`
[error] unresolved-attribute - :3566:9 - Object of type `Self@test_bics_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3566:26 - Object of type `Self@test_bics_lsr64` has no attribute `rf`
[error] unresolved-attribute - :3567:9 - Object of type `Self@test_bics_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3567:26 - Object of type `Self@test_bics_lsr64` has no attribute `rf`
[error] unresolved-attribute - :3572:9 - Object of type `Self@test_bics_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3572:26 - Object of type `Self@test_bics_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :3573:9 - Object of type `Self@test_bics_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3573:26 - Object of type `Self@test_bics_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :3574:9 - Object of type `Self@test_bics_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3574:26 - Object of type `Self@test_bics_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :3579:9 - Object of type `Self@test_bics_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3579:26 - Object of type `Self@test_bics_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :3580:9 - Object of type `Self@test_bics_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3580:26 - Object of type `Self@test_bics_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :3581:9 - Object of type `Self@test_bics_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3581:26 - Object of type `Self@test_bics_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :3586:9 - Object of type `Self@test_bics_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3586:26 - Object of type `Self@test_bics_asr64` has no attribute `rf`
[error] unresolved-attribute - :3587:9 - Object of type `Self@test_bics_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3587:26 - Object of type `Self@test_bics_asr64` has no attribute `rf`
[error] unresolved-attribute - :3588:9 - Object of type `Self@test_bics_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :3588:26 - Object of type `Self@test_bics_asr64` has no attribute `rf`
[error] unresolved-attribute - :3593:9 - Object of type `Self@test_bics_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3593:26 - Object of type `Self@test_bics_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :3594:9 - Object of type `Self@test_bics_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3594:26 - Object of type `Self@test_bics_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :3595:9 - Object of type `Self@test_bics_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :3595:26 - Object of type `Self@test_bics_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :3600:9 - Object of type `Self@test_bics_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3600:26 - Object of type `Self@test_bics_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :3601:9 - Object of type `Self@test_bics_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3601:26 - Object of type `Self@test_bics_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :3602:9 - Object of type `Self@test_bics_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :3602:26 - Object of type `Self@test_bics_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :3607:9 - Object of type `Self@test_bics_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :3607:26 - Object of type `Self@test_bics_ror64` has no attribute `rf`
[error] unresolved-attribute - :3608:9 - Object of type `Self@test_bics_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :3608:26 - Object of type `Self@test_bics_ror64` has no attribute `rf`
[error] unresolved-attribute - :3609:9 - Object of type `Self@test_bics_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :3609:26 - Object of type `Self@test_bics_ror64` has no attribute `rf`
[error] unresolved-attribute - :3616:28 - Object of type `Self@test_bl_pos` has no attribute `cpu`
[error] unresolved-attribute - :3617:14 - Object of type `Self@test_bl_pos` has no attribute `cpu`
[error] unresolved-attribute - :3620:9 - Object of type `Self@test_bl_pos` has no attribute `_execute`
[error] unresolved-attribute - :3621:9 - Object of type `Self@test_bl_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3621:26 - Object of type `Self@test_bl_pos` has no attribute `rf`
[error] unresolved-attribute - :3622:9 - Object of type `Self@test_bl_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3622:26 - Object of type `Self@test_bl_pos` has no attribute `rf`
[error] unresolved-attribute - :3623:9 - Object of type `Self@test_bl_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3623:26 - Object of type `Self@test_bl_pos` has no attribute `rf`
[error] unresolved-attribute - :3624:9 - Object of type `Self@test_bl_pos` has no attribute `_execute`
[error] unresolved-attribute - :3625:9 - Object of type `Self@test_bl_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3625:26 - Object of type `Self@test_bl_pos` has no attribute `rf`
[error] unresolved-attribute - :3626:9 - Object of type `Self@test_bl_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3626:26 - Object of type `Self@test_bl_pos` has no attribute `rf`
[error] unresolved-attribute - :3631:9 - Object of type `Self@test_bl_neg` has no attribute `cpu`
[error] unresolved-attribute - :3632:28 - Object of type `Self@test_bl_neg` has no attribute `cpu`
[error] unresolved-attribute - :3633:14 - Object of type `Self@test_bl_neg` has no attribute `cpu`
[error] unresolved-attribute - :3635:9 - Object of type `Self@test_bl_neg` has no attribute `_execute`
[error] unresolved-attribute - :3636:9 - Object of type `Self@test_bl_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3636:26 - Object of type `Self@test_bl_neg` has no attribute `rf`
[error] unresolved-attribute - :3637:9 - Object of type `Self@test_bl_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3637:26 - Object of type `Self@test_bl_neg` has no attribute `rf`
[error] unresolved-attribute - :3638:9 - Object of type `Self@test_bl_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3638:26 - Object of type `Self@test_bl_neg` has no attribute `rf`
[error] unresolved-attribute - :3639:9 - Object of type `Self@test_bl_neg` has no attribute `_execute`
[error] unresolved-attribute - :3640:9 - Object of type `Self@test_bl_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3640:26 - Object of type `Self@test_bl_neg` has no attribute `rf`
[error] unresolved-attribute - :3641:9 - Object of type `Self@test_bl_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3641:26 - Object of type `Self@test_bl_neg` has no attribute `rf`
[error] unresolved-attribute - :3648:28 - Object of type `Self@test_blr_pos` has no attribute `cpu`
[error] unresolved-attribute - :3649:14 - Object of type `Self@test_blr_pos` has no attribute `cpu`
[error] unresolved-attribute - :3650:9 - Object of type `Self@test_blr_pos` has no attribute `cpu`
[error] unresolved-attribute - :3653:9 - Object of type `Self@test_blr_pos` has no attribute `_execute`
[error] unresolved-attribute - :3654:9 - Object of type `Self@test_blr_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3654:26 - Object of type `Self@test_blr_pos` has no attribute `rf`
[error] unresolved-attribute - :3655:9 - Object of type `Self@test_blr_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3655:26 - Object of type `Self@test_blr_pos` has no attribute `rf`
[error] unresolved-attribute - :3656:9 - Object of type `Self@test_blr_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3656:26 - Object of type `Self@test_blr_pos` has no attribute `rf`
[error] unresolved-attribute - :3657:9 - Object of type `Self@test_blr_pos` has no attribute `_execute`
[error] unresolved-attribute - :3658:9 - Object of type `Self@test_blr_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3658:26 - Object of type `Self@test_blr_pos` has no attribute `rf`
[error] unresolved-attribute - :3659:9 - Object of type `Self@test_blr_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3659:26 - Object of type `Self@test_blr_pos` has no attribute `rf`
[error] unresolved-attribute - :3664:9 - Object of type `Self@test_blr_neg` has no attribute `cpu`
[error] unresolved-attribute - :3665:28 - Object of type `Self@test_blr_neg` has no attribute `cpu`
[error] unresolved-attribute - :3666:14 - Object of type `Self@test_blr_neg` has no attribute `cpu`
[error] unresolved-attribute - :3667:9 - Object of type `Self@test_blr_neg` has no attribute `cpu`
[error] unresolved-attribute - :3669:9 - Object of type `Self@test_blr_neg` has no attribute `_execute`
[error] unresolved-attribute - :3670:9 - Object of type `Self@test_blr_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3670:26 - Object of type `Self@test_blr_neg` has no attribute `rf`
[error] unresolved-attribute - :3671:9 - Object of type `Self@test_blr_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3671:26 - Object of type `Self@test_blr_neg` has no attribute `rf`
[error] unresolved-attribute - :3672:9 - Object of type `Self@test_blr_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3672:26 - Object of type `Self@test_blr_neg` has no attribute `rf`
[error] unresolved-attribute - :3673:9 - Object of type `Self@test_blr_neg` has no attribute `_execute`
[error] unresolved-attribute - :3674:9 - Object of type `Self@test_blr_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3674:26 - Object of type `Self@test_blr_neg` has no attribute `rf`
[error] unresolved-attribute - :3675:9 - Object of type `Self@test_blr_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3675:26 - Object of type `Self@test_blr_neg` has no attribute `rf`
[error] unresolved-attribute - :3682:28 - Object of type `Self@test_br_pos` has no attribute `cpu`
[error] unresolved-attribute - :3683:14 - Object of type `Self@test_br_pos` has no attribute `cpu`
[error] unresolved-attribute - :3684:9 - Object of type `Self@test_br_pos` has no attribute `cpu`
[error] unresolved-attribute - :3687:9 - Object of type `Self@test_br_pos` has no attribute `_execute`
[error] unresolved-attribute - :3688:9 - Object of type `Self@test_br_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3688:26 - Object of type `Self@test_br_pos` has no attribute `rf`
[error] unresolved-attribute - :3689:9 - Object of type `Self@test_br_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3689:26 - Object of type `Self@test_br_pos` has no attribute `rf`
[error] unresolved-attribute - :3690:9 - Object of type `Self@test_br_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3690:26 - Object of type `Self@test_br_pos` has no attribute `rf`
[error] unresolved-attribute - :3691:9 - Object of type `Self@test_br_pos` has no attribute `_execute`
[error] unresolved-attribute - :3692:9 - Object of type `Self@test_br_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3692:26 - Object of type `Self@test_br_pos` has no attribute `rf`
[error] unresolved-attribute - :3693:9 - Object of type `Self@test_br_pos` has no attribute `assertEqual`
[error] unresolved-attribute - :3693:26 - Object of type `Self@test_br_pos` has no attribute `rf`
[error] unresolved-attribute - :3698:9 - Object of type `Self@test_br_neg` has no attribute `cpu`
[error] unresolved-attribute - :3699:28 - Object of type `Self@test_br_neg` has no attribute `cpu`
[error] unresolved-attribute - :3700:14 - Object of type `Self@test_br_neg` has no attribute `cpu`
[error] unresolved-attribute - :3701:9 - Object of type `Self@test_br_neg` has no attribute `cpu`
[error] unresolved-attribute - :3703:9 - Object of type `Self@test_br_neg` has no attribute `_execute`
[error] unresolved-attribute - :3704:9 - Object of type `Self@test_br_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3704:26 - Object of type `Self@test_br_neg` has no attribute `rf`
[error] unresolved-attribute - :3705:9 - Object of type `Self@test_br_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3705:26 - Object of type `Self@test_br_neg` has no attribute `rf`
[error] unresolved-attribute - :3706:9 - Object of type `Self@test_br_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3706:26 - Object of type `Self@test_br_neg` has no attribute `rf`
[error] unresolved-attribute - :3707:9 - Object of type `Self@test_br_neg` has no attribute `_execute`
[error] unresolved-attribute - :3708:9 - Object of type `Self@test_br_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3708:26 - Object of type `Self@test_br_neg` has no attribute `rf`
[error] unresolved-attribute - :3709:9 - Object of type `Self@test_br_neg` has no attribute `assertEqual`
[error] unresolved-attribute - :3709:26 - Object of type `Self@test_br_neg` has no attribute `rf`
[error] unresolved-attribute - :3719:28 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3720:14 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3721:9 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3722:9 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3722:26 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3723:9 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3723:26 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3724:9 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3724:26 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3725:9 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3726:9 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3726:26 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3727:9 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3727:26 - Object of type `Self@test_cbnz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3733:28 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3734:14 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3735:9 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3736:9 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3736:26 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3737:9 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3737:26 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3738:9 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3738:26 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3739:9 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3740:9 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3740:26 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3741:9 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3741:26 - Object of type `Self@test_cbnz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3747:9 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3748:28 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3749:14 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3750:9 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3751:9 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3751:26 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3752:9 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3752:26 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3753:9 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3753:26 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3754:9 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3755:9 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3755:26 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3756:9 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3756:26 - Object of type `Self@test_cbnz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3762:9 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3763:28 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3764:14 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3765:9 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3766:9 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3766:26 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3767:9 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3767:26 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3768:9 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3768:26 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3769:9 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3770:9 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3770:26 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3771:9 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3771:26 - Object of type `Self@test_cbnz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3779:28 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3780:14 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3781:9 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3782:9 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3782:26 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3783:9 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3783:26 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3784:9 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3784:26 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3785:9 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3786:9 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3786:26 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3787:9 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3787:26 - Object of type `Self@test_cbnz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3793:28 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3794:14 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3795:9 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3796:9 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3796:26 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3797:9 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3797:26 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3798:9 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3798:26 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3799:9 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3800:9 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3800:26 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3801:9 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3801:26 - Object of type `Self@test_cbnz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3807:9 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3808:28 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3809:14 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3810:9 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3811:9 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3811:26 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3812:9 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3812:26 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3813:9 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3813:26 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3814:9 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3815:9 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3815:26 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3816:9 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3816:26 - Object of type `Self@test_cbnz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3822:9 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3823:28 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3824:14 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3825:9 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3826:9 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3826:26 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3827:9 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3827:26 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3828:9 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3828:26 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3829:9 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3830:9 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3830:26 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3831:9 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3831:26 - Object of type `Self@test_cbnz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3841:28 - Object of type `Self@test_cbz_pos_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3842:14 - Object of type `Self@test_cbz_pos_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3843:9 - Object of type `Self@test_cbz_pos_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3844:9 - Object of type `Self@test_cbz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3844:26 - Object of type `Self@test_cbz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3845:9 - Object of type `Self@test_cbz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3845:26 - Object of type `Self@test_cbz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3846:9 - Object of type `Self@test_cbz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3846:26 - Object of type `Self@test_cbz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3847:9 - Object of type `Self@test_cbz_pos_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3848:9 - Object of type `Self@test_cbz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3848:26 - Object of type `Self@test_cbz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3849:9 - Object of type `Self@test_cbz_pos_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3849:26 - Object of type `Self@test_cbz_pos_zero32` has no attribute `rf`
[error] unresolved-attribute - :3855:28 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3856:14 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3857:9 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3858:9 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3858:26 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3859:9 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3859:26 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3860:9 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3860:26 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3861:9 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3862:9 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3862:26 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3863:9 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3863:26 - Object of type `Self@test_cbz_pos_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3869:9 - Object of type `Self@test_cbz_neg_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3870:28 - Object of type `Self@test_cbz_neg_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3871:14 - Object of type `Self@test_cbz_neg_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3872:9 - Object of type `Self@test_cbz_neg_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3873:9 - Object of type `Self@test_cbz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3873:26 - Object of type `Self@test_cbz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3874:9 - Object of type `Self@test_cbz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3874:26 - Object of type `Self@test_cbz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3875:9 - Object of type `Self@test_cbz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3875:26 - Object of type `Self@test_cbz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3876:9 - Object of type `Self@test_cbz_neg_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3877:9 - Object of type `Self@test_cbz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3877:26 - Object of type `Self@test_cbz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3878:9 - Object of type `Self@test_cbz_neg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3878:26 - Object of type `Self@test_cbz_neg_zero32` has no attribute `rf`
[error] unresolved-attribute - :3884:9 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3885:28 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3886:14 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `cpu`
[error] unresolved-attribute - :3887:9 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3888:9 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3888:26 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3889:9 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3889:26 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3890:9 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3890:26 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3891:9 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `_execute`
[error] unresolved-attribute - :3892:9 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3892:26 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3893:9 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :3893:26 - Object of type `Self@test_cbz_neg_non_zero32` has no attribute `rf`
[error] unresolved-attribute - :3901:28 - Object of type `Self@test_cbz_pos_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3902:14 - Object of type `Self@test_cbz_pos_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3903:9 - Object of type `Self@test_cbz_pos_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3904:9 - Object of type `Self@test_cbz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3904:26 - Object of type `Self@test_cbz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3905:9 - Object of type `Self@test_cbz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3905:26 - Object of type `Self@test_cbz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3906:9 - Object of type `Self@test_cbz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3906:26 - Object of type `Self@test_cbz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3907:9 - Object of type `Self@test_cbz_pos_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3908:9 - Object of type `Self@test_cbz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3908:26 - Object of type `Self@test_cbz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3909:9 - Object of type `Self@test_cbz_pos_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3909:26 - Object of type `Self@test_cbz_pos_zero64` has no attribute `rf`
[error] unresolved-attribute - :3915:28 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3916:14 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3917:9 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3918:9 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3918:26 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3919:9 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3919:26 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3920:9 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3920:26 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3921:9 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3922:9 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3922:26 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3923:9 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3923:26 - Object of type `Self@test_cbz_pos_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3929:9 - Object of type `Self@test_cbz_neg_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3930:28 - Object of type `Self@test_cbz_neg_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3931:14 - Object of type `Self@test_cbz_neg_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3932:9 - Object of type `Self@test_cbz_neg_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3933:9 - Object of type `Self@test_cbz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3933:26 - Object of type `Self@test_cbz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3934:9 - Object of type `Self@test_cbz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3934:26 - Object of type `Self@test_cbz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3935:9 - Object of type `Self@test_cbz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3935:26 - Object of type `Self@test_cbz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3936:9 - Object of type `Self@test_cbz_neg_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3937:9 - Object of type `Self@test_cbz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3937:26 - Object of type `Self@test_cbz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3938:9 - Object of type `Self@test_cbz_neg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3938:26 - Object of type `Self@test_cbz_neg_zero64` has no attribute `rf`
[error] unresolved-attribute - :3944:9 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3945:28 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3946:14 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `cpu`
[error] unresolved-attribute - :3947:9 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3948:9 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3948:26 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3949:9 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3949:26 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3950:9 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3950:26 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3951:9 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `_execute`
[error] unresolved-attribute - :3952:9 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3952:26 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :3953:9 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :3953:26 - Object of type `Self@test_cbz_neg_non_zero64` has no attribute `rf`
[error] unresolved-attribute - :4270:9 - Object of type `Self@test_clz_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :4270:26 - Object of type `Self@test_clz_min32` has no attribute `rf`
[error] unresolved-attribute - :4271:9 - Object of type `Self@test_clz_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :4271:26 - Object of type `Self@test_clz_min32` has no attribute `rf`
[error] unresolved-attribute - :4276:9 - Object of type `Self@test_clz_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :4276:26 - Object of type `Self@test_clz_max32` has no attribute `rf`
[error] unresolved-attribute - :4277:9 - Object of type `Self@test_clz_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :4277:26 - Object of type `Self@test_clz_max32` has no attribute `rf`
[error] unresolved-attribute - :4282:9 - Object of type `Self@test_clz32` has no attribute `assertEqual`
[error] unresolved-attribute - :4282:26 - Object of type `Self@test_clz32` has no attribute `rf`
[error] unresolved-attribute - :4283:9 - Object of type `Self@test_clz32` has no attribute `assertEqual`
[error] unresolved-attribute - :4283:26 - Object of type `Self@test_clz32` has no attribute `rf`
[error] unresolved-attribute - :4290:9 - Object of type `Self@test_clz_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :4290:26 - Object of type `Self@test_clz_min64` has no attribute `rf`
[error] unresolved-attribute - :4291:9 - Object of type `Self@test_clz_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :4291:26 - Object of type `Self@test_clz_min64` has no attribute `rf`
[error] unresolved-attribute - :4296:9 - Object of type `Self@test_clz_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :4296:26 - Object of type `Self@test_clz_max64` has no attribute `rf`
[error] unresolved-attribute - :4297:9 - Object of type `Self@test_clz_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :4297:26 - Object of type `Self@test_clz_max64` has no attribute `rf`
[error] unresolved-attribute - :4302:9 - Object of type `Self@test_clz64` has no attribute `assertEqual`
[error] unresolved-attribute - :4302:26 - Object of type `Self@test_clz64` has no attribute `rf`
[error] unresolved-attribute - :4303:9 - Object of type `Self@test_clz64` has no attribute `assertEqual`
[error] unresolved-attribute - :4303:26 - Object of type `Self@test_clz64` has no attribute `rf`
[error] unresolved-attribute - :4317:13 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `_execute`
[error] unresolved-attribute - :4318:9 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4318:26 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4319:9 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4319:26 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4320:9 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4320:26 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4321:9 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4321:26 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4322:9 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4322:26 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4323:9 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4323:26 - Object of type `Self@test_cmeq_reg_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4333:13 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `_execute`
[error] unresolved-attribute - :4334:9 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4334:26 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4335:9 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4335:26 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4336:9 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4336:26 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4337:9 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4337:26 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4338:9 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4338:26 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4339:9 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4339:26 - Object of type `Self@test_cmeq_reg_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4360:13 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `_execute`
[error] unresolved-attribute - :4361:9 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4361:26 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4362:9 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4362:26 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4363:9 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4363:26 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4364:9 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4364:26 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4365:9 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4365:26 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4366:9 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4366:26 - Object of type `Self@test_cmeq_reg_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4383:13 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `_execute`
[error] unresolved-attribute - :4384:9 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4384:26 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4385:9 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4385:26 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4386:9 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4386:26 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4387:9 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4387:26 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4388:9 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4388:26 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4389:9 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4389:26 - Object of type `Self@test_cmeq_reg_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4406:13 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `_execute`
[error] unresolved-attribute - :4407:9 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4407:26 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4408:9 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4408:26 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4409:9 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4409:26 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4410:9 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4410:26 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4411:9 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4411:26 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4412:9 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4412:26 - Object of type `Self@test_cmeq_reg_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4429:13 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `_execute`
[error] unresolved-attribute - :4430:9 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4430:26 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4431:9 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4431:26 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4432:9 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4432:26 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4433:9 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4433:26 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4434:9 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4434:26 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4435:9 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4435:26 - Object of type `Self@test_cmeq_reg_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4452:13 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `_execute`
[error] unresolved-attribute - :4453:9 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4453:26 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4454:9 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4454:26 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4455:9 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4455:26 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4456:9 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4456:26 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4457:9 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4457:26 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4458:9 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4458:26 - Object of type `Self@test_cmeq_reg_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4475:13 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `_execute`
[error] unresolved-attribute - :4476:9 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4476:26 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4477:9 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4477:26 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4478:9 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4478:26 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4479:9 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4479:26 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4480:9 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4480:26 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4481:9 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4481:26 - Object of type `Self@test_cmeq_reg_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4498:13 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `_execute`
[error] unresolved-attribute - :4499:9 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4499:26 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4500:9 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4500:26 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4501:9 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4501:26 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4502:9 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4502:26 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4503:9 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4503:26 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4504:9 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4504:26 - Object of type `Self@test_cmeq_reg_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4518:13 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `_execute`
[error] unresolved-attribute - :4519:9 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4519:26 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4520:9 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4520:26 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4521:9 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4521:26 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4522:9 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4522:26 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4523:9 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4523:26 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4524:9 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `assertEqual`
[error] unresolved-attribute - :4524:26 - Object of type `Self@test_cmeq_zero_scalar_eq` has no attribute `rf`
[error] unresolved-attribute - :4534:13 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `_execute`
[error] unresolved-attribute - :4535:9 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4535:26 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4536:9 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4536:26 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4537:9 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4537:26 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4538:9 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4538:26 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4539:9 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4539:26 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4540:9 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `assertEqual`
[error] unresolved-attribute - :4540:26 - Object of type `Self@test_cmeq_zero_scalar_neq` has no attribute `rf`
[error] unresolved-attribute - :4561:13 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `_execute`
[error] unresolved-attribute - :4562:9 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4562:26 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4563:9 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4563:26 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4564:9 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4564:26 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4565:9 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4565:26 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4566:9 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4566:26 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4567:9 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :4567:26 - Object of type `Self@test_cmeq_zero_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :4584:13 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `_execute`
[error] unresolved-attribute - :4585:9 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4585:26 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4586:9 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4586:26 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4587:9 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4587:26 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4588:9 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4588:26 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4589:9 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4589:26 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4590:9 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :4590:26 - Object of type `Self@test_cmeq_zero_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :4607:13 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `_execute`
[error] unresolved-attribute - :4608:9 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4608:26 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4609:9 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4609:26 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4610:9 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4610:26 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4611:9 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4611:26 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4612:9 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4612:26 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4613:9 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :4613:26 - Object of type `Self@test_cmeq_zero_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :4630:13 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `_execute`
[error] unresolved-attribute - :4631:9 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4631:26 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4632:9 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4632:26 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4633:9 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4633:26 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4634:9 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4634:26 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4635:9 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4635:26 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4636:9 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :4636:26 - Object of type `Self@test_cmeq_zero_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :4653:13 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `_execute`
[error] unresolved-attribute - :4654:9 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4654:26 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4655:9 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4655:26 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4656:9 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4656:26 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4657:9 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4657:26 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4658:9 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4658:26 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4659:9 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :4659:26 - Object of type `Self@test_cmeq_zero_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :4676:13 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `_execute`
[error] unresolved-attribute - :4677:9 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4677:26 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4678:9 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4678:26 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4679:9 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4679:26 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4680:9 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4680:26 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4681:9 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4681:26 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4682:9 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :4682:26 - Object of type `Self@test_cmeq_zero_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :4699:13 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `_execute`
[error] unresolved-attribute - :4700:9 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4700:26 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4701:9 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4701:26 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4702:9 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4702:26 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4703:9 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4703:26 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4704:9 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4704:26 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4705:9 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :4705:26 - Object of type `Self@test_cmeq_zero_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :4714:9 - Object of type `Self@test_cmn_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :4714:26 - Object of type `Self@test_cmn_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :4715:9 - Object of type `Self@test_cmn_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :4715:26 - Object of type `Self@test_cmn_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :4716:9 - Object of type `Self@test_cmn_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :4716:26 - Object of type `Self@test_cmn_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :4721:9 - Object of type `Self@test_cmn_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4721:26 - Object of type `Self@test_cmn_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :4722:9 - Object of type `Self@test_cmn_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4722:26 - Object of type `Self@test_cmn_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :4723:9 - Object of type `Self@test_cmn_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4723:26 - Object of type `Self@test_cmn_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :4728:9 - Object of type `Self@test_cmn_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4728:26 - Object of type `Self@test_cmn_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :4729:9 - Object of type `Self@test_cmn_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4729:26 - Object of type `Self@test_cmn_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :4730:9 - Object of type `Self@test_cmn_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4730:26 - Object of type `Self@test_cmn_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :4735:9 - Object of type `Self@test_cmn_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :4735:26 - Object of type `Self@test_cmn_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :4736:9 - Object of type `Self@test_cmn_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :4736:26 - Object of type `Self@test_cmn_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :4737:9 - Object of type `Self@test_cmn_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :4737:26 - Object of type `Self@test_cmn_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :4742:9 - Object of type `Self@test_cmn_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4742:26 - Object of type `Self@test_cmn_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :4743:9 - Object of type `Self@test_cmn_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4743:26 - Object of type `Self@test_cmn_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :4744:9 - Object of type `Self@test_cmn_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4744:26 - Object of type `Self@test_cmn_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :4749:9 - Object of type `Self@test_cmn_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4749:26 - Object of type `Self@test_cmn_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :4750:9 - Object of type `Self@test_cmn_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4750:26 - Object of type `Self@test_cmn_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :4751:9 - Object of type `Self@test_cmn_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4751:26 - Object of type `Self@test_cmn_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :4756:9 - Object of type `Self@test_cmn_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :4756:26 - Object of type `Self@test_cmn_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :4757:9 - Object of type `Self@test_cmn_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :4757:26 - Object of type `Self@test_cmn_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :4758:9 - Object of type `Self@test_cmn_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :4758:26 - Object of type `Self@test_cmn_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :4763:9 - Object of type `Self@test_cmn_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4763:26 - Object of type `Self@test_cmn_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :4764:9 - Object of type `Self@test_cmn_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4764:26 - Object of type `Self@test_cmn_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :4765:9 - Object of type `Self@test_cmn_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4765:26 - Object of type `Self@test_cmn_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :4770:9 - Object of type `Self@test_cmn_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4770:26 - Object of type `Self@test_cmn_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :4771:9 - Object of type `Self@test_cmn_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4771:26 - Object of type `Self@test_cmn_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :4772:9 - Object of type `Self@test_cmn_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4772:26 - Object of type `Self@test_cmn_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :4777:9 - Object of type `Self@test_cmn_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :4777:26 - Object of type `Self@test_cmn_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :4778:9 - Object of type `Self@test_cmn_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :4778:26 - Object of type `Self@test_cmn_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :4779:9 - Object of type `Self@test_cmn_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :4779:26 - Object of type `Self@test_cmn_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :4784:9 - Object of type `Self@test_cmn_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4784:26 - Object of type `Self@test_cmn_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :4785:9 - Object of type `Self@test_cmn_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4785:26 - Object of type `Self@test_cmn_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :4786:9 - Object of type `Self@test_cmn_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4786:26 - Object of type `Self@test_cmn_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :4791:9 - Object of type `Self@test_cmn_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4791:26 - Object of type `Self@test_cmn_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :4792:9 - Object of type `Self@test_cmn_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4792:26 - Object of type `Self@test_cmn_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :4793:9 - Object of type `Self@test_cmn_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4793:26 - Object of type `Self@test_cmn_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :4798:9 - Object of type `Self@test_cmn_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :4798:26 - Object of type `Self@test_cmn_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :4799:9 - Object of type `Self@test_cmn_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :4799:26 - Object of type `Self@test_cmn_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :4800:9 - Object of type `Self@test_cmn_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :4800:26 - Object of type `Self@test_cmn_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :4805:9 - Object of type `Self@test_cmn_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4805:26 - Object of type `Self@test_cmn_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :4806:9 - Object of type `Self@test_cmn_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4806:26 - Object of type `Self@test_cmn_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :4807:9 - Object of type `Self@test_cmn_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4807:26 - Object of type `Self@test_cmn_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :4812:9 - Object of type `Self@test_cmn_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4812:26 - Object of type `Self@test_cmn_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :4813:9 - Object of type `Self@test_cmn_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4813:26 - Object of type `Self@test_cmn_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :4814:9 - Object of type `Self@test_cmn_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4814:26 - Object of type `Self@test_cmn_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :4819:9 - Object of type `Self@test_cmn_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :4819:26 - Object of type `Self@test_cmn_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :4820:9 - Object of type `Self@test_cmn_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :4820:26 - Object of type `Self@test_cmn_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :4821:9 - Object of type `Self@test_cmn_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :4821:26 - Object of type `Self@test_cmn_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :4826:9 - Object of type `Self@test_cmn_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4826:26 - Object of type `Self@test_cmn_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :4827:9 - Object of type `Self@test_cmn_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4827:26 - Object of type `Self@test_cmn_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :4828:9 - Object of type `Self@test_cmn_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4828:26 - Object of type `Self@test_cmn_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :4833:9 - Object of type `Self@test_cmn_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4833:26 - Object of type `Self@test_cmn_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :4834:9 - Object of type `Self@test_cmn_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4834:26 - Object of type `Self@test_cmn_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :4835:9 - Object of type `Self@test_cmn_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4835:26 - Object of type `Self@test_cmn_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :4840:9 - Object of type `Self@test_cmn_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :4840:26 - Object of type `Self@test_cmn_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :4841:9 - Object of type `Self@test_cmn_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :4841:26 - Object of type `Self@test_cmn_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :4842:9 - Object of type `Self@test_cmn_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :4842:26 - Object of type `Self@test_cmn_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :4847:9 - Object of type `Self@test_cmn_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4847:26 - Object of type `Self@test_cmn_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :4848:9 - Object of type `Self@test_cmn_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4848:26 - Object of type `Self@test_cmn_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :4849:9 - Object of type `Self@test_cmn_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4849:26 - Object of type `Self@test_cmn_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :4854:9 - Object of type `Self@test_cmn_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4854:26 - Object of type `Self@test_cmn_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :4855:9 - Object of type `Self@test_cmn_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4855:26 - Object of type `Self@test_cmn_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :4856:9 - Object of type `Self@test_cmn_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4856:26 - Object of type `Self@test_cmn_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :4861:9 - Object of type `Self@test_cmn_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :4861:26 - Object of type `Self@test_cmn_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :4862:9 - Object of type `Self@test_cmn_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :4862:26 - Object of type `Self@test_cmn_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :4863:9 - Object of type `Self@test_cmn_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :4863:26 - Object of type `Self@test_cmn_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :4868:9 - Object of type `Self@test_cmn_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4868:26 - Object of type `Self@test_cmn_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :4869:9 - Object of type `Self@test_cmn_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4869:26 - Object of type `Self@test_cmn_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :4870:9 - Object of type `Self@test_cmn_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4870:26 - Object of type `Self@test_cmn_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :4875:9 - Object of type `Self@test_cmn_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4875:26 - Object of type `Self@test_cmn_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :4876:9 - Object of type `Self@test_cmn_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4876:26 - Object of type `Self@test_cmn_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :4877:9 - Object of type `Self@test_cmn_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4877:26 - Object of type `Self@test_cmn_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :4882:9 - Object of type `Self@test_cmn_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4882:26 - Object of type `Self@test_cmn_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :4883:9 - Object of type `Self@test_cmn_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4883:26 - Object of type `Self@test_cmn_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :4884:9 - Object of type `Self@test_cmn_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4884:26 - Object of type `Self@test_cmn_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :4889:9 - Object of type `Self@test_cmn_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4889:26 - Object of type `Self@test_cmn_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :4890:9 - Object of type `Self@test_cmn_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4890:26 - Object of type `Self@test_cmn_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :4891:9 - Object of type `Self@test_cmn_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :4891:26 - Object of type `Self@test_cmn_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :4898:9 - Object of type `Self@test_cmn_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :4898:26 - Object of type `Self@test_cmn_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :4899:9 - Object of type `Self@test_cmn_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :4899:26 - Object of type `Self@test_cmn_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :4900:9 - Object of type `Self@test_cmn_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :4900:26 - Object of type `Self@test_cmn_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :4905:9 - Object of type `Self@test_cmn_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4905:26 - Object of type `Self@test_cmn_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :4906:9 - Object of type `Self@test_cmn_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4906:26 - Object of type `Self@test_cmn_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :4907:9 - Object of type `Self@test_cmn_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4907:26 - Object of type `Self@test_cmn_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :4912:9 - Object of type `Self@test_cmn_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4912:26 - Object of type `Self@test_cmn_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :4913:9 - Object of type `Self@test_cmn_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4913:26 - Object of type `Self@test_cmn_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :4914:9 - Object of type `Self@test_cmn_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4914:26 - Object of type `Self@test_cmn_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :4919:9 - Object of type `Self@test_cmn_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :4919:26 - Object of type `Self@test_cmn_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :4920:9 - Object of type `Self@test_cmn_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :4920:26 - Object of type `Self@test_cmn_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :4921:9 - Object of type `Self@test_cmn_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :4921:26 - Object of type `Self@test_cmn_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :4926:9 - Object of type `Self@test_cmn_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4926:26 - Object of type `Self@test_cmn_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :4927:9 - Object of type `Self@test_cmn_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4927:26 - Object of type `Self@test_cmn_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :4928:9 - Object of type `Self@test_cmn_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4928:26 - Object of type `Self@test_cmn_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :4933:9 - Object of type `Self@test_cmn_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4933:26 - Object of type `Self@test_cmn_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :4934:9 - Object of type `Self@test_cmn_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4934:26 - Object of type `Self@test_cmn_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :4935:9 - Object of type `Self@test_cmn_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4935:26 - Object of type `Self@test_cmn_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :4940:9 - Object of type `Self@test_cmn_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :4940:26 - Object of type `Self@test_cmn_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :4941:9 - Object of type `Self@test_cmn_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :4941:26 - Object of type `Self@test_cmn_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :4942:9 - Object of type `Self@test_cmn_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :4942:26 - Object of type `Self@test_cmn_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :4947:9 - Object of type `Self@test_cmn_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4947:26 - Object of type `Self@test_cmn_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :4948:9 - Object of type `Self@test_cmn_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4948:26 - Object of type `Self@test_cmn_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :4949:9 - Object of type `Self@test_cmn_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4949:26 - Object of type `Self@test_cmn_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :4954:9 - Object of type `Self@test_cmn_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4954:26 - Object of type `Self@test_cmn_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :4955:9 - Object of type `Self@test_cmn_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4955:26 - Object of type `Self@test_cmn_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :4956:9 - Object of type `Self@test_cmn_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4956:26 - Object of type `Self@test_cmn_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :4961:9 - Object of type `Self@test_cmn_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :4961:26 - Object of type `Self@test_cmn_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :4962:9 - Object of type `Self@test_cmn_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :4962:26 - Object of type `Self@test_cmn_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :4963:9 - Object of type `Self@test_cmn_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :4963:26 - Object of type `Self@test_cmn_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :4968:9 - Object of type `Self@test_cmn_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4968:26 - Object of type `Self@test_cmn_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :4969:9 - Object of type `Self@test_cmn_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4969:26 - Object of type `Self@test_cmn_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :4970:9 - Object of type `Self@test_cmn_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4970:26 - Object of type `Self@test_cmn_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :4975:9 - Object of type `Self@test_cmn_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4975:26 - Object of type `Self@test_cmn_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :4976:9 - Object of type `Self@test_cmn_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4976:26 - Object of type `Self@test_cmn_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :4977:9 - Object of type `Self@test_cmn_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4977:26 - Object of type `Self@test_cmn_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :4982:9 - Object of type `Self@test_cmn_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :4982:26 - Object of type `Self@test_cmn_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :4983:9 - Object of type `Self@test_cmn_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :4983:26 - Object of type `Self@test_cmn_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :4984:9 - Object of type `Self@test_cmn_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :4984:26 - Object of type `Self@test_cmn_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :4989:9 - Object of type `Self@test_cmn_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4989:26 - Object of type `Self@test_cmn_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :4990:9 - Object of type `Self@test_cmn_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4990:26 - Object of type `Self@test_cmn_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :4991:9 - Object of type `Self@test_cmn_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4991:26 - Object of type `Self@test_cmn_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :4996:9 - Object of type `Self@test_cmn_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4996:26 - Object of type `Self@test_cmn_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :4997:9 - Object of type `Self@test_cmn_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4997:26 - Object of type `Self@test_cmn_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :4998:9 - Object of type `Self@test_cmn_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :4998:26 - Object of type `Self@test_cmn_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :5003:9 - Object of type `Self@test_cmn_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :5003:26 - Object of type `Self@test_cmn_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :5004:9 - Object of type `Self@test_cmn_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :5004:26 - Object of type `Self@test_cmn_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :5005:9 - Object of type `Self@test_cmn_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :5005:26 - Object of type `Self@test_cmn_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :5010:9 - Object of type `Self@test_cmn_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5010:26 - Object of type `Self@test_cmn_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :5011:9 - Object of type `Self@test_cmn_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5011:26 - Object of type `Self@test_cmn_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :5012:9 - Object of type `Self@test_cmn_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5012:26 - Object of type `Self@test_cmn_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :5017:9 - Object of type `Self@test_cmn_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5017:26 - Object of type `Self@test_cmn_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :5018:9 - Object of type `Self@test_cmn_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5018:26 - Object of type `Self@test_cmn_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :5019:9 - Object of type `Self@test_cmn_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5019:26 - Object of type `Self@test_cmn_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :5024:9 - Object of type `Self@test_cmn_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :5024:26 - Object of type `Self@test_cmn_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :5025:9 - Object of type `Self@test_cmn_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :5025:26 - Object of type `Self@test_cmn_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :5026:9 - Object of type `Self@test_cmn_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :5026:26 - Object of type `Self@test_cmn_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :5031:9 - Object of type `Self@test_cmn_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5031:26 - Object of type `Self@test_cmn_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :5032:9 - Object of type `Self@test_cmn_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5032:26 - Object of type `Self@test_cmn_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :5033:9 - Object of type `Self@test_cmn_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5033:26 - Object of type `Self@test_cmn_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :5038:9 - Object of type `Self@test_cmn_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5038:26 - Object of type `Self@test_cmn_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :5039:9 - Object of type `Self@test_cmn_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5039:26 - Object of type `Self@test_cmn_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :5040:9 - Object of type `Self@test_cmn_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5040:26 - Object of type `Self@test_cmn_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :5045:9 - Object of type `Self@test_cmn_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :5045:26 - Object of type `Self@test_cmn_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :5046:9 - Object of type `Self@test_cmn_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :5046:26 - Object of type `Self@test_cmn_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :5047:9 - Object of type `Self@test_cmn_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :5047:26 - Object of type `Self@test_cmn_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :5052:9 - Object of type `Self@test_cmn_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5052:26 - Object of type `Self@test_cmn_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :5053:9 - Object of type `Self@test_cmn_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5053:26 - Object of type `Self@test_cmn_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :5054:9 - Object of type `Self@test_cmn_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5054:26 - Object of type `Self@test_cmn_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :5059:9 - Object of type `Self@test_cmn_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5059:26 - Object of type `Self@test_cmn_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :5060:9 - Object of type `Self@test_cmn_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5060:26 - Object of type `Self@test_cmn_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :5061:9 - Object of type `Self@test_cmn_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5061:26 - Object of type `Self@test_cmn_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :5066:9 - Object of type `Self@test_cmn_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5066:26 - Object of type `Self@test_cmn_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5067:9 - Object of type `Self@test_cmn_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5067:26 - Object of type `Self@test_cmn_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5068:9 - Object of type `Self@test_cmn_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5068:26 - Object of type `Self@test_cmn_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5073:9 - Object of type `Self@test_cmn_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5073:26 - Object of type `Self@test_cmn_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :5074:9 - Object of type `Self@test_cmn_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5074:26 - Object of type `Self@test_cmn_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :5075:9 - Object of type `Self@test_cmn_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5075:26 - Object of type `Self@test_cmn_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :5084:9 - Object of type `Self@test_cmn_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5084:26 - Object of type `Self@test_cmn_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :5085:9 - Object of type `Self@test_cmn_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5085:26 - Object of type `Self@test_cmn_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :5086:9 - Object of type `Self@test_cmn_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5086:26 - Object of type `Self@test_cmn_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :5091:9 - Object of type `Self@test_cmn_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5091:26 - Object of type `Self@test_cmn_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :5092:9 - Object of type `Self@test_cmn_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5092:26 - Object of type `Self@test_cmn_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :5093:9 - Object of type `Self@test_cmn_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5093:26 - Object of type `Self@test_cmn_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :5098:9 - Object of type `Self@test_cmn_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :5098:26 - Object of type `Self@test_cmn_imm32` has no attribute `rf`
[error] unresolved-attribute - :5099:9 - Object of type `Self@test_cmn_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :5099:26 - Object of type `Self@test_cmn_imm32` has no attribute `rf`
[error] unresolved-attribute - :5100:9 - Object of type `Self@test_cmn_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :5100:26 - Object of type `Self@test_cmn_imm32` has no attribute `rf`
[error] unresolved-attribute - :5105:9 - Object of type `Self@test_cmn_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5105:26 - Object of type `Self@test_cmn_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :5106:9 - Object of type `Self@test_cmn_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5106:26 - Object of type `Self@test_cmn_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :5107:9 - Object of type `Self@test_cmn_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5107:26 - Object of type `Self@test_cmn_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :5112:9 - Object of type `Self@test_cmn_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5112:26 - Object of type `Self@test_cmn_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :5113:9 - Object of type `Self@test_cmn_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5113:26 - Object of type `Self@test_cmn_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :5114:9 - Object of type `Self@test_cmn_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5114:26 - Object of type `Self@test_cmn_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :5121:9 - Object of type `Self@test_cmn_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5121:26 - Object of type `Self@test_cmn_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :5122:9 - Object of type `Self@test_cmn_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5122:26 - Object of type `Self@test_cmn_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :5123:9 - Object of type `Self@test_cmn_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5123:26 - Object of type `Self@test_cmn_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :5128:9 - Object of type `Self@test_cmn_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5128:26 - Object of type `Self@test_cmn_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :5129:9 - Object of type `Self@test_cmn_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5129:26 - Object of type `Self@test_cmn_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :5130:9 - Object of type `Self@test_cmn_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5130:26 - Object of type `Self@test_cmn_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :5135:9 - Object of type `Self@test_cmn_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :5135:26 - Object of type `Self@test_cmn_imm64` has no attribute `rf`
[error] unresolved-attribute - :5136:9 - Object of type `Self@test_cmn_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :5136:26 - Object of type `Self@test_cmn_imm64` has no attribute `rf`
[error] unresolved-attribute - :5137:9 - Object of type `Self@test_cmn_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :5137:26 - Object of type `Self@test_cmn_imm64` has no attribute `rf`
[error] unresolved-attribute - :5142:9 - Object of type `Self@test_cmn_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5142:26 - Object of type `Self@test_cmn_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5143:9 - Object of type `Self@test_cmn_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5143:26 - Object of type `Self@test_cmn_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5144:9 - Object of type `Self@test_cmn_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5144:26 - Object of type `Self@test_cmn_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5149:9 - Object of type `Self@test_cmn_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5149:26 - Object of type `Self@test_cmn_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :5150:9 - Object of type `Self@test_cmn_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5150:26 - Object of type `Self@test_cmn_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :5151:9 - Object of type `Self@test_cmn_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5151:26 - Object of type `Self@test_cmn_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :5160:9 - Object of type `Self@test_cmn_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :5160:26 - Object of type `Self@test_cmn_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :5161:9 - Object of type `Self@test_cmn_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :5161:26 - Object of type `Self@test_cmn_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :5162:9 - Object of type `Self@test_cmn_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :5162:26 - Object of type `Self@test_cmn_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :5167:9 - Object of type `Self@test_cmn_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5167:26 - Object of type `Self@test_cmn_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :5168:9 - Object of type `Self@test_cmn_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5168:26 - Object of type `Self@test_cmn_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :5169:9 - Object of type `Self@test_cmn_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5169:26 - Object of type `Self@test_cmn_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :5174:9 - Object of type `Self@test_cmn_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5174:26 - Object of type `Self@test_cmn_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :5175:9 - Object of type `Self@test_cmn_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5175:26 - Object of type `Self@test_cmn_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :5176:9 - Object of type `Self@test_cmn_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5176:26 - Object of type `Self@test_cmn_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :5181:9 - Object of type `Self@test_cmn_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :5181:26 - Object of type `Self@test_cmn_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :5182:9 - Object of type `Self@test_cmn_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :5182:26 - Object of type `Self@test_cmn_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :5183:9 - Object of type `Self@test_cmn_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :5183:26 - Object of type `Self@test_cmn_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :5188:9 - Object of type `Self@test_cmn_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5188:26 - Object of type `Self@test_cmn_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :5189:9 - Object of type `Self@test_cmn_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5189:26 - Object of type `Self@test_cmn_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :5190:9 - Object of type `Self@test_cmn_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5190:26 - Object of type `Self@test_cmn_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :5195:9 - Object of type `Self@test_cmn_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5195:26 - Object of type `Self@test_cmn_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :5196:9 - Object of type `Self@test_cmn_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5196:26 - Object of type `Self@test_cmn_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :5197:9 - Object of type `Self@test_cmn_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5197:26 - Object of type `Self@test_cmn_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :5202:9 - Object of type `Self@test_cmn_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5202:26 - Object of type `Self@test_cmn_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :5203:9 - Object of type `Self@test_cmn_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5203:26 - Object of type `Self@test_cmn_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :5204:9 - Object of type `Self@test_cmn_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5204:26 - Object of type `Self@test_cmn_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :5209:9 - Object of type `Self@test_cmn_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5209:26 - Object of type `Self@test_cmn_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :5210:9 - Object of type `Self@test_cmn_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5210:26 - Object of type `Self@test_cmn_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :5211:9 - Object of type `Self@test_cmn_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5211:26 - Object of type `Self@test_cmn_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :5216:9 - Object of type `Self@test_cmn_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5216:26 - Object of type `Self@test_cmn_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :5217:9 - Object of type `Self@test_cmn_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5217:26 - Object of type `Self@test_cmn_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :5218:9 - Object of type `Self@test_cmn_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5218:26 - Object of type `Self@test_cmn_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :5223:9 - Object of type `Self@test_cmn_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5223:26 - Object of type `Self@test_cmn_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :5224:9 - Object of type `Self@test_cmn_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5224:26 - Object of type `Self@test_cmn_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :5225:9 - Object of type `Self@test_cmn_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5225:26 - Object of type `Self@test_cmn_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :5232:9 - Object of type `Self@test_cmn_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :5232:26 - Object of type `Self@test_cmn_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :5233:9 - Object of type `Self@test_cmn_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :5233:26 - Object of type `Self@test_cmn_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :5234:9 - Object of type `Self@test_cmn_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :5234:26 - Object of type `Self@test_cmn_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :5239:9 - Object of type `Self@test_cmn_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5239:26 - Object of type `Self@test_cmn_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :5240:9 - Object of type `Self@test_cmn_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5240:26 - Object of type `Self@test_cmn_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :5241:9 - Object of type `Self@test_cmn_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5241:26 - Object of type `Self@test_cmn_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :5246:9 - Object of type `Self@test_cmn_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5246:26 - Object of type `Self@test_cmn_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :5247:9 - Object of type `Self@test_cmn_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5247:26 - Object of type `Self@test_cmn_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :5248:9 - Object of type `Self@test_cmn_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5248:26 - Object of type `Self@test_cmn_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :5253:9 - Object of type `Self@test_cmn_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :5253:26 - Object of type `Self@test_cmn_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :5254:9 - Object of type `Self@test_cmn_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :5254:26 - Object of type `Self@test_cmn_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :5255:9 - Object of type `Self@test_cmn_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :5255:26 - Object of type `Self@test_cmn_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :5260:9 - Object of type `Self@test_cmn_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5260:26 - Object of type `Self@test_cmn_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :5261:9 - Object of type `Self@test_cmn_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5261:26 - Object of type `Self@test_cmn_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :5262:9 - Object of type `Self@test_cmn_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5262:26 - Object of type `Self@test_cmn_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :5267:9 - Object of type `Self@test_cmn_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5267:26 - Object of type `Self@test_cmn_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :5268:9 - Object of type `Self@test_cmn_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5268:26 - Object of type `Self@test_cmn_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :5269:9 - Object of type `Self@test_cmn_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5269:26 - Object of type `Self@test_cmn_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :5274:9 - Object of type `Self@test_cmn_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5274:26 - Object of type `Self@test_cmn_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :5275:9 - Object of type `Self@test_cmn_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5275:26 - Object of type `Self@test_cmn_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :5276:9 - Object of type `Self@test_cmn_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5276:26 - Object of type `Self@test_cmn_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :5281:9 - Object of type `Self@test_cmn_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5281:26 - Object of type `Self@test_cmn_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :5282:9 - Object of type `Self@test_cmn_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5282:26 - Object of type `Self@test_cmn_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :5283:9 - Object of type `Self@test_cmn_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5283:26 - Object of type `Self@test_cmn_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :5288:9 - Object of type `Self@test_cmn_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5288:26 - Object of type `Self@test_cmn_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :5289:9 - Object of type `Self@test_cmn_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5289:26 - Object of type `Self@test_cmn_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :5290:9 - Object of type `Self@test_cmn_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5290:26 - Object of type `Self@test_cmn_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :5295:9 - Object of type `Self@test_cmn_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5295:26 - Object of type `Self@test_cmn_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :5296:9 - Object of type `Self@test_cmn_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5296:26 - Object of type `Self@test_cmn_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :5297:9 - Object of type `Self@test_cmn_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5297:26 - Object of type `Self@test_cmn_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :5306:9 - Object of type `Self@test_cmp_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :5306:26 - Object of type `Self@test_cmp_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :5307:9 - Object of type `Self@test_cmp_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :5307:26 - Object of type `Self@test_cmp_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :5308:9 - Object of type `Self@test_cmp_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :5308:26 - Object of type `Self@test_cmp_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :5313:9 - Object of type `Self@test_cmp_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5313:26 - Object of type `Self@test_cmp_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :5314:9 - Object of type `Self@test_cmp_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5314:26 - Object of type `Self@test_cmp_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :5315:9 - Object of type `Self@test_cmp_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5315:26 - Object of type `Self@test_cmp_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :5320:9 - Object of type `Self@test_cmp_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5320:26 - Object of type `Self@test_cmp_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :5321:9 - Object of type `Self@test_cmp_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5321:26 - Object of type `Self@test_cmp_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :5322:9 - Object of type `Self@test_cmp_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5322:26 - Object of type `Self@test_cmp_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :5327:9 - Object of type `Self@test_cmp_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :5327:26 - Object of type `Self@test_cmp_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :5328:9 - Object of type `Self@test_cmp_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :5328:26 - Object of type `Self@test_cmp_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :5329:9 - Object of type `Self@test_cmp_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :5329:26 - Object of type `Self@test_cmp_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :5334:9 - Object of type `Self@test_cmp_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5334:26 - Object of type `Self@test_cmp_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :5335:9 - Object of type `Self@test_cmp_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5335:26 - Object of type `Self@test_cmp_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :5336:9 - Object of type `Self@test_cmp_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5336:26 - Object of type `Self@test_cmp_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :5341:9 - Object of type `Self@test_cmp_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5341:26 - Object of type `Self@test_cmp_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :5342:9 - Object of type `Self@test_cmp_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5342:26 - Object of type `Self@test_cmp_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :5343:9 - Object of type `Self@test_cmp_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5343:26 - Object of type `Self@test_cmp_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :5348:9 - Object of type `Self@test_cmp_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :5348:26 - Object of type `Self@test_cmp_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :5349:9 - Object of type `Self@test_cmp_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :5349:26 - Object of type `Self@test_cmp_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :5350:9 - Object of type `Self@test_cmp_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :5350:26 - Object of type `Self@test_cmp_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :5355:9 - Object of type `Self@test_cmp_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5355:26 - Object of type `Self@test_cmp_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :5356:9 - Object of type `Self@test_cmp_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5356:26 - Object of type `Self@test_cmp_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :5357:9 - Object of type `Self@test_cmp_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5357:26 - Object of type `Self@test_cmp_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :5362:9 - Object of type `Self@test_cmp_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5362:26 - Object of type `Self@test_cmp_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :5363:9 - Object of type `Self@test_cmp_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5363:26 - Object of type `Self@test_cmp_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :5364:9 - Object of type `Self@test_cmp_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5364:26 - Object of type `Self@test_cmp_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :5369:9 - Object of type `Self@test_cmp_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :5369:26 - Object of type `Self@test_cmp_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :5370:9 - Object of type `Self@test_cmp_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :5370:26 - Object of type `Self@test_cmp_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :5371:9 - Object of type `Self@test_cmp_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :5371:26 - Object of type `Self@test_cmp_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :5376:9 - Object of type `Self@test_cmp_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5376:26 - Object of type `Self@test_cmp_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :5377:9 - Object of type `Self@test_cmp_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5377:26 - Object of type `Self@test_cmp_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :5378:9 - Object of type `Self@test_cmp_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5378:26 - Object of type `Self@test_cmp_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :5383:9 - Object of type `Self@test_cmp_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5383:26 - Object of type `Self@test_cmp_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :5384:9 - Object of type `Self@test_cmp_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5384:26 - Object of type `Self@test_cmp_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :5385:9 - Object of type `Self@test_cmp_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5385:26 - Object of type `Self@test_cmp_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :5390:9 - Object of type `Self@test_cmp_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :5390:26 - Object of type `Self@test_cmp_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :5391:9 - Object of type `Self@test_cmp_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :5391:26 - Object of type `Self@test_cmp_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :5392:9 - Object of type `Self@test_cmp_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :5392:26 - Object of type `Self@test_cmp_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :5397:9 - Object of type `Self@test_cmp_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5397:26 - Object of type `Self@test_cmp_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :5398:9 - Object of type `Self@test_cmp_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5398:26 - Object of type `Self@test_cmp_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :5399:9 - Object of type `Self@test_cmp_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5399:26 - Object of type `Self@test_cmp_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :5404:9 - Object of type `Self@test_cmp_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5404:26 - Object of type `Self@test_cmp_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :5405:9 - Object of type `Self@test_cmp_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5405:26 - Object of type `Self@test_cmp_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :5406:9 - Object of type `Self@test_cmp_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5406:26 - Object of type `Self@test_cmp_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :5411:9 - Object of type `Self@test_cmp_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :5411:26 - Object of type `Self@test_cmp_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :5412:9 - Object of type `Self@test_cmp_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :5412:26 - Object of type `Self@test_cmp_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :5413:9 - Object of type `Self@test_cmp_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :5413:26 - Object of type `Self@test_cmp_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :5418:9 - Object of type `Self@test_cmp_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5418:26 - Object of type `Self@test_cmp_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :5419:9 - Object of type `Self@test_cmp_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5419:26 - Object of type `Self@test_cmp_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :5420:9 - Object of type `Self@test_cmp_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5420:26 - Object of type `Self@test_cmp_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :5425:9 - Object of type `Self@test_cmp_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5425:26 - Object of type `Self@test_cmp_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :5426:9 - Object of type `Self@test_cmp_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5426:26 - Object of type `Self@test_cmp_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :5427:9 - Object of type `Self@test_cmp_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5427:26 - Object of type `Self@test_cmp_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :5432:9 - Object of type `Self@test_cmp_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :5432:26 - Object of type `Self@test_cmp_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :5433:9 - Object of type `Self@test_cmp_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :5433:26 - Object of type `Self@test_cmp_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :5434:9 - Object of type `Self@test_cmp_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :5434:26 - Object of type `Self@test_cmp_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :5439:9 - Object of type `Self@test_cmp_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5439:26 - Object of type `Self@test_cmp_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :5440:9 - Object of type `Self@test_cmp_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5440:26 - Object of type `Self@test_cmp_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :5441:9 - Object of type `Self@test_cmp_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5441:26 - Object of type `Self@test_cmp_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :5446:9 - Object of type `Self@test_cmp_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5446:26 - Object of type `Self@test_cmp_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :5447:9 - Object of type `Self@test_cmp_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5447:26 - Object of type `Self@test_cmp_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :5448:9 - Object of type `Self@test_cmp_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5448:26 - Object of type `Self@test_cmp_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :5453:9 - Object of type `Self@test_cmp_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :5453:26 - Object of type `Self@test_cmp_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :5454:9 - Object of type `Self@test_cmp_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :5454:26 - Object of type `Self@test_cmp_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :5455:9 - Object of type `Self@test_cmp_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :5455:26 - Object of type `Self@test_cmp_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :5460:9 - Object of type `Self@test_cmp_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5460:26 - Object of type `Self@test_cmp_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :5461:9 - Object of type `Self@test_cmp_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5461:26 - Object of type `Self@test_cmp_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :5462:9 - Object of type `Self@test_cmp_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5462:26 - Object of type `Self@test_cmp_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :5467:9 - Object of type `Self@test_cmp_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5467:26 - Object of type `Self@test_cmp_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :5468:9 - Object of type `Self@test_cmp_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5468:26 - Object of type `Self@test_cmp_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :5469:9 - Object of type `Self@test_cmp_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5469:26 - Object of type `Self@test_cmp_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :5474:9 - Object of type `Self@test_cmp_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5474:26 - Object of type `Self@test_cmp_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :5475:9 - Object of type `Self@test_cmp_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5475:26 - Object of type `Self@test_cmp_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :5476:9 - Object of type `Self@test_cmp_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5476:26 - Object of type `Self@test_cmp_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :5481:9 - Object of type `Self@test_cmp_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5481:26 - Object of type `Self@test_cmp_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :5482:9 - Object of type `Self@test_cmp_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5482:26 - Object of type `Self@test_cmp_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :5483:9 - Object of type `Self@test_cmp_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5483:26 - Object of type `Self@test_cmp_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :5490:9 - Object of type `Self@test_cmp_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :5490:26 - Object of type `Self@test_cmp_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :5491:9 - Object of type `Self@test_cmp_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :5491:26 - Object of type `Self@test_cmp_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :5492:9 - Object of type `Self@test_cmp_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :5492:26 - Object of type `Self@test_cmp_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :5497:9 - Object of type `Self@test_cmp_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5497:26 - Object of type `Self@test_cmp_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :5498:9 - Object of type `Self@test_cmp_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5498:26 - Object of type `Self@test_cmp_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :5499:9 - Object of type `Self@test_cmp_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5499:26 - Object of type `Self@test_cmp_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :5504:9 - Object of type `Self@test_cmp_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5504:26 - Object of type `Self@test_cmp_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :5505:9 - Object of type `Self@test_cmp_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5505:26 - Object of type `Self@test_cmp_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :5506:9 - Object of type `Self@test_cmp_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5506:26 - Object of type `Self@test_cmp_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :5511:9 - Object of type `Self@test_cmp_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :5511:26 - Object of type `Self@test_cmp_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :5512:9 - Object of type `Self@test_cmp_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :5512:26 - Object of type `Self@test_cmp_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :5513:9 - Object of type `Self@test_cmp_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :5513:26 - Object of type `Self@test_cmp_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :5518:9 - Object of type `Self@test_cmp_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5518:26 - Object of type `Self@test_cmp_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :5519:9 - Object of type `Self@test_cmp_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5519:26 - Object of type `Self@test_cmp_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :5520:9 - Object of type `Self@test_cmp_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5520:26 - Object of type `Self@test_cmp_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :5525:9 - Object of type `Self@test_cmp_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5525:26 - Object of type `Self@test_cmp_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :5526:9 - Object of type `Self@test_cmp_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5526:26 - Object of type `Self@test_cmp_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :5527:9 - Object of type `Self@test_cmp_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5527:26 - Object of type `Self@test_cmp_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :5532:9 - Object of type `Self@test_cmp_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :5532:26 - Object of type `Self@test_cmp_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :5533:9 - Object of type `Self@test_cmp_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :5533:26 - Object of type `Self@test_cmp_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :5534:9 - Object of type `Self@test_cmp_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :5534:26 - Object of type `Self@test_cmp_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :5539:9 - Object of type `Self@test_cmp_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5539:26 - Object of type `Self@test_cmp_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :5540:9 - Object of type `Self@test_cmp_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5540:26 - Object of type `Self@test_cmp_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :5541:9 - Object of type `Self@test_cmp_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5541:26 - Object of type `Self@test_cmp_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :5546:9 - Object of type `Self@test_cmp_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5546:26 - Object of type `Self@test_cmp_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :5547:9 - Object of type `Self@test_cmp_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5547:26 - Object of type `Self@test_cmp_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :5548:9 - Object of type `Self@test_cmp_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5548:26 - Object of type `Self@test_cmp_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :5553:9 - Object of type `Self@test_cmp_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :5553:26 - Object of type `Self@test_cmp_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :5554:9 - Object of type `Self@test_cmp_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :5554:26 - Object of type `Self@test_cmp_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :5555:9 - Object of type `Self@test_cmp_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :5555:26 - Object of type `Self@test_cmp_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :5560:9 - Object of type `Self@test_cmp_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5560:26 - Object of type `Self@test_cmp_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :5561:9 - Object of type `Self@test_cmp_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5561:26 - Object of type `Self@test_cmp_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :5562:9 - Object of type `Self@test_cmp_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5562:26 - Object of type `Self@test_cmp_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :5567:9 - Object of type `Self@test_cmp_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5567:26 - Object of type `Self@test_cmp_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :5568:9 - Object of type `Self@test_cmp_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5568:26 - Object of type `Self@test_cmp_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :5569:9 - Object of type `Self@test_cmp_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5569:26 - Object of type `Self@test_cmp_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :5574:9 - Object of type `Self@test_cmp_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :5574:26 - Object of type `Self@test_cmp_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :5575:9 - Object of type `Self@test_cmp_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :5575:26 - Object of type `Self@test_cmp_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :5576:9 - Object of type `Self@test_cmp_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :5576:26 - Object of type `Self@test_cmp_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :5581:9 - Object of type `Self@test_cmp_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5581:26 - Object of type `Self@test_cmp_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :5582:9 - Object of type `Self@test_cmp_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5582:26 - Object of type `Self@test_cmp_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :5583:9 - Object of type `Self@test_cmp_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5583:26 - Object of type `Self@test_cmp_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :5588:9 - Object of type `Self@test_cmp_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5588:26 - Object of type `Self@test_cmp_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :5589:9 - Object of type `Self@test_cmp_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5589:26 - Object of type `Self@test_cmp_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :5590:9 - Object of type `Self@test_cmp_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5590:26 - Object of type `Self@test_cmp_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :5595:9 - Object of type `Self@test_cmp_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :5595:26 - Object of type `Self@test_cmp_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :5596:9 - Object of type `Self@test_cmp_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :5596:26 - Object of type `Self@test_cmp_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :5597:9 - Object of type `Self@test_cmp_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :5597:26 - Object of type `Self@test_cmp_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :5602:9 - Object of type `Self@test_cmp_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5602:26 - Object of type `Self@test_cmp_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :5603:9 - Object of type `Self@test_cmp_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5603:26 - Object of type `Self@test_cmp_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :5604:9 - Object of type `Self@test_cmp_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5604:26 - Object of type `Self@test_cmp_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :5609:9 - Object of type `Self@test_cmp_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5609:26 - Object of type `Self@test_cmp_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :5610:9 - Object of type `Self@test_cmp_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5610:26 - Object of type `Self@test_cmp_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :5611:9 - Object of type `Self@test_cmp_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5611:26 - Object of type `Self@test_cmp_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :5616:9 - Object of type `Self@test_cmp_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :5616:26 - Object of type `Self@test_cmp_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :5617:9 - Object of type `Self@test_cmp_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :5617:26 - Object of type `Self@test_cmp_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :5618:9 - Object of type `Self@test_cmp_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :5618:26 - Object of type `Self@test_cmp_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :5623:9 - Object of type `Self@test_cmp_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5623:26 - Object of type `Self@test_cmp_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :5624:9 - Object of type `Self@test_cmp_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5624:26 - Object of type `Self@test_cmp_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :5625:9 - Object of type `Self@test_cmp_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5625:26 - Object of type `Self@test_cmp_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :5630:9 - Object of type `Self@test_cmp_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5630:26 - Object of type `Self@test_cmp_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :5631:9 - Object of type `Self@test_cmp_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5631:26 - Object of type `Self@test_cmp_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :5632:9 - Object of type `Self@test_cmp_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5632:26 - Object of type `Self@test_cmp_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :5637:9 - Object of type `Self@test_cmp_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :5637:26 - Object of type `Self@test_cmp_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :5638:9 - Object of type `Self@test_cmp_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :5638:26 - Object of type `Self@test_cmp_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :5639:9 - Object of type `Self@test_cmp_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :5639:26 - Object of type `Self@test_cmp_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :5644:9 - Object of type `Self@test_cmp_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5644:26 - Object of type `Self@test_cmp_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :5645:9 - Object of type `Self@test_cmp_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5645:26 - Object of type `Self@test_cmp_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :5646:9 - Object of type `Self@test_cmp_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5646:26 - Object of type `Self@test_cmp_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :5651:9 - Object of type `Self@test_cmp_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5651:26 - Object of type `Self@test_cmp_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :5652:9 - Object of type `Self@test_cmp_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5652:26 - Object of type `Self@test_cmp_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :5653:9 - Object of type `Self@test_cmp_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5653:26 - Object of type `Self@test_cmp_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :5658:9 - Object of type `Self@test_cmp_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5658:26 - Object of type `Self@test_cmp_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5659:9 - Object of type `Self@test_cmp_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5659:26 - Object of type `Self@test_cmp_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5660:9 - Object of type `Self@test_cmp_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5660:26 - Object of type `Self@test_cmp_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5665:9 - Object of type `Self@test_cmp_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5665:26 - Object of type `Self@test_cmp_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :5666:9 - Object of type `Self@test_cmp_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5666:26 - Object of type `Self@test_cmp_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :5667:9 - Object of type `Self@test_cmp_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5667:26 - Object of type `Self@test_cmp_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :5676:9 - Object of type `Self@test_cmp_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5676:26 - Object of type `Self@test_cmp_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :5677:9 - Object of type `Self@test_cmp_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5677:26 - Object of type `Self@test_cmp_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :5678:9 - Object of type `Self@test_cmp_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5678:26 - Object of type `Self@test_cmp_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :5683:9 - Object of type `Self@test_cmp_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5683:26 - Object of type `Self@test_cmp_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :5684:9 - Object of type `Self@test_cmp_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5684:26 - Object of type `Self@test_cmp_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :5685:9 - Object of type `Self@test_cmp_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5685:26 - Object of type `Self@test_cmp_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :5690:9 - Object of type `Self@test_cmp_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :5690:26 - Object of type `Self@test_cmp_imm32` has no attribute `rf`
[error] unresolved-attribute - :5691:9 - Object of type `Self@test_cmp_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :5691:26 - Object of type `Self@test_cmp_imm32` has no attribute `rf`
[error] unresolved-attribute - :5692:9 - Object of type `Self@test_cmp_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :5692:26 - Object of type `Self@test_cmp_imm32` has no attribute `rf`
[error] unresolved-attribute - :5697:9 - Object of type `Self@test_cmp_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5697:26 - Object of type `Self@test_cmp_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :5698:9 - Object of type `Self@test_cmp_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5698:26 - Object of type `Self@test_cmp_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :5699:9 - Object of type `Self@test_cmp_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5699:26 - Object of type `Self@test_cmp_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :5704:9 - Object of type `Self@test_cmp_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5704:26 - Object of type `Self@test_cmp_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :5705:9 - Object of type `Self@test_cmp_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5705:26 - Object of type `Self@test_cmp_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :5706:9 - Object of type `Self@test_cmp_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :5706:26 - Object of type `Self@test_cmp_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :5713:9 - Object of type `Self@test_cmp_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5713:26 - Object of type `Self@test_cmp_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :5714:9 - Object of type `Self@test_cmp_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5714:26 - Object of type `Self@test_cmp_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :5715:9 - Object of type `Self@test_cmp_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5715:26 - Object of type `Self@test_cmp_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :5720:9 - Object of type `Self@test_cmp_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5720:26 - Object of type `Self@test_cmp_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :5721:9 - Object of type `Self@test_cmp_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5721:26 - Object of type `Self@test_cmp_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :5722:9 - Object of type `Self@test_cmp_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5722:26 - Object of type `Self@test_cmp_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :5727:9 - Object of type `Self@test_cmp_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :5727:26 - Object of type `Self@test_cmp_imm64` has no attribute `rf`
[error] unresolved-attribute - :5728:9 - Object of type `Self@test_cmp_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :5728:26 - Object of type `Self@test_cmp_imm64` has no attribute `rf`
[error] unresolved-attribute - :5729:9 - Object of type `Self@test_cmp_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :5729:26 - Object of type `Self@test_cmp_imm64` has no attribute `rf`
[error] unresolved-attribute - :5734:9 - Object of type `Self@test_cmp_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5734:26 - Object of type `Self@test_cmp_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5735:9 - Object of type `Self@test_cmp_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5735:26 - Object of type `Self@test_cmp_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5736:9 - Object of type `Self@test_cmp_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5736:26 - Object of type `Self@test_cmp_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :5741:9 - Object of type `Self@test_cmp_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5741:26 - Object of type `Self@test_cmp_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :5742:9 - Object of type `Self@test_cmp_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5742:26 - Object of type `Self@test_cmp_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :5743:9 - Object of type `Self@test_cmp_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :5743:26 - Object of type `Self@test_cmp_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :5752:9 - Object of type `Self@test_cmp_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :5752:26 - Object of type `Self@test_cmp_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :5753:9 - Object of type `Self@test_cmp_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :5753:26 - Object of type `Self@test_cmp_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :5754:9 - Object of type `Self@test_cmp_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :5754:26 - Object of type `Self@test_cmp_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :5759:9 - Object of type `Self@test_cmp_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5759:26 - Object of type `Self@test_cmp_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :5760:9 - Object of type `Self@test_cmp_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5760:26 - Object of type `Self@test_cmp_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :5761:9 - Object of type `Self@test_cmp_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5761:26 - Object of type `Self@test_cmp_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :5766:9 - Object of type `Self@test_cmp_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5766:26 - Object of type `Self@test_cmp_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :5767:9 - Object of type `Self@test_cmp_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5767:26 - Object of type `Self@test_cmp_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :5768:9 - Object of type `Self@test_cmp_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5768:26 - Object of type `Self@test_cmp_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :5773:9 - Object of type `Self@test_cmp_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :5773:26 - Object of type `Self@test_cmp_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :5774:9 - Object of type `Self@test_cmp_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :5774:26 - Object of type `Self@test_cmp_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :5775:9 - Object of type `Self@test_cmp_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :5775:26 - Object of type `Self@test_cmp_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :5780:9 - Object of type `Self@test_cmp_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5780:26 - Object of type `Self@test_cmp_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :5781:9 - Object of type `Self@test_cmp_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5781:26 - Object of type `Self@test_cmp_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :5782:9 - Object of type `Self@test_cmp_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5782:26 - Object of type `Self@test_cmp_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :5787:9 - Object of type `Self@test_cmp_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5787:26 - Object of type `Self@test_cmp_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :5788:9 - Object of type `Self@test_cmp_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5788:26 - Object of type `Self@test_cmp_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :5789:9 - Object of type `Self@test_cmp_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5789:26 - Object of type `Self@test_cmp_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :5794:9 - Object of type `Self@test_cmp_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5794:26 - Object of type `Self@test_cmp_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :5795:9 - Object of type `Self@test_cmp_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5795:26 - Object of type `Self@test_cmp_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :5796:9 - Object of type `Self@test_cmp_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5796:26 - Object of type `Self@test_cmp_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :5801:9 - Object of type `Self@test_cmp_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5801:26 - Object of type `Self@test_cmp_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :5802:9 - Object of type `Self@test_cmp_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5802:26 - Object of type `Self@test_cmp_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :5803:9 - Object of type `Self@test_cmp_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :5803:26 - Object of type `Self@test_cmp_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :5808:9 - Object of type `Self@test_cmp_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5808:26 - Object of type `Self@test_cmp_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :5809:9 - Object of type `Self@test_cmp_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5809:26 - Object of type `Self@test_cmp_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :5810:9 - Object of type `Self@test_cmp_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :5810:26 - Object of type `Self@test_cmp_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :5815:9 - Object of type `Self@test_cmp_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5815:26 - Object of type `Self@test_cmp_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :5816:9 - Object of type `Self@test_cmp_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5816:26 - Object of type `Self@test_cmp_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :5817:9 - Object of type `Self@test_cmp_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :5817:26 - Object of type `Self@test_cmp_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :5824:9 - Object of type `Self@test_cmp_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :5824:26 - Object of type `Self@test_cmp_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :5825:9 - Object of type `Self@test_cmp_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :5825:26 - Object of type `Self@test_cmp_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :5826:9 - Object of type `Self@test_cmp_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :5826:26 - Object of type `Self@test_cmp_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :5831:9 - Object of type `Self@test_cmp_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5831:26 - Object of type `Self@test_cmp_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :5832:9 - Object of type `Self@test_cmp_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5832:26 - Object of type `Self@test_cmp_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :5833:9 - Object of type `Self@test_cmp_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5833:26 - Object of type `Self@test_cmp_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :5838:9 - Object of type `Self@test_cmp_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5838:26 - Object of type `Self@test_cmp_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :5839:9 - Object of type `Self@test_cmp_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5839:26 - Object of type `Self@test_cmp_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :5840:9 - Object of type `Self@test_cmp_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5840:26 - Object of type `Self@test_cmp_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :5845:9 - Object of type `Self@test_cmp_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :5845:26 - Object of type `Self@test_cmp_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :5846:9 - Object of type `Self@test_cmp_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :5846:26 - Object of type `Self@test_cmp_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :5847:9 - Object of type `Self@test_cmp_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :5847:26 - Object of type `Self@test_cmp_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :5852:9 - Object of type `Self@test_cmp_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5852:26 - Object of type `Self@test_cmp_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :5853:9 - Object of type `Self@test_cmp_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5853:26 - Object of type `Self@test_cmp_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :5854:9 - Object of type `Self@test_cmp_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5854:26 - Object of type `Self@test_cmp_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :5859:9 - Object of type `Self@test_cmp_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5859:26 - Object of type `Self@test_cmp_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :5860:9 - Object of type `Self@test_cmp_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5860:26 - Object of type `Self@test_cmp_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :5861:9 - Object of type `Self@test_cmp_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5861:26 - Object of type `Self@test_cmp_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :5866:9 - Object of type `Self@test_cmp_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5866:26 - Object of type `Self@test_cmp_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :5867:9 - Object of type `Self@test_cmp_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5867:26 - Object of type `Self@test_cmp_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :5868:9 - Object of type `Self@test_cmp_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5868:26 - Object of type `Self@test_cmp_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :5873:9 - Object of type `Self@test_cmp_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5873:26 - Object of type `Self@test_cmp_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :5874:9 - Object of type `Self@test_cmp_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5874:26 - Object of type `Self@test_cmp_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :5875:9 - Object of type `Self@test_cmp_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :5875:26 - Object of type `Self@test_cmp_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :5880:9 - Object of type `Self@test_cmp_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5880:26 - Object of type `Self@test_cmp_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :5881:9 - Object of type `Self@test_cmp_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5881:26 - Object of type `Self@test_cmp_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :5882:9 - Object of type `Self@test_cmp_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :5882:26 - Object of type `Self@test_cmp_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :5887:9 - Object of type `Self@test_cmp_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5887:26 - Object of type `Self@test_cmp_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :5888:9 - Object of type `Self@test_cmp_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5888:26 - Object of type `Self@test_cmp_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :5889:9 - Object of type `Self@test_cmp_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :5889:26 - Object of type `Self@test_cmp_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :6231:13 - Object of type `Self@test_dczid_el0` has no attribute `assertEqual`
[error] unresolved-attribute - :6231:30 - Object of type `Self@test_dczid_el0` has no attribute `rf`
[error] unresolved-attribute - :6233:13 - Object of type `Self@test_dczid_el0` has no attribute `assertEqual`
[error] unresolved-attribute - :6233:30 - Object of type `Self@test_dczid_el0` has no attribute `rf`
[error] unresolved-attribute - :6235:13 - Object of type `Self@test_dczid_el0` has no attribute `fail`
[error] unresolved-attribute - :6282:13 - Object of type `Self@test_dup_gen_8b` has no attribute `_execute`
[error] unresolved-attribute - :6283:9 - Object of type `Self@test_dup_gen_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :6283:26 - Object of type `Self@test_dup_gen_8b` has no attribute `rf`
[error] unresolved-attribute - :6284:9 - Object of type `Self@test_dup_gen_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :6284:26 - Object of type `Self@test_dup_gen_8b` has no attribute `rf`
[error] unresolved-attribute - :6285:9 - Object of type `Self@test_dup_gen_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :6285:26 - Object of type `Self@test_dup_gen_8b` has no attribute `rf`
[error] unresolved-attribute - :6286:9 - Object of type `Self@test_dup_gen_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :6286:26 - Object of type `Self@test_dup_gen_8b` has no attribute `rf`
[error] unresolved-attribute - :6287:9 - Object of type `Self@test_dup_gen_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :6287:26 - Object of type `Self@test_dup_gen_8b` has no attribute `rf`
[error] unresolved-attribute - :6288:9 - Object of type `Self@test_dup_gen_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :6288:26 - Object of type `Self@test_dup_gen_8b` has no attribute `rf`
[error] unresolved-attribute - :6300:13 - Object of type `Self@test_dup_gen_16b` has no attribute `_execute`
[error] unresolved-attribute - :6301:9 - Object of type `Self@test_dup_gen_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :6301:26 - Object of type `Self@test_dup_gen_16b` has no attribute `rf`
[error] unresolved-attribute - :6302:9 - Object of type `Self@test_dup_gen_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :6302:26 - Object of type `Self@test_dup_gen_16b` has no attribute `rf`
[error] unresolved-attribute - :6303:9 - Object of type `Self@test_dup_gen_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :6303:26 - Object of type `Self@test_dup_gen_16b` has no attribute `rf`
[error] unresolved-attribute - :6304:9 - Object of type `Self@test_dup_gen_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :6304:26 - Object of type `Self@test_dup_gen_16b` has no attribute `rf`
[error] unresolved-attribute - :6305:9 - Object of type `Self@test_dup_gen_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :6305:26 - Object of type `Self@test_dup_gen_16b` has no attribute `rf`
[error] unresolved-attribute - :6306:9 - Object of type `Self@test_dup_gen_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :6306:26 - Object of type `Self@test_dup_gen_16b` has no attribute `rf`
[error] unresolved-attribute - :6318:13 - Object of type `Self@test_dup_gen_4h` has no attribute `_execute`
[error] unresolved-attribute - :6319:9 - Object of type `Self@test_dup_gen_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :6319:26 - Object of type `Self@test_dup_gen_4h` has no attribute `rf`
[error] unresolved-attribute - :6320:9 - Object of type `Self@test_dup_gen_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :6320:26 - Object of type `Self@test_dup_gen_4h` has no attribute `rf`
[error] unresolved-attribute - :6321:9 - Object of type `Self@test_dup_gen_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :6321:26 - Object of type `Self@test_dup_gen_4h` has no attribute `rf`
[error] unresolved-attribute - :6322:9 - Object of type `Self@test_dup_gen_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :6322:26 - Object of type `Self@test_dup_gen_4h` has no attribute `rf`
[error] unresolved-attribute - :6323:9 - Object of type `Self@test_dup_gen_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :6323:26 - Object of type `Self@test_dup_gen_4h` has no attribute `rf`
[error] unresolved-attribute - :6324:9 - Object of type `Self@test_dup_gen_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :6324:26 - Object of type `Self@test_dup_gen_4h` has no attribute `rf`
[error] unresolved-attribute - :6336:13 - Object of type `Self@test_dup_gen_8h` has no attribute `_execute`
[error] unresolved-attribute - :6337:9 - Object of type `Self@test_dup_gen_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :6337:26 - Object of type `Self@test_dup_gen_8h` has no attribute `rf`
[error] unresolved-attribute - :6338:9 - Object of type `Self@test_dup_gen_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :6338:26 - Object of type `Self@test_dup_gen_8h` has no attribute `rf`
[error] unresolved-attribute - :6339:9 - Object of type `Self@test_dup_gen_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :6339:26 - Object of type `Self@test_dup_gen_8h` has no attribute `rf`
[error] unresolved-attribute - :6340:9 - Object of type `Self@test_dup_gen_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :6340:26 - Object of type `Self@test_dup_gen_8h` has no attribute `rf`
[error] unresolved-attribute - :6341:9 - Object of type `Self@test_dup_gen_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :6341:26 - Object of type `Self@test_dup_gen_8h` has no attribute `rf`
[error] unresolved-attribute - :6342:9 - Object of type `Self@test_dup_gen_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :6342:26 - Object of type `Self@test_dup_gen_8h` has no attribute `rf`
[error] unresolved-attribute - :6354:13 - Object of type `Self@test_dup_gen_2s` has no attribute `_execute`
[error] unresolved-attribute - :6355:9 - Object of type `Self@test_dup_gen_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :6355:26 - Object of type `Self@test_dup_gen_2s` has no attribute `rf`
[error] unresolved-attribute - :6356:9 - Object of type `Self@test_dup_gen_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :6356:26 - Object of type `Self@test_dup_gen_2s` has no attribute `rf`
[error] unresolved-attribute - :6357:9 - Object of type `Self@test_dup_gen_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :6357:26 - Object of type `Self@test_dup_gen_2s` has no attribute `rf`
[error] unresolved-attribute - :6358:9 - Object of type `Self@test_dup_gen_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :6358:26 - Object of type `Self@test_dup_gen_2s` has no attribute `rf`
[error] unresolved-attribute - :6359:9 - Object of type `Self@test_dup_gen_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :6359:26 - Object of type `Self@test_dup_gen_2s` has no attribute `rf`
[error] unresolved-attribute - :6360:9 - Object of type `Self@test_dup_gen_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :6360:26 - Object of type `Self@test_dup_gen_2s` has no attribute `rf`
[error] unresolved-attribute - :6372:13 - Object of type `Self@test_dup_gen_4s` has no attribute `_execute`
[error] unresolved-attribute - :6373:9 - Object of type `Self@test_dup_gen_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :6373:26 - Object of type `Self@test_dup_gen_4s` has no attribute `rf`
[error] unresolved-attribute - :6374:9 - Object of type `Self@test_dup_gen_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :6374:26 - Object of type `Self@test_dup_gen_4s` has no attribute `rf`
[error] unresolved-attribute - :6375:9 - Object of type `Self@test_dup_gen_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :6375:26 - Object of type `Self@test_dup_gen_4s` has no attribute `rf`
[error] unresolved-attribute - :6376:9 - Object of type `Self@test_dup_gen_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :6376:26 - Object of type `Self@test_dup_gen_4s` has no attribute `rf`
[error] unresolved-attribute - :6377:9 - Object of type `Self@test_dup_gen_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :6377:26 - Object of type `Self@test_dup_gen_4s` has no attribute `rf`
[error] unresolved-attribute - :6378:9 - Object of type `Self@test_dup_gen_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :6378:26 - Object of type `Self@test_dup_gen_4s` has no attribute `rf`
[error] unresolved-attribute - :6390:13 - Object of type `Self@test_dup_gen_2d` has no attribute `_execute`
[error] unresolved-attribute - :6391:9 - Object of type `Self@test_dup_gen_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :6391:26 - Object of type `Self@test_dup_gen_2d` has no attribute `rf`
[error] unresolved-attribute - :6392:9 - Object of type `Self@test_dup_gen_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :6392:26 - Object of type `Self@test_dup_gen_2d` has no attribute `rf`
[error] unresolved-attribute - :6393:9 - Object of type `Self@test_dup_gen_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :6393:26 - Object of type `Self@test_dup_gen_2d` has no attribute `rf`
[error] unresolved-attribute - :6394:9 - Object of type `Self@test_dup_gen_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :6394:26 - Object of type `Self@test_dup_gen_2d` has no attribute `rf`
[error] unresolved-attribute - :6395:9 - Object of type `Self@test_dup_gen_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :6395:26 - Object of type `Self@test_dup_gen_2d` has no attribute `rf`
[error] unresolved-attribute - :6396:9 - Object of type `Self@test_dup_gen_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :6396:26 - Object of type `Self@test_dup_gen_2d` has no attribute `rf`
[error] unresolved-attribute - :6405:9 - Object of type `Self@test_eor32` has no attribute `assertEqual`
[error] unresolved-attribute - :6405:26 - Object of type `Self@test_eor32` has no attribute `rf`
[error] unresolved-attribute - :6406:9 - Object of type `Self@test_eor32` has no attribute `assertEqual`
[error] unresolved-attribute - :6406:26 - Object of type `Self@test_eor32` has no attribute `rf`
[error] unresolved-attribute - :6407:9 - Object of type `Self@test_eor32` has no attribute `assertEqual`
[error] unresolved-attribute - :6407:26 - Object of type `Self@test_eor32` has no attribute `rf`
[error] unresolved-attribute - :6412:9 - Object of type `Self@test_eor_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6412:26 - Object of type `Self@test_eor_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :6413:9 - Object of type `Self@test_eor_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6413:26 - Object of type `Self@test_eor_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :6414:9 - Object of type `Self@test_eor_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6414:26 - Object of type `Self@test_eor_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :6419:9 - Object of type `Self@test_eor_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6419:26 - Object of type `Self@test_eor_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :6420:9 - Object of type `Self@test_eor_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6420:26 - Object of type `Self@test_eor_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :6421:9 - Object of type `Self@test_eor_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6421:26 - Object of type `Self@test_eor_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :6426:9 - Object of type `Self@test_eor_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :6426:26 - Object of type `Self@test_eor_lsl32` has no attribute `rf`
[error] unresolved-attribute - :6427:9 - Object of type `Self@test_eor_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :6427:26 - Object of type `Self@test_eor_lsl32` has no attribute `rf`
[error] unresolved-attribute - :6428:9 - Object of type `Self@test_eor_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :6428:26 - Object of type `Self@test_eor_lsl32` has no attribute `rf`
[error] unresolved-attribute - :6433:9 - Object of type `Self@test_eor_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6433:26 - Object of type `Self@test_eor_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :6434:9 - Object of type `Self@test_eor_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6434:26 - Object of type `Self@test_eor_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :6435:9 - Object of type `Self@test_eor_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6435:26 - Object of type `Self@test_eor_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :6440:9 - Object of type `Self@test_eor_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6440:26 - Object of type `Self@test_eor_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :6441:9 - Object of type `Self@test_eor_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6441:26 - Object of type `Self@test_eor_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :6442:9 - Object of type `Self@test_eor_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6442:26 - Object of type `Self@test_eor_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :6447:9 - Object of type `Self@test_eor_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :6447:26 - Object of type `Self@test_eor_lsr32` has no attribute `rf`
[error] unresolved-attribute - :6448:9 - Object of type `Self@test_eor_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :6448:26 - Object of type `Self@test_eor_lsr32` has no attribute `rf`
[error] unresolved-attribute - :6449:9 - Object of type `Self@test_eor_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :6449:26 - Object of type `Self@test_eor_lsr32` has no attribute `rf`
[error] unresolved-attribute - :6454:9 - Object of type `Self@test_eor_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6454:26 - Object of type `Self@test_eor_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :6455:9 - Object of type `Self@test_eor_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6455:26 - Object of type `Self@test_eor_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :6456:9 - Object of type `Self@test_eor_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6456:26 - Object of type `Self@test_eor_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :6461:9 - Object of type `Self@test_eor_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6461:26 - Object of type `Self@test_eor_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :6462:9 - Object of type `Self@test_eor_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6462:26 - Object of type `Self@test_eor_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :6463:9 - Object of type `Self@test_eor_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6463:26 - Object of type `Self@test_eor_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :6468:9 - Object of type `Self@test_eor_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :6468:26 - Object of type `Self@test_eor_asr32` has no attribute `rf`
[error] unresolved-attribute - :6469:9 - Object of type `Self@test_eor_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :6469:26 - Object of type `Self@test_eor_asr32` has no attribute `rf`
[error] unresolved-attribute - :6470:9 - Object of type `Self@test_eor_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :6470:26 - Object of type `Self@test_eor_asr32` has no attribute `rf`
[error] unresolved-attribute - :6475:9 - Object of type `Self@test_eor_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6475:26 - Object of type `Self@test_eor_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :6476:9 - Object of type `Self@test_eor_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6476:26 - Object of type `Self@test_eor_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :6477:9 - Object of type `Self@test_eor_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6477:26 - Object of type `Self@test_eor_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :6482:9 - Object of type `Self@test_eor_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6482:26 - Object of type `Self@test_eor_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :6483:9 - Object of type `Self@test_eor_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6483:26 - Object of type `Self@test_eor_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :6484:9 - Object of type `Self@test_eor_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6484:26 - Object of type `Self@test_eor_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :6489:9 - Object of type `Self@test_eor_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :6489:26 - Object of type `Self@test_eor_ror32` has no attribute `rf`
[error] unresolved-attribute - :6490:9 - Object of type `Self@test_eor_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :6490:26 - Object of type `Self@test_eor_ror32` has no attribute `rf`
[error] unresolved-attribute - :6491:9 - Object of type `Self@test_eor_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :6491:26 - Object of type `Self@test_eor_ror32` has no attribute `rf`
[error] unresolved-attribute - :6498:9 - Object of type `Self@test_eor64` has no attribute `assertEqual`
[error] unresolved-attribute - :6498:26 - Object of type `Self@test_eor64` has no attribute `rf`
[error] unresolved-attribute - :6499:9 - Object of type `Self@test_eor64` has no attribute `assertEqual`
[error] unresolved-attribute - :6499:26 - Object of type `Self@test_eor64` has no attribute `rf`
[error] unresolved-attribute - :6500:9 - Object of type `Self@test_eor64` has no attribute `assertEqual`
[error] unresolved-attribute - :6500:26 - Object of type `Self@test_eor64` has no attribute `rf`
[error] unresolved-attribute - :6505:9 - Object of type `Self@test_eor_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6505:26 - Object of type `Self@test_eor_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :6506:9 - Object of type `Self@test_eor_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6506:26 - Object of type `Self@test_eor_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :6507:9 - Object of type `Self@test_eor_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6507:26 - Object of type `Self@test_eor_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :6512:9 - Object of type `Self@test_eor_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6512:26 - Object of type `Self@test_eor_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :6513:9 - Object of type `Self@test_eor_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6513:26 - Object of type `Self@test_eor_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :6514:9 - Object of type `Self@test_eor_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6514:26 - Object of type `Self@test_eor_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :6519:9 - Object of type `Self@test_eor_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :6519:26 - Object of type `Self@test_eor_lsl64` has no attribute `rf`
[error] unresolved-attribute - :6520:9 - Object of type `Self@test_eor_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :6520:26 - Object of type `Self@test_eor_lsl64` has no attribute `rf`
[error] unresolved-attribute - :6521:9 - Object of type `Self@test_eor_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :6521:26 - Object of type `Self@test_eor_lsl64` has no attribute `rf`
[error] unresolved-attribute - :6526:9 - Object of type `Self@test_eor_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6526:26 - Object of type `Self@test_eor_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :6527:9 - Object of type `Self@test_eor_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6527:26 - Object of type `Self@test_eor_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :6528:9 - Object of type `Self@test_eor_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6528:26 - Object of type `Self@test_eor_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :6533:9 - Object of type `Self@test_eor_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6533:26 - Object of type `Self@test_eor_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :6534:9 - Object of type `Self@test_eor_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6534:26 - Object of type `Self@test_eor_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :6535:9 - Object of type `Self@test_eor_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6535:26 - Object of type `Self@test_eor_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :6540:9 - Object of type `Self@test_eor_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :6540:26 - Object of type `Self@test_eor_lsr64` has no attribute `rf`
[error] unresolved-attribute - :6541:9 - Object of type `Self@test_eor_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :6541:26 - Object of type `Self@test_eor_lsr64` has no attribute `rf`
[error] unresolved-attribute - :6542:9 - Object of type `Self@test_eor_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :6542:26 - Object of type `Self@test_eor_lsr64` has no attribute `rf`
[error] unresolved-attribute - :6547:9 - Object of type `Self@test_eor_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6547:26 - Object of type `Self@test_eor_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :6548:9 - Object of type `Self@test_eor_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6548:26 - Object of type `Self@test_eor_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :6549:9 - Object of type `Self@test_eor_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6549:26 - Object of type `Self@test_eor_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :6554:9 - Object of type `Self@test_eor_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6554:26 - Object of type `Self@test_eor_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :6555:9 - Object of type `Self@test_eor_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6555:26 - Object of type `Self@test_eor_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :6556:9 - Object of type `Self@test_eor_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6556:26 - Object of type `Self@test_eor_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :6561:9 - Object of type `Self@test_eor_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :6561:26 - Object of type `Self@test_eor_asr64` has no attribute `rf`
[error] unresolved-attribute - :6562:9 - Object of type `Self@test_eor_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :6562:26 - Object of type `Self@test_eor_asr64` has no attribute `rf`
[error] unresolved-attribute - :6563:9 - Object of type `Self@test_eor_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :6563:26 - Object of type `Self@test_eor_asr64` has no attribute `rf`
[error] unresolved-attribute - :6568:9 - Object of type `Self@test_eor_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6568:26 - Object of type `Self@test_eor_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :6569:9 - Object of type `Self@test_eor_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6569:26 - Object of type `Self@test_eor_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :6570:9 - Object of type `Self@test_eor_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6570:26 - Object of type `Self@test_eor_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :6575:9 - Object of type `Self@test_eor_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6575:26 - Object of type `Self@test_eor_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :6576:9 - Object of type `Self@test_eor_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6576:26 - Object of type `Self@test_eor_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :6577:9 - Object of type `Self@test_eor_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6577:26 - Object of type `Self@test_eor_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :6582:9 - Object of type `Self@test_eor_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :6582:26 - Object of type `Self@test_eor_ror64` has no attribute `rf`
[error] unresolved-attribute - :6583:9 - Object of type `Self@test_eor_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :6583:26 - Object of type `Self@test_eor_ror64` has no attribute `rf`
[error] unresolved-attribute - :6584:9 - Object of type `Self@test_eor_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :6584:26 - Object of type `Self@test_eor_ror64` has no attribute `rf`
[error] unresolved-attribute - :6696:9 - Object of type `Self@test_ldaxr32` has no attribute `cpu`
[error] unresolved-attribute - :6697:31 - Object of type `Self@test_ldaxr32` has no attribute `cpu`
[error] unresolved-attribute - :6698:17 - Object of type `Self@test_ldaxr32` has no attribute `cpu`
[error] unresolved-attribute - :6699:9 - Object of type `Self@test_ldaxr32` has no attribute `_execute`
[error] unresolved-attribute - :6700:9 - Object of type `Self@test_ldaxr32` has no attribute `assertEqual`
[error] unresolved-attribute - :6700:26 - Object of type `Self@test_ldaxr32` has no attribute `rf`
[error] unresolved-attribute - :6701:9 - Object of type `Self@test_ldaxr32` has no attribute `assertEqual`
[error] unresolved-attribute - :6701:26 - Object of type `Self@test_ldaxr32` has no attribute `rf`
[error] unresolved-attribute - :6702:9 - Object of type `Self@test_ldaxr32` has no attribute `assertEqual`
[error] unresolved-attribute - :6702:26 - Object of type `Self@test_ldaxr32` has no attribute `rf`
[error] unresolved-attribute - :6706:9 - Object of type `Self@test_ldaxr_0_32` has no attribute `cpu`
[error] unresolved-attribute - :6707:31 - Object of type `Self@test_ldaxr_0_32` has no attribute `cpu`
[error] unresolved-attribute - :6708:17 - Object of type `Self@test_ldaxr_0_32` has no attribute `cpu`
[error] unresolved-attribute - :6709:9 - Object of type `Self@test_ldaxr_0_32` has no attribute `_execute`
[error] unresolved-attribute - :6710:9 - Object of type `Self@test_ldaxr_0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :6710:26 - Object of type `Self@test_ldaxr_0_32` has no attribute `rf`
[error] unresolved-attribute - :6711:9 - Object of type `Self@test_ldaxr_0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :6711:26 - Object of type `Self@test_ldaxr_0_32` has no attribute `rf`
[error] unresolved-attribute - :6712:9 - Object of type `Self@test_ldaxr_0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :6712:26 - Object of type `Self@test_ldaxr_0_32` has no attribute `rf`
[error] unresolved-attribute - :6718:9 - Object of type `Self@test_ldaxr64` has no attribute `cpu`
[error] unresolved-attribute - :6719:31 - Object of type `Self@test_ldaxr64` has no attribute `cpu`
[error] unresolved-attribute - :6720:17 - Object of type `Self@test_ldaxr64` has no attribute `cpu`
[error] unresolved-attribute - :6721:9 - Object of type `Self@test_ldaxr64` has no attribute `_execute`
[error] unresolved-attribute - :6722:9 - Object of type `Self@test_ldaxr64` has no attribute `assertEqual`
[error] unresolved-attribute - :6722:26 - Object of type `Self@test_ldaxr64` has no attribute `rf`
[error] unresolved-attribute - :6723:9 - Object of type `Self@test_ldaxr64` has no attribute `assertEqual`
[error] unresolved-attribute - :6723:26 - Object of type `Self@test_ldaxr64` has no attribute `rf`
[error] unresolved-attribute - :6724:9 - Object of type `Self@test_ldaxr64` has no attribute `assertEqual`
[error] unresolved-attribute - :6724:26 - Object of type `Self@test_ldaxr64` has no attribute `rf`
[error] unresolved-attribute - :6728:9 - Object of type `Self@test_ldaxr_0_64` has no attribute `cpu`
[error] unresolved-attribute - :6729:31 - Object of type `Self@test_ldaxr_0_64` has no attribute `cpu`
[error] unresolved-attribute - :6730:17 - Object of type `Self@test_ldaxr_0_64` has no attribute `cpu`
[error] unresolved-attribute - :6731:9 - Object of type `Self@test_ldaxr_0_64` has no attribute `_execute`
[error] unresolved-attribute - :6732:9 - Object of type `Self@test_ldaxr_0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :6732:26 - Object of type `Self@test_ldaxr_0_64` has no attribute `rf`
[error] unresolved-attribute - :6733:9 - Object of type `Self@test_ldaxr_0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :6733:26 - Object of type `Self@test_ldaxr_0_64` has no attribute `rf`
[error] unresolved-attribute - :6734:9 - Object of type `Self@test_ldaxr_0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :6734:26 - Object of type `Self@test_ldaxr_0_64` has no attribute `rf`
[error] unresolved-attribute - :6747:9 - Object of type `Self@test_ldp_base32` has no attribute `cpu`
[error] unresolved-attribute - :6748:31 - Object of type `Self@test_ldp_base32` has no attribute `cpu`
[error] unresolved-attribute - :6749:17 - Object of type `Self@test_ldp_base32` has no attribute `cpu`
[error] unresolved-attribute - :6750:9 - Object of type `Self@test_ldp_base32` has no attribute `_execute`
[error] unresolved-attribute - :6751:9 - Object of type `Self@test_ldp_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :6751:26 - Object of type `Self@test_ldp_base32` has no attribute `rf`
[error] unresolved-attribute - :6752:9 - Object of type `Self@test_ldp_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :6752:26 - Object of type `Self@test_ldp_base32` has no attribute `rf`
[error] unresolved-attribute - :6753:9 - Object of type `Self@test_ldp_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :6753:26 - Object of type `Self@test_ldp_base32` has no attribute `rf`
[error] unresolved-attribute - :6754:9 - Object of type `Self@test_ldp_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :6754:26 - Object of type `Self@test_ldp_base32` has no attribute `rf`
[error] unresolved-attribute - :6755:9 - Object of type `Self@test_ldp_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :6755:26 - Object of type `Self@test_ldp_base32` has no attribute `rf`
[error] unresolved-attribute - :6759:9 - Object of type `Self@test_ldp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :6760:9 - Object of type `Self@test_ldp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :6761:31 - Object of type `Self@test_ldp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :6762:17 - Object of type `Self@test_ldp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :6763:9 - Object of type `Self@test_ldp_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :6764:9 - Object of type `Self@test_ldp_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :6764:26 - Object of type `Self@test_ldp_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :6765:9 - Object of type `Self@test_ldp_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :6765:26 - Object of type `Self@test_ldp_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :6766:9 - Object of type `Self@test_ldp_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :6766:26 - Object of type `Self@test_ldp_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :6767:9 - Object of type `Self@test_ldp_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :6767:26 - Object of type `Self@test_ldp_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :6768:9 - Object of type `Self@test_ldp_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :6768:26 - Object of type `Self@test_ldp_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :6772:9 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :6773:9 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :6774:31 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :6775:17 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :6776:9 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :6777:9 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6777:26 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :6778:9 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6778:26 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :6779:9 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6779:26 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :6780:9 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6780:26 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :6781:9 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6781:26 - Object of type `Self@test_ldp_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :6785:9 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :6786:9 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :6787:31 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :6788:17 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :6789:9 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `_execute`
[error] unresolved-attribute - :6790:9 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6790:26 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `rf`
[error] unresolved-attribute - :6791:9 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6791:26 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `rf`
[error] unresolved-attribute - :6792:9 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6792:26 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `rf`
[error] unresolved-attribute - :6793:9 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6793:26 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `rf`
[error] unresolved-attribute - :6794:9 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6794:26 - Object of type `Self@test_ldp_base_offset_min32` has no attribute `rf`
[error] unresolved-attribute - :6798:9 - Object of type `Self@test_ldp_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :6799:31 - Object of type `Self@test_ldp_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :6800:17 - Object of type `Self@test_ldp_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :6801:9 - Object of type `Self@test_ldp_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :6802:9 - Object of type `Self@test_ldp_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6802:26 - Object of type `Self@test_ldp_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6803:9 - Object of type `Self@test_ldp_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6803:26 - Object of type `Self@test_ldp_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6804:9 - Object of type `Self@test_ldp_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6804:26 - Object of type `Self@test_ldp_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6805:9 - Object of type `Self@test_ldp_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6805:26 - Object of type `Self@test_ldp_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6806:9 - Object of type `Self@test_ldp_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6806:26 - Object of type `Self@test_ldp_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6810:9 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :6811:31 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :6812:17 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :6813:9 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `_execute`
[error] unresolved-attribute - :6814:9 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6814:26 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6815:9 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6815:26 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6816:9 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6816:26 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6817:9 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6817:26 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6818:9 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6818:26 - Object of type `Self@test_ldp_post_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6822:9 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :6823:31 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :6824:17 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :6825:9 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `_execute`
[error] unresolved-attribute - :6826:9 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6826:26 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6827:9 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6827:26 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6828:9 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6828:26 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6829:9 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6829:26 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6830:9 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6830:26 - Object of type `Self@test_ldp_post_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6834:9 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :6835:9 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :6836:31 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :6837:17 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :6838:9 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :6839:9 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6839:26 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6840:9 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6840:26 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6841:9 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6841:26 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6842:9 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6842:26 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6843:9 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :6843:26 - Object of type `Self@test_ldp_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :6847:9 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :6848:9 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :6849:31 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :6850:17 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :6851:9 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `_execute`
[error] unresolved-attribute - :6852:9 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6852:26 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6853:9 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6853:26 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6854:9 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6854:26 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6855:9 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6855:26 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6856:9 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :6856:26 - Object of type `Self@test_ldp_pre_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :6860:9 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :6861:9 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :6862:31 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :6863:17 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :6864:9 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `_execute`
[error] unresolved-attribute - :6865:9 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6865:26 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6866:9 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6866:26 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6867:9 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6867:26 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6868:9 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6868:26 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6869:9 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :6869:26 - Object of type `Self@test_ldp_pre_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :6875:9 - Object of type `Self@test_ldp_base64` has no attribute `cpu`
[error] unresolved-attribute - :6876:9 - Object of type `Self@test_ldp_base64` has no attribute `cpu`
[error] unresolved-attribute - :6877:31 - Object of type `Self@test_ldp_base64` has no attribute `cpu`
[error] unresolved-attribute - :6878:17 - Object of type `Self@test_ldp_base64` has no attribute `cpu`
[error] unresolved-attribute - :6879:9 - Object of type `Self@test_ldp_base64` has no attribute `_execute`
[error] unresolved-attribute - :6880:9 - Object of type `Self@test_ldp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :6880:26 - Object of type `Self@test_ldp_base64` has no attribute `rf`
[error] unresolved-attribute - :6881:9 - Object of type `Self@test_ldp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :6881:26 - Object of type `Self@test_ldp_base64` has no attribute `rf`
[error] unresolved-attribute - :6882:9 - Object of type `Self@test_ldp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :6882:26 - Object of type `Self@test_ldp_base64` has no attribute `rf`
[error] unresolved-attribute - :6883:9 - Object of type `Self@test_ldp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :6883:26 - Object of type `Self@test_ldp_base64` has no attribute `rf`
[error] unresolved-attribute - :6884:9 - Object of type `Self@test_ldp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :6884:26 - Object of type `Self@test_ldp_base64` has no attribute `rf`
[error] unresolved-attribute - :6888:9 - Object of type `Self@test_ldp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :6889:9 - Object of type `Self@test_ldp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :6890:9 - Object of type `Self@test_ldp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :6891:31 - Object of type `Self@test_ldp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :6892:17 - Object of type `Self@test_ldp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :6893:9 - Object of type `Self@test_ldp_base_offset64` has no attribute `_execute`
[error] unresolved-attribute - :6894:9 - Object of type `Self@test_ldp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :6894:26 - Object of type `Self@test_ldp_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :6895:9 - Object of type `Self@test_ldp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :6895:26 - Object of type `Self@test_ldp_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :6896:9 - Object of type `Self@test_ldp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :6896:26 - Object of type `Self@test_ldp_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :6897:9 - Object of type `Self@test_ldp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :6897:26 - Object of type `Self@test_ldp_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :6898:9 - Object of type `Self@test_ldp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :6898:26 - Object of type `Self@test_ldp_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :6902:9 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :6903:9 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :6904:9 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :6905:31 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :6906:17 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :6907:9 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `_execute`
[error] unresolved-attribute - :6908:9 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6908:26 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :6909:9 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6909:26 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :6910:9 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6910:26 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :6911:9 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6911:26 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :6912:9 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6912:26 - Object of type `Self@test_ldp_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :6916:9 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :6917:9 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :6918:9 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :6919:31 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :6920:17 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :6921:9 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `_execute`
[error] unresolved-attribute - :6922:9 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6922:26 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `rf`
[error] unresolved-attribute - :6923:9 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6923:26 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `rf`
[error] unresolved-attribute - :6924:9 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6924:26 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `rf`
[error] unresolved-attribute - :6925:9 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6925:26 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `rf`
[error] unresolved-attribute - :6926:9 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6926:26 - Object of type `Self@test_ldp_base_offset_min64` has no attribute `rf`
[error] unresolved-attribute - :6930:9 - Object of type `Self@test_ldp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :6931:9 - Object of type `Self@test_ldp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :6932:31 - Object of type `Self@test_ldp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :6933:17 - Object of type `Self@test_ldp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :6934:9 - Object of type `Self@test_ldp_post_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :6935:9 - Object of type `Self@test_ldp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6935:26 - Object of type `Self@test_ldp_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6936:9 - Object of type `Self@test_ldp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6936:26 - Object of type `Self@test_ldp_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6937:9 - Object of type `Self@test_ldp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6937:26 - Object of type `Self@test_ldp_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6938:9 - Object of type `Self@test_ldp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6938:26 - Object of type `Self@test_ldp_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6939:9 - Object of type `Self@test_ldp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6939:26 - Object of type `Self@test_ldp_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6943:9 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :6944:9 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :6945:31 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :6946:17 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :6947:9 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `_execute`
[error] unresolved-attribute - :6948:9 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6948:26 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6949:9 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6949:26 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6950:9 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6950:26 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6951:9 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6951:26 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6952:9 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6952:26 - Object of type `Self@test_ldp_post_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6956:9 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :6957:9 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :6958:31 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :6959:17 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :6960:9 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `_execute`
[error] unresolved-attribute - :6961:9 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6961:26 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :6962:9 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6962:26 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :6963:9 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6963:26 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :6964:9 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6964:26 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :6965:9 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :6965:26 - Object of type `Self@test_ldp_post_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :6969:9 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :6970:9 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :6971:9 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :6972:31 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :6973:17 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :6974:9 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :6975:9 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6975:26 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6976:9 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6976:26 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6977:9 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6977:26 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6978:9 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6978:26 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6979:9 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :6979:26 - Object of type `Self@test_ldp_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :6983:9 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :6984:9 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :6985:9 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :6986:31 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :6987:17 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :6988:9 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `_execute`
[error] unresolved-attribute - :6989:9 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6989:26 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6990:9 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6990:26 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6991:9 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6991:26 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6992:9 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6992:26 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6993:9 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :6993:26 - Object of type `Self@test_ldp_pre_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :6997:9 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :6998:9 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :6999:9 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :7000:31 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :7001:17 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :7002:9 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `_execute`
[error] unresolved-attribute - :7003:9 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :7003:26 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :7004:9 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :7004:26 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :7005:9 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :7005:26 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :7006:9 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :7006:26 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :7007:9 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :7007:26 - Object of type `Self@test_ldp_pre_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :7020:9 - Object of type `Self@test_ldr_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7021:31 - Object of type `Self@test_ldr_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7022:17 - Object of type `Self@test_ldr_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7023:9 - Object of type `Self@test_ldr_imm_base32` has no attribute `_execute`
[error] unresolved-attribute - :7024:9 - Object of type `Self@test_ldr_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7024:26 - Object of type `Self@test_ldr_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7025:9 - Object of type `Self@test_ldr_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7025:26 - Object of type `Self@test_ldr_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7026:9 - Object of type `Self@test_ldr_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7026:26 - Object of type `Self@test_ldr_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7030:9 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7031:9 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7032:31 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7033:17 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7034:9 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :7035:9 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :7035:26 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :7036:9 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :7036:26 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :7037:9 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :7037:26 - Object of type `Self@test_ldr_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :7041:9 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7042:9 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7043:31 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7044:17 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7045:9 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :7046:9 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :7046:26 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :7047:9 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :7047:26 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :7048:9 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :7048:26 - Object of type `Self@test_ldr_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :7052:9 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7053:31 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7054:17 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7055:9 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :7056:9 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7056:26 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7057:9 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7057:26 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7058:9 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7058:26 - Object of type `Self@test_ldr_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7062:9 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7063:31 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7064:17 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7065:9 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :7066:9 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7066:26 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7067:9 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7067:26 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7068:9 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7068:26 - Object of type `Self@test_ldr_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7072:9 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7073:9 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7074:31 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7075:17 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7076:9 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :7077:9 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7077:26 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7078:9 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7078:26 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7079:9 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7079:26 - Object of type `Self@test_ldr_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7083:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7084:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7085:31 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7086:17 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7087:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :7088:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7088:26 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7089:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7089:26 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7090:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7090:26 - Object of type `Self@test_ldr_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7096:9 - Object of type `Self@test_ldr_imm_base64` has no attribute `cpu`
[error] unresolved-attribute - :7097:31 - Object of type `Self@test_ldr_imm_base64` has no attribute `cpu`
[error] unresolved-attribute - :7098:17 - Object of type `Self@test_ldr_imm_base64` has no attribute `cpu`
[error] unresolved-attribute - :7099:9 - Object of type `Self@test_ldr_imm_base64` has no attribute `_execute`
[error] unresolved-attribute - :7100:9 - Object of type `Self@test_ldr_imm_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :7100:26 - Object of type `Self@test_ldr_imm_base64` has no attribute `rf`
[error] unresolved-attribute - :7101:9 - Object of type `Self@test_ldr_imm_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :7101:26 - Object of type `Self@test_ldr_imm_base64` has no attribute `rf`
[error] unresolved-attribute - :7102:9 - Object of type `Self@test_ldr_imm_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :7102:26 - Object of type `Self@test_ldr_imm_base64` has no attribute `rf`
[error] unresolved-attribute - :7106:9 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :7107:9 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :7108:31 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :7109:17 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :7110:9 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `_execute`
[error] unresolved-attribute - :7111:9 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :7111:26 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :7112:9 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :7112:26 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :7113:9 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :7113:26 - Object of type `Self@test_ldr_imm_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :7117:9 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :7118:9 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :7119:31 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :7120:17 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :7121:9 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `_execute`
[error] unresolved-attribute - :7122:9 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :7122:26 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :7123:9 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :7123:26 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :7124:9 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :7124:26 - Object of type `Self@test_ldr_imm_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :7128:9 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7129:31 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7130:17 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7131:9 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :7132:9 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7132:26 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7133:9 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7133:26 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7134:9 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7134:26 - Object of type `Self@test_ldr_imm_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7138:9 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7139:31 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7140:17 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7141:9 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `_execute`
[error] unresolved-attribute - :7142:9 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7142:26 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7143:9 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7143:26 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7144:9 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7144:26 - Object of type `Self@test_ldr_imm_post_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7148:9 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7149:9 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7150:31 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7151:17 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7152:9 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :7153:9 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7153:26 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7154:9 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7154:26 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7155:9 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7155:26 - Object of type `Self@test_ldr_imm_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7159:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7160:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7161:31 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7162:17 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7163:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `_execute`
[error] unresolved-attribute - :7164:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7164:26 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7165:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7165:26 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7166:9 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7166:26 - Object of type `Self@test_ldr_imm_pre_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7172:28 - Object of type `Self@test_ldr_lit32` has no attribute `cpu`
[error] unresolved-attribute - :7173:9 - Object of type `Self@test_ldr_lit32` has no attribute `cpu`
[error] unresolved-attribute - :7173:26 - Object of type `Self@test_ldr_lit32` has no attribute `cpu`
[error] unresolved-attribute - :7174:9 - Object of type `Self@test_ldr_lit32` has no attribute `cpu`
[error] unresolved-attribute - :7175:9 - Object of type `Self@test_ldr_lit32` has no attribute `_execute`
[error] unresolved-attribute - :7176:9 - Object of type `Self@test_ldr_lit32` has no attribute `assertEqual`
[error] unresolved-attribute - :7176:26 - Object of type `Self@test_ldr_lit32` has no attribute `rf`
[error] unresolved-attribute - :7177:9 - Object of type `Self@test_ldr_lit32` has no attribute `assertEqual`
[error] unresolved-attribute - :7177:26 - Object of type `Self@test_ldr_lit32` has no attribute `rf`
[error] unresolved-attribute - :7181:28 - Object of type `Self@test_ldr_lit64` has no attribute `cpu`
[error] unresolved-attribute - :7182:9 - Object of type `Self@test_ldr_lit64` has no attribute `cpu`
[error] unresolved-attribute - :7182:26 - Object of type `Self@test_ldr_lit64` has no attribute `cpu`
[error] unresolved-attribute - :7183:9 - Object of type `Self@test_ldr_lit64` has no attribute `cpu`
[error] unresolved-attribute - :7184:9 - Object of type `Self@test_ldr_lit64` has no attribute `_execute`
[error] unresolved-attribute - :7185:9 - Object of type `Self@test_ldr_lit64` has no attribute `assertEqual`
[error] unresolved-attribute - :7185:26 - Object of type `Self@test_ldr_lit64` has no attribute `rf`
[error] unresolved-attribute - :7186:9 - Object of type `Self@test_ldr_lit64` has no attribute `assertEqual`
[error] unresolved-attribute - :7186:26 - Object of type `Self@test_ldr_lit64` has no attribute `rf`
[error] unresolved-attribute - :7190:16 - Object of type `Self@test_ldr_lit_neg32` has no attribute `mem`
[error] unresolved-attribute - :7191:9 - Object of type `Self@test_ldr_lit_neg32` has no attribute `mem`
[error] unresolved-attribute - :7192:9 - Object of type `Self@test_ldr_lit_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7193:28 - Object of type `Self@test_ldr_lit_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7194:9 - Object of type `Self@test_ldr_lit_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7194:26 - Object of type `Self@test_ldr_lit_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7195:9 - Object of type `Self@test_ldr_lit_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7196:9 - Object of type `Self@test_ldr_lit_neg32` has no attribute `_execute`
[error] unresolved-attribute - :7197:9 - Object of type `Self@test_ldr_lit_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7197:26 - Object of type `Self@test_ldr_lit_neg32` has no attribute `rf`
[error] unresolved-attribute - :7198:9 - Object of type `Self@test_ldr_lit_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7198:26 - Object of type `Self@test_ldr_lit_neg32` has no attribute `rf`
[error] unresolved-attribute - :7202:16 - Object of type `Self@test_ldr_lit_neg64` has no attribute `mem`
[error] unresolved-attribute - :7203:9 - Object of type `Self@test_ldr_lit_neg64` has no attribute `mem`
[error] unresolved-attribute - :7204:9 - Object of type `Self@test_ldr_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7205:28 - Object of type `Self@test_ldr_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7206:9 - Object of type `Self@test_ldr_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7206:26 - Object of type `Self@test_ldr_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7207:9 - Object of type `Self@test_ldr_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7208:9 - Object of type `Self@test_ldr_lit_neg64` has no attribute `_execute`
[error] unresolved-attribute - :7209:9 - Object of type `Self@test_ldr_lit_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7209:26 - Object of type `Self@test_ldr_lit_neg64` has no attribute `rf`
[error] unresolved-attribute - :7210:9 - Object of type `Self@test_ldr_lit_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7210:26 - Object of type `Self@test_ldr_lit_neg64` has no attribute `rf`
[error] unresolved-attribute - :7219:9 - Object of type `Self@test_ldr_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7220:9 - Object of type `Self@test_ldr_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7223:9 - Object of type `Self@test_ldr_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7224:31 - Object of type `Self@test_ldr_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7225:9 - Object of type `Self@test_ldr_reg_uxtw32` has no attribute `_execute`
[error] unresolved-attribute - :7226:9 - Object of type `Self@test_ldr_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7226:26 - Object of type `Self@test_ldr_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :7227:9 - Object of type `Self@test_ldr_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7227:26 - Object of type `Self@test_ldr_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :7232:9 - Object of type `Self@test_ldr_reg_uxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :7233:9 - Object of type `Self@test_ldr_reg_uxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :7236:9 - Object of type `Self@test_ldr_reg_uxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :7237:31 - Object of type `Self@test_ldr_reg_uxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :7238:9 - Object of type `Self@test_ldr_reg_uxtw2_32` has no attribute `_execute`
[error] unresolved-attribute - :7239:9 - Object of type `Self@test_ldr_reg_uxtw2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7239:26 - Object of type `Self@test_ldr_reg_uxtw2_32` has no attribute `rf`
[error] unresolved-attribute - :7240:9 - Object of type `Self@test_ldr_reg_uxtw2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7240:26 - Object of type `Self@test_ldr_reg_uxtw2_32` has no attribute `rf`
[error] unresolved-attribute - :7245:9 - Object of type `Self@test_ldr_reg32` has no attribute `cpu`
[error] unresolved-attribute - :7246:9 - Object of type `Self@test_ldr_reg32` has no attribute `cpu`
[error] unresolved-attribute - :7247:31 - Object of type `Self@test_ldr_reg32` has no attribute `cpu`
[error] unresolved-attribute - :7248:9 - Object of type `Self@test_ldr_reg32` has no attribute `_execute`
[error] unresolved-attribute - :7249:9 - Object of type `Self@test_ldr_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7249:26 - Object of type `Self@test_ldr_reg32` has no attribute `rf`
[error] unresolved-attribute - :7250:9 - Object of type `Self@test_ldr_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7250:26 - Object of type `Self@test_ldr_reg32` has no attribute `rf`
[error] unresolved-attribute - :7255:9 - Object of type `Self@test_ldr_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :7256:9 - Object of type `Self@test_ldr_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :7257:31 - Object of type `Self@test_ldr_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :7258:9 - Object of type `Self@test_ldr_reg_lsl32` has no attribute `_execute`
[error] unresolved-attribute - :7259:9 - Object of type `Self@test_ldr_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :7259:26 - Object of type `Self@test_ldr_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :7260:9 - Object of type `Self@test_ldr_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :7260:26 - Object of type `Self@test_ldr_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :7265:9 - Object of type `Self@test_ldr_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7266:9 - Object of type `Self@test_ldr_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7267:9 - Object of type `Self@test_ldr_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7268:31 - Object of type `Self@test_ldr_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7269:9 - Object of type `Self@test_ldr_reg_sxtw32` has no attribute `_execute`
[error] unresolved-attribute - :7270:9 - Object of type `Self@test_ldr_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7270:26 - Object of type `Self@test_ldr_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :7271:9 - Object of type `Self@test_ldr_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7271:26 - Object of type `Self@test_ldr_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :7276:9 - Object of type `Self@test_ldr_reg_sxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :7277:9 - Object of type `Self@test_ldr_reg_sxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :7278:9 - Object of type `Self@test_ldr_reg_sxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :7279:31 - Object of type `Self@test_ldr_reg_sxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :7280:9 - Object of type `Self@test_ldr_reg_sxtw2_32` has no attribute `_execute`
[error] unresolved-attribute - :7281:9 - Object of type `Self@test_ldr_reg_sxtw2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7281:26 - Object of type `Self@test_ldr_reg_sxtw2_32` has no attribute `rf`
[error] unresolved-attribute - :7282:9 - Object of type `Self@test_ldr_reg_sxtw2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7282:26 - Object of type `Self@test_ldr_reg_sxtw2_32` has no attribute `rf`
[error] unresolved-attribute - :7287:9 - Object of type `Self@test_ldr_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7288:9 - Object of type `Self@test_ldr_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7289:9 - Object of type `Self@test_ldr_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7290:31 - Object of type `Self@test_ldr_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7291:9 - Object of type `Self@test_ldr_reg_sxtx32` has no attribute `_execute`
[error] unresolved-attribute - :7292:9 - Object of type `Self@test_ldr_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :7292:26 - Object of type `Self@test_ldr_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :7293:9 - Object of type `Self@test_ldr_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :7293:26 - Object of type `Self@test_ldr_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :7298:9 - Object of type `Self@test_ldr_reg_sxtx2_32` has no attribute `cpu`
[error] unresolved-attribute - :7299:9 - Object of type `Self@test_ldr_reg_sxtx2_32` has no attribute `cpu`
[error] unresolved-attribute - :7300:9 - Object of type `Self@test_ldr_reg_sxtx2_32` has no attribute `cpu`
[error] unresolved-attribute - :7301:31 - Object of type `Self@test_ldr_reg_sxtx2_32` has no attribute `cpu`
[error] unresolved-attribute - :7302:9 - Object of type `Self@test_ldr_reg_sxtx2_32` has no attribute `_execute`
[error] unresolved-attribute - :7303:9 - Object of type `Self@test_ldr_reg_sxtx2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7303:26 - Object of type `Self@test_ldr_reg_sxtx2_32` has no attribute `rf`
[error] unresolved-attribute - :7304:9 - Object of type `Self@test_ldr_reg_sxtx2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7304:26 - Object of type `Self@test_ldr_reg_sxtx2_32` has no attribute `rf`
[error] unresolved-attribute - :7311:9 - Object of type `Self@test_ldr_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7312:9 - Object of type `Self@test_ldr_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7315:9 - Object of type `Self@test_ldr_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7316:31 - Object of type `Self@test_ldr_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7317:9 - Object of type `Self@test_ldr_reg_uxtw64` has no attribute `_execute`
[error] unresolved-attribute - :7318:9 - Object of type `Self@test_ldr_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :7318:26 - Object of type `Self@test_ldr_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :7319:9 - Object of type `Self@test_ldr_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :7319:26 - Object of type `Self@test_ldr_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :7324:9 - Object of type `Self@test_ldr_reg_uxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :7325:9 - Object of type `Self@test_ldr_reg_uxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :7328:9 - Object of type `Self@test_ldr_reg_uxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :7329:31 - Object of type `Self@test_ldr_reg_uxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :7330:9 - Object of type `Self@test_ldr_reg_uxtw3_64` has no attribute `_execute`
[error] unresolved-attribute - :7331:9 - Object of type `Self@test_ldr_reg_uxtw3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7331:26 - Object of type `Self@test_ldr_reg_uxtw3_64` has no attribute `rf`
[error] unresolved-attribute - :7332:9 - Object of type `Self@test_ldr_reg_uxtw3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7332:26 - Object of type `Self@test_ldr_reg_uxtw3_64` has no attribute `rf`
[error] unresolved-attribute - :7337:9 - Object of type `Self@test_ldr_reg64` has no attribute `cpu`
[error] unresolved-attribute - :7338:9 - Object of type `Self@test_ldr_reg64` has no attribute `cpu`
[error] unresolved-attribute - :7339:31 - Object of type `Self@test_ldr_reg64` has no attribute `cpu`
[error] unresolved-attribute - :7340:9 - Object of type `Self@test_ldr_reg64` has no attribute `_execute`
[error] unresolved-attribute - :7341:9 - Object of type `Self@test_ldr_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7341:26 - Object of type `Self@test_ldr_reg64` has no attribute `rf`
[error] unresolved-attribute - :7342:9 - Object of type `Self@test_ldr_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7342:26 - Object of type `Self@test_ldr_reg64` has no attribute `rf`
[error] unresolved-attribute - :7347:9 - Object of type `Self@test_ldr_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :7348:9 - Object of type `Self@test_ldr_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :7349:9 - Object of type `Self@test_ldr_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :7350:31 - Object of type `Self@test_ldr_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :7351:9 - Object of type `Self@test_ldr_reg_lsl64` has no attribute `_execute`
[error] unresolved-attribute - :7352:9 - Object of type `Self@test_ldr_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :7352:26 - Object of type `Self@test_ldr_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :7353:9 - Object of type `Self@test_ldr_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :7353:26 - Object of type `Self@test_ldr_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :7358:9 - Object of type `Self@test_ldr_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7359:9 - Object of type `Self@test_ldr_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7360:9 - Object of type `Self@test_ldr_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7361:31 - Object of type `Self@test_ldr_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7362:9 - Object of type `Self@test_ldr_reg_sxtw64` has no attribute `_execute`
[error] unresolved-attribute - :7363:9 - Object of type `Self@test_ldr_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :7363:26 - Object of type `Self@test_ldr_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :7364:9 - Object of type `Self@test_ldr_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :7364:26 - Object of type `Self@test_ldr_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :7369:9 - Object of type `Self@test_ldr_reg_sxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :7370:9 - Object of type `Self@test_ldr_reg_sxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :7371:9 - Object of type `Self@test_ldr_reg_sxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :7372:31 - Object of type `Self@test_ldr_reg_sxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :7373:9 - Object of type `Self@test_ldr_reg_sxtw3_64` has no attribute `_execute`
[error] unresolved-attribute - :7374:9 - Object of type `Self@test_ldr_reg_sxtw3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7374:26 - Object of type `Self@test_ldr_reg_sxtw3_64` has no attribute `rf`
[error] unresolved-attribute - :7375:9 - Object of type `Self@test_ldr_reg_sxtw3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7375:26 - Object of type `Self@test_ldr_reg_sxtw3_64` has no attribute `rf`
[error] unresolved-attribute - :7380:9 - Object of type `Self@test_ldr_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :7381:9 - Object of type `Self@test_ldr_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :7382:9 - Object of type `Self@test_ldr_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :7383:31 - Object of type `Self@test_ldr_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :7384:9 - Object of type `Self@test_ldr_reg_sxtx64` has no attribute `_execute`
[error] unresolved-attribute - :7385:9 - Object of type `Self@test_ldr_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :7385:26 - Object of type `Self@test_ldr_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :7386:9 - Object of type `Self@test_ldr_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :7386:26 - Object of type `Self@test_ldr_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :7391:9 - Object of type `Self@test_ldr_reg_sxtx3_64` has no attribute `cpu`
[error] unresolved-attribute - :7392:9 - Object of type `Self@test_ldr_reg_sxtx3_64` has no attribute `cpu`
[error] unresolved-attribute - :7393:9 - Object of type `Self@test_ldr_reg_sxtx3_64` has no attribute `cpu`
[error] unresolved-attribute - :7394:31 - Object of type `Self@test_ldr_reg_sxtx3_64` has no attribute `cpu`
[error] unresolved-attribute - :7395:9 - Object of type `Self@test_ldr_reg_sxtx3_64` has no attribute `_execute`
[error] unresolved-attribute - :7396:9 - Object of type `Self@test_ldr_reg_sxtx3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7396:26 - Object of type `Self@test_ldr_reg_sxtx3_64` has no attribute `rf`
[error] unresolved-attribute - :7397:9 - Object of type `Self@test_ldr_reg_sxtx3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7397:26 - Object of type `Self@test_ldr_reg_sxtx3_64` has no attribute `rf`
[error] unresolved-attribute - :7408:9 - Object of type `Self@test_ldrb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7409:31 - Object of type `Self@test_ldrb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7410:17 - Object of type `Self@test_ldrb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7411:9 - Object of type `Self@test_ldrb_imm_base32` has no attribute `_execute`
[error] unresolved-attribute - :7412:9 - Object of type `Self@test_ldrb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7412:26 - Object of type `Self@test_ldrb_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7413:9 - Object of type `Self@test_ldrb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7413:26 - Object of type `Self@test_ldrb_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7414:9 - Object of type `Self@test_ldrb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7414:26 - Object of type `Self@test_ldrb_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7418:9 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7419:9 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7420:31 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7421:17 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7422:9 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :7423:9 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :7423:26 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :7424:9 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :7424:26 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :7425:9 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :7425:26 - Object of type `Self@test_ldrb_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :7429:9 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7430:9 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7431:31 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7432:17 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7433:9 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :7434:9 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :7434:26 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :7435:9 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :7435:26 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :7436:9 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :7436:26 - Object of type `Self@test_ldrb_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :7440:9 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7441:31 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7442:17 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7443:9 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :7444:9 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7444:26 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7445:9 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7445:26 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7446:9 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7446:26 - Object of type `Self@test_ldrb_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7450:9 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7451:31 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7452:17 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7453:9 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :7454:9 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7454:26 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7455:9 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7455:26 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7456:9 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7456:26 - Object of type `Self@test_ldrb_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7460:9 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7461:9 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7462:31 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7463:17 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7464:9 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :7465:9 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7465:26 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7466:9 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7466:26 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7467:9 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7467:26 - Object of type `Self@test_ldrb_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7471:9 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7472:9 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7473:31 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7474:17 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7475:9 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :7476:9 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7476:26 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7477:9 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7477:26 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7478:9 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7478:26 - Object of type `Self@test_ldrb_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7485:9 - Object of type `Self@test_ldrb_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7486:9 - Object of type `Self@test_ldrb_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7489:9 - Object of type `Self@test_ldrb_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7490:31 - Object of type `Self@test_ldrb_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7491:9 - Object of type `Self@test_ldrb_reg_uxtw32` has no attribute `_execute`
[error] unresolved-attribute - :7492:9 - Object of type `Self@test_ldrb_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7492:26 - Object of type `Self@test_ldrb_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :7493:9 - Object of type `Self@test_ldrb_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7493:26 - Object of type `Self@test_ldrb_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :7498:9 - Object of type `Self@test_ldrb_reg_uxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :7499:9 - Object of type `Self@test_ldrb_reg_uxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :7502:9 - Object of type `Self@test_ldrb_reg_uxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :7503:31 - Object of type `Self@test_ldrb_reg_uxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :7504:9 - Object of type `Self@test_ldrb_reg_uxtw0_32` has no attribute `_execute`
[error] unresolved-attribute - :7505:9 - Object of type `Self@test_ldrb_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7505:26 - Object of type `Self@test_ldrb_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :7506:9 - Object of type `Self@test_ldrb_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7506:26 - Object of type `Self@test_ldrb_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :7511:9 - Object of type `Self@test_ldrb_reg32` has no attribute `cpu`
[error] unresolved-attribute - :7512:9 - Object of type `Self@test_ldrb_reg32` has no attribute `cpu`
[error] unresolved-attribute - :7513:31 - Object of type `Self@test_ldrb_reg32` has no attribute `cpu`
[error] unresolved-attribute - :7514:9 - Object of type `Self@test_ldrb_reg32` has no attribute `_execute`
[error] unresolved-attribute - :7515:9 - Object of type `Self@test_ldrb_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7515:26 - Object of type `Self@test_ldrb_reg32` has no attribute `rf`
[error] unresolved-attribute - :7516:9 - Object of type `Self@test_ldrb_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7516:26 - Object of type `Self@test_ldrb_reg32` has no attribute `rf`
[error] unresolved-attribute - :7521:9 - Object of type `Self@test_ldrb_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :7522:9 - Object of type `Self@test_ldrb_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :7523:31 - Object of type `Self@test_ldrb_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :7524:9 - Object of type `Self@test_ldrb_reg_lsl32` has no attribute `_execute`
[error] unresolved-attribute - :7525:9 - Object of type `Self@test_ldrb_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :7525:26 - Object of type `Self@test_ldrb_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :7526:9 - Object of type `Self@test_ldrb_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :7526:26 - Object of type `Self@test_ldrb_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :7531:9 - Object of type `Self@test_ldrb_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7532:9 - Object of type `Self@test_ldrb_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7533:9 - Object of type `Self@test_ldrb_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7534:31 - Object of type `Self@test_ldrb_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7535:9 - Object of type `Self@test_ldrb_reg_sxtw32` has no attribute `_execute`
[error] unresolved-attribute - :7536:9 - Object of type `Self@test_ldrb_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7536:26 - Object of type `Self@test_ldrb_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :7537:9 - Object of type `Self@test_ldrb_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7537:26 - Object of type `Self@test_ldrb_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :7542:9 - Object of type `Self@test_ldrb_reg_sxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :7543:9 - Object of type `Self@test_ldrb_reg_sxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :7544:9 - Object of type `Self@test_ldrb_reg_sxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :7545:31 - Object of type `Self@test_ldrb_reg_sxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :7546:9 - Object of type `Self@test_ldrb_reg_sxtw0_32` has no attribute `_execute`
[error] unresolved-attribute - :7547:9 - Object of type `Self@test_ldrb_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7547:26 - Object of type `Self@test_ldrb_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :7548:9 - Object of type `Self@test_ldrb_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7548:26 - Object of type `Self@test_ldrb_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :7553:9 - Object of type `Self@test_ldrb_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7554:9 - Object of type `Self@test_ldrb_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7555:9 - Object of type `Self@test_ldrb_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7556:31 - Object of type `Self@test_ldrb_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7557:9 - Object of type `Self@test_ldrb_reg_sxtx32` has no attribute `_execute`
[error] unresolved-attribute - :7558:9 - Object of type `Self@test_ldrb_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :7558:26 - Object of type `Self@test_ldrb_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :7559:9 - Object of type `Self@test_ldrb_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :7559:26 - Object of type `Self@test_ldrb_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :7564:9 - Object of type `Self@test_ldrb_reg_sxtx0_32` has no attribute `cpu`
[error] unresolved-attribute - :7565:9 - Object of type `Self@test_ldrb_reg_sxtx0_32` has no attribute `cpu`
[error] unresolved-attribute - :7566:9 - Object of type `Self@test_ldrb_reg_sxtx0_32` has no attribute `cpu`
[error] unresolved-attribute - :7567:31 - Object of type `Self@test_ldrb_reg_sxtx0_32` has no attribute `cpu`
[error] unresolved-attribute - :7568:9 - Object of type `Self@test_ldrb_reg_sxtx0_32` has no attribute `_execute`
[error] unresolved-attribute - :7569:9 - Object of type `Self@test_ldrb_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7569:26 - Object of type `Self@test_ldrb_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :7570:9 - Object of type `Self@test_ldrb_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7570:26 - Object of type `Self@test_ldrb_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :7580:9 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7581:17 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7582:9 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `_execute`
[error] unresolved-attribute - :7583:9 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7583:26 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7584:9 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7584:26 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7586:17 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7587:9 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `_execute`
[error] unresolved-attribute - :7588:9 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7588:26 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7589:9 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7589:26 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7590:9 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7590:26 - Object of type `Self@test_strb_ldrb_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7601:9 - Object of type `Self@test_ldrh_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7602:31 - Object of type `Self@test_ldrh_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7603:17 - Object of type `Self@test_ldrh_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :7604:9 - Object of type `Self@test_ldrh_imm_base32` has no attribute `_execute`
[error] unresolved-attribute - :7605:9 - Object of type `Self@test_ldrh_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7605:26 - Object of type `Self@test_ldrh_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7606:9 - Object of type `Self@test_ldrh_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7606:26 - Object of type `Self@test_ldrh_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7607:9 - Object of type `Self@test_ldrh_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :7607:26 - Object of type `Self@test_ldrh_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :7611:9 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7612:9 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7613:31 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7614:17 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :7615:9 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :7616:9 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :7616:26 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :7617:9 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :7617:26 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :7618:9 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :7618:26 - Object of type `Self@test_ldrh_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :7622:9 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7623:9 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7624:31 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7625:17 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :7626:9 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :7627:9 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :7627:26 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :7628:9 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :7628:26 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :7629:9 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :7629:26 - Object of type `Self@test_ldrh_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :7633:9 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7634:31 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7635:17 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7636:9 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :7637:9 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7637:26 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7638:9 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7638:26 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7639:9 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7639:26 - Object of type `Self@test_ldrh_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7643:9 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7644:31 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7645:17 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7646:9 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :7647:9 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7647:26 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7648:9 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7648:26 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7649:9 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7649:26 - Object of type `Self@test_ldrh_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7653:9 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7654:9 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7655:31 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7656:17 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :7657:9 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :7658:9 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7658:26 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7659:9 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7659:26 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7660:9 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :7660:26 - Object of type `Self@test_ldrh_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :7664:9 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7665:9 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7666:31 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7667:17 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7668:9 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :7669:9 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7669:26 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7670:9 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7670:26 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7671:9 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7671:26 - Object of type `Self@test_ldrh_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :7678:9 - Object of type `Self@test_ldrh_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7679:9 - Object of type `Self@test_ldrh_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7682:9 - Object of type `Self@test_ldrh_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7683:31 - Object of type `Self@test_ldrh_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7684:9 - Object of type `Self@test_ldrh_reg_uxtw32` has no attribute `_execute`
[error] unresolved-attribute - :7685:9 - Object of type `Self@test_ldrh_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7685:26 - Object of type `Self@test_ldrh_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :7686:9 - Object of type `Self@test_ldrh_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7686:26 - Object of type `Self@test_ldrh_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :7691:9 - Object of type `Self@test_ldrh_reg_uxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :7692:9 - Object of type `Self@test_ldrh_reg_uxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :7695:9 - Object of type `Self@test_ldrh_reg_uxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :7696:31 - Object of type `Self@test_ldrh_reg_uxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :7697:9 - Object of type `Self@test_ldrh_reg_uxtw1_32` has no attribute `_execute`
[error] unresolved-attribute - :7698:9 - Object of type `Self@test_ldrh_reg_uxtw1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7698:26 - Object of type `Self@test_ldrh_reg_uxtw1_32` has no attribute `rf`
[error] unresolved-attribute - :7699:9 - Object of type `Self@test_ldrh_reg_uxtw1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7699:26 - Object of type `Self@test_ldrh_reg_uxtw1_32` has no attribute `rf`
[error] unresolved-attribute - :7704:9 - Object of type `Self@test_ldrh_reg32` has no attribute `cpu`
[error] unresolved-attribute - :7705:9 - Object of type `Self@test_ldrh_reg32` has no attribute `cpu`
[error] unresolved-attribute - :7706:31 - Object of type `Self@test_ldrh_reg32` has no attribute `cpu`
[error] unresolved-attribute - :7707:9 - Object of type `Self@test_ldrh_reg32` has no attribute `_execute`
[error] unresolved-attribute - :7708:9 - Object of type `Self@test_ldrh_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7708:26 - Object of type `Self@test_ldrh_reg32` has no attribute `rf`
[error] unresolved-attribute - :7709:9 - Object of type `Self@test_ldrh_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7709:26 - Object of type `Self@test_ldrh_reg32` has no attribute `rf`
[error] unresolved-attribute - :7714:9 - Object of type `Self@test_ldrh_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :7715:9 - Object of type `Self@test_ldrh_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :7716:31 - Object of type `Self@test_ldrh_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :7717:9 - Object of type `Self@test_ldrh_reg_lsl32` has no attribute `_execute`
[error] unresolved-attribute - :7718:9 - Object of type `Self@test_ldrh_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :7718:26 - Object of type `Self@test_ldrh_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :7719:9 - Object of type `Self@test_ldrh_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :7719:26 - Object of type `Self@test_ldrh_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :7724:9 - Object of type `Self@test_ldrh_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7725:9 - Object of type `Self@test_ldrh_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7726:9 - Object of type `Self@test_ldrh_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7727:31 - Object of type `Self@test_ldrh_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :7728:9 - Object of type `Self@test_ldrh_reg_sxtw32` has no attribute `_execute`
[error] unresolved-attribute - :7729:9 - Object of type `Self@test_ldrh_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7729:26 - Object of type `Self@test_ldrh_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :7730:9 - Object of type `Self@test_ldrh_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :7730:26 - Object of type `Self@test_ldrh_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :7735:9 - Object of type `Self@test_ldrh_reg_sxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :7736:9 - Object of type `Self@test_ldrh_reg_sxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :7737:9 - Object of type `Self@test_ldrh_reg_sxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :7738:31 - Object of type `Self@test_ldrh_reg_sxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :7739:9 - Object of type `Self@test_ldrh_reg_sxtw1_32` has no attribute `_execute`
[error] unresolved-attribute - :7740:9 - Object of type `Self@test_ldrh_reg_sxtw1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7740:26 - Object of type `Self@test_ldrh_reg_sxtw1_32` has no attribute `rf`
[error] unresolved-attribute - :7741:9 - Object of type `Self@test_ldrh_reg_sxtw1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7741:26 - Object of type `Self@test_ldrh_reg_sxtw1_32` has no attribute `rf`
[error] unresolved-attribute - :7746:9 - Object of type `Self@test_ldrh_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7747:9 - Object of type `Self@test_ldrh_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7748:9 - Object of type `Self@test_ldrh_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7749:31 - Object of type `Self@test_ldrh_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :7750:9 - Object of type `Self@test_ldrh_reg_sxtx32` has no attribute `_execute`
[error] unresolved-attribute - :7751:9 - Object of type `Self@test_ldrh_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :7751:26 - Object of type `Self@test_ldrh_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :7752:9 - Object of type `Self@test_ldrh_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :7752:26 - Object of type `Self@test_ldrh_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :7757:9 - Object of type `Self@test_ldrh_reg_sxtx1_32` has no attribute `cpu`
[error] unresolved-attribute - :7758:9 - Object of type `Self@test_ldrh_reg_sxtx1_32` has no attribute `cpu`
[error] unresolved-attribute - :7759:9 - Object of type `Self@test_ldrh_reg_sxtx1_32` has no attribute `cpu`
[error] unresolved-attribute - :7760:31 - Object of type `Self@test_ldrh_reg_sxtx1_32` has no attribute `cpu`
[error] unresolved-attribute - :7761:9 - Object of type `Self@test_ldrh_reg_sxtx1_32` has no attribute `_execute`
[error] unresolved-attribute - :7762:9 - Object of type `Self@test_ldrh_reg_sxtx1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7762:26 - Object of type `Self@test_ldrh_reg_sxtx1_32` has no attribute `rf`
[error] unresolved-attribute - :7763:9 - Object of type `Self@test_ldrh_reg_sxtx1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :7763:26 - Object of type `Self@test_ldrh_reg_sxtx1_32` has no attribute `rf`
[error] unresolved-attribute - :7774:9 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `cpu`
[error] unresolved-attribute - :7775:31 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `cpu`
[error] unresolved-attribute - :7776:17 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `cpu`
[error] unresolved-attribute - :7777:9 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `_execute`
[error] unresolved-attribute - :7778:9 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :7778:26 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `rf`
[error] unresolved-attribute - :7779:9 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :7779:26 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `rf`
[error] unresolved-attribute - :7780:9 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :7780:26 - Object of type `Self@test_ldrsw_imm_base64` has no attribute `rf`
[error] unresolved-attribute - :7784:9 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :7785:9 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :7786:31 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :7787:17 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :7788:9 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `_execute`
[error] unresolved-attribute - :7789:9 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :7789:26 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :7790:9 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :7790:26 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :7791:9 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :7791:26 - Object of type `Self@test_ldrsw_imm_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :7795:9 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :7796:9 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :7797:31 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :7798:17 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :7799:9 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `_execute`
[error] unresolved-attribute - :7800:9 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :7800:26 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :7801:9 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :7801:26 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :7802:9 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :7802:26 - Object of type `Self@test_ldrsw_imm_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :7806:9 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7807:31 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7808:17 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7809:9 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :7810:9 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7810:26 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7811:9 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7811:26 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7812:9 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7812:26 - Object of type `Self@test_ldrsw_imm_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7816:9 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7817:31 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7818:17 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7819:9 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `_execute`
[error] unresolved-attribute - :7820:9 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7820:26 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7821:9 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7821:26 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7822:9 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7822:26 - Object of type `Self@test_ldrsw_imm_post_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7826:9 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7827:9 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7828:31 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7829:17 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :7830:9 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :7831:9 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7831:26 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7832:9 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7832:26 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7833:9 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :7833:26 - Object of type `Self@test_ldrsw_imm_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :7837:9 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7838:9 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7839:31 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7840:17 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7841:9 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `_execute`
[error] unresolved-attribute - :7842:9 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7842:26 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7843:9 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7843:26 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7844:9 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7844:26 - Object of type `Self@test_ldrsw_imm_pre_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :7850:28 - Object of type `Self@test_ldrsw_lit64` has no attribute `cpu`
[error] unresolved-attribute - :7851:9 - Object of type `Self@test_ldrsw_lit64` has no attribute `cpu`
[error] unresolved-attribute - :7851:26 - Object of type `Self@test_ldrsw_lit64` has no attribute `cpu`
[error] unresolved-attribute - :7852:9 - Object of type `Self@test_ldrsw_lit64` has no attribute `cpu`
[error] unresolved-attribute - :7853:9 - Object of type `Self@test_ldrsw_lit64` has no attribute `_execute`
[error] unresolved-attribute - :7854:9 - Object of type `Self@test_ldrsw_lit64` has no attribute `assertEqual`
[error] unresolved-attribute - :7854:26 - Object of type `Self@test_ldrsw_lit64` has no attribute `rf`
[error] unresolved-attribute - :7855:9 - Object of type `Self@test_ldrsw_lit64` has no attribute `assertEqual`
[error] unresolved-attribute - :7855:26 - Object of type `Self@test_ldrsw_lit64` has no attribute `rf`
[error] unresolved-attribute - :7859:16 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `mem`
[error] unresolved-attribute - :7860:9 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `mem`
[error] unresolved-attribute - :7861:9 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7862:28 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7863:9 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7863:26 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7864:9 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `cpu`
[error] unresolved-attribute - :7865:9 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `_execute`
[error] unresolved-attribute - :7866:9 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7866:26 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `rf`
[error] unresolved-attribute - :7867:9 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7867:26 - Object of type `Self@test_ldrsw_lit_neg64` has no attribute `rf`
[error] unresolved-attribute - :7874:9 - Object of type `Self@test_ldrsw_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7875:9 - Object of type `Self@test_ldrsw_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7878:9 - Object of type `Self@test_ldrsw_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7879:31 - Object of type `Self@test_ldrsw_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7880:9 - Object of type `Self@test_ldrsw_reg_uxtw64` has no attribute `_execute`
[error] unresolved-attribute - :7881:9 - Object of type `Self@test_ldrsw_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :7881:26 - Object of type `Self@test_ldrsw_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :7882:9 - Object of type `Self@test_ldrsw_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :7882:26 - Object of type `Self@test_ldrsw_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :7887:9 - Object of type `Self@test_ldrsw_reg_uxtw2_64` has no attribute `cpu`
[error] unresolved-attribute - :7888:9 - Object of type `Self@test_ldrsw_reg_uxtw2_64` has no attribute `cpu`
[error] unresolved-attribute - :7891:9 - Object of type `Self@test_ldrsw_reg_uxtw2_64` has no attribute `cpu`
[error] unresolved-attribute - :7892:31 - Object of type `Self@test_ldrsw_reg_uxtw2_64` has no attribute `cpu`
[error] unresolved-attribute - :7893:9 - Object of type `Self@test_ldrsw_reg_uxtw2_64` has no attribute `_execute`
[error] unresolved-attribute - :7894:9 - Object of type `Self@test_ldrsw_reg_uxtw2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7894:26 - Object of type `Self@test_ldrsw_reg_uxtw2_64` has no attribute `rf`
[error] unresolved-attribute - :7895:9 - Object of type `Self@test_ldrsw_reg_uxtw2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7895:26 - Object of type `Self@test_ldrsw_reg_uxtw2_64` has no attribute `rf`
[error] unresolved-attribute - :7900:9 - Object of type `Self@test_ldrsw_reg64` has no attribute `cpu`
[error] unresolved-attribute - :7901:9 - Object of type `Self@test_ldrsw_reg64` has no attribute `cpu`
[error] unresolved-attribute - :7902:31 - Object of type `Self@test_ldrsw_reg64` has no attribute `cpu`
[error] unresolved-attribute - :7903:9 - Object of type `Self@test_ldrsw_reg64` has no attribute `_execute`
[error] unresolved-attribute - :7904:9 - Object of type `Self@test_ldrsw_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7904:26 - Object of type `Self@test_ldrsw_reg64` has no attribute `rf`
[error] unresolved-attribute - :7905:9 - Object of type `Self@test_ldrsw_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :7905:26 - Object of type `Self@test_ldrsw_reg64` has no attribute `rf`
[error] unresolved-attribute - :7910:9 - Object of type `Self@test_ldrsw_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :7911:9 - Object of type `Self@test_ldrsw_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :7912:31 - Object of type `Self@test_ldrsw_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :7913:9 - Object of type `Self@test_ldrsw_reg_lsl64` has no attribute `_execute`
[error] unresolved-attribute - :7914:9 - Object of type `Self@test_ldrsw_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :7914:26 - Object of type `Self@test_ldrsw_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :7915:9 - Object of type `Self@test_ldrsw_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :7915:26 - Object of type `Self@test_ldrsw_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :7920:9 - Object of type `Self@test_ldrsw_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7921:9 - Object of type `Self@test_ldrsw_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7922:9 - Object of type `Self@test_ldrsw_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7923:31 - Object of type `Self@test_ldrsw_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :7924:9 - Object of type `Self@test_ldrsw_reg_sxtw64` has no attribute `_execute`
[error] unresolved-attribute - :7925:9 - Object of type `Self@test_ldrsw_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :7925:26 - Object of type `Self@test_ldrsw_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :7926:9 - Object of type `Self@test_ldrsw_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :7926:26 - Object of type `Self@test_ldrsw_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :7931:9 - Object of type `Self@test_ldrsw_reg_sxtw2_64` has no attribute `cpu`
[error] unresolved-attribute - :7932:9 - Object of type `Self@test_ldrsw_reg_sxtw2_64` has no attribute `cpu`
[error] unresolved-attribute - :7933:9 - Object of type `Self@test_ldrsw_reg_sxtw2_64` has no attribute `cpu`
[error] unresolved-attribute - :7934:31 - Object of type `Self@test_ldrsw_reg_sxtw2_64` has no attribute `cpu`
[error] unresolved-attribute - :7935:9 - Object of type `Self@test_ldrsw_reg_sxtw2_64` has no attribute `_execute`
[error] unresolved-attribute - :7936:9 - Object of type `Self@test_ldrsw_reg_sxtw2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7936:26 - Object of type `Self@test_ldrsw_reg_sxtw2_64` has no attribute `rf`
[error] unresolved-attribute - :7937:9 - Object of type `Self@test_ldrsw_reg_sxtw2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7937:26 - Object of type `Self@test_ldrsw_reg_sxtw2_64` has no attribute `rf`
[error] unresolved-attribute - :7942:9 - Object of type `Self@test_ldrsw_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :7943:9 - Object of type `Self@test_ldrsw_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :7944:9 - Object of type `Self@test_ldrsw_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :7945:31 - Object of type `Self@test_ldrsw_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :7946:9 - Object of type `Self@test_ldrsw_reg_sxtx64` has no attribute `_execute`
[error] unresolved-attribute - :7947:9 - Object of type `Self@test_ldrsw_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :7947:26 - Object of type `Self@test_ldrsw_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :7948:9 - Object of type `Self@test_ldrsw_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :7948:26 - Object of type `Self@test_ldrsw_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :7953:9 - Object of type `Self@test_ldrsw_reg_sxtx2_64` has no attribute `cpu`
[error] unresolved-attribute - :7954:9 - Object of type `Self@test_ldrsw_reg_sxtx2_64` has no attribute `cpu`
[error] unresolved-attribute - :7955:9 - Object of type `Self@test_ldrsw_reg_sxtx2_64` has no attribute `cpu`
[error] unresolved-attribute - :7956:31 - Object of type `Self@test_ldrsw_reg_sxtx2_64` has no attribute `cpu`
[error] unresolved-attribute - :7957:9 - Object of type `Self@test_ldrsw_reg_sxtx2_64` has no attribute `_execute`
[error] unresolved-attribute - :7958:9 - Object of type `Self@test_ldrsw_reg_sxtx2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7958:26 - Object of type `Self@test_ldrsw_reg_sxtx2_64` has no attribute `rf`
[error] unresolved-attribute - :7959:9 - Object of type `Self@test_ldrsw_reg_sxtx2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :7959:26 - Object of type `Self@test_ldrsw_reg_sxtx2_64` has no attribute `rf`
[error] unresolved-attribute - :7969:9 - Object of type `Self@test_ldr_ldur32` has no attribute `cpu`
[error] unresolved-attribute - :7970:31 - Object of type `Self@test_ldr_ldur32` has no attribute `cpu`
[error] unresolved-attribute - :7971:17 - Object of type `Self@test_ldr_ldur32` has no attribute `cpu`
[error] unresolved-attribute - :7972:9 - Object of type `Self@test_ldr_ldur32` has no attribute `_execute`
[error] unresolved-attribute - :7973:9 - Object of type `Self@test_ldr_ldur32` has no attribute `assertEqual`
[error] unresolved-attribute - :7973:26 - Object of type `Self@test_ldr_ldur32` has no attribute `rf`
[error] unresolved-attribute - :7974:9 - Object of type `Self@test_ldr_ldur32` has no attribute `assertEqual`
[error] unresolved-attribute - :7974:26 - Object of type `Self@test_ldr_ldur32` has no attribute `rf`
[error] unresolved-attribute - :7975:9 - Object of type `Self@test_ldr_ldur32` has no attribute `assertEqual`
[error] unresolved-attribute - :7975:26 - Object of type `Self@test_ldr_ldur32` has no attribute `rf`
[error] unresolved-attribute - :7981:9 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7982:9 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7983:31 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7984:17 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `cpu`
[error] unresolved-attribute - :7985:9 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `_execute`
[error] unresolved-attribute - :7986:9 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7986:26 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `rf`
[error] unresolved-attribute - :7987:9 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7987:26 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `rf`
[error] unresolved-attribute - :7988:9 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :7988:26 - Object of type `Self@test_ldr_ldur_neg32` has no attribute `rf`
[error] unresolved-attribute - :7992:9 - Object of type `Self@test_ldur_min32` has no attribute `cpu`
[error] unresolved-attribute - :7993:9 - Object of type `Self@test_ldur_min32` has no attribute `cpu`
[error] unresolved-attribute - :7994:31 - Object of type `Self@test_ldur_min32` has no attribute `cpu`
[error] unresolved-attribute - :7995:17 - Object of type `Self@test_ldur_min32` has no attribute `cpu`
[error] unresolved-attribute - :7996:9 - Object of type `Self@test_ldur_min32` has no attribute `_execute`
[error] unresolved-attribute - :7997:9 - Object of type `Self@test_ldur_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :7997:26 - Object of type `Self@test_ldur_min32` has no attribute `rf`
[error] unresolved-attribute - :7998:9 - Object of type `Self@test_ldur_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :7998:26 - Object of type `Self@test_ldur_min32` has no attribute `rf`
[error] unresolved-attribute - :7999:9 - Object of type `Self@test_ldur_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :7999:26 - Object of type `Self@test_ldur_min32` has no attribute `rf`
[error] unresolved-attribute - :8003:9 - Object of type `Self@test_ldur_max32` has no attribute `cpu`
[error] unresolved-attribute - :8004:9 - Object of type `Self@test_ldur_max32` has no attribute `cpu`
[error] unresolved-attribute - :8005:31 - Object of type `Self@test_ldur_max32` has no attribute `cpu`
[error] unresolved-attribute - :8006:17 - Object of type `Self@test_ldur_max32` has no attribute `cpu`
[error] unresolved-attribute - :8007:9 - Object of type `Self@test_ldur_max32` has no attribute `_execute`
[error] unresolved-attribute - :8008:9 - Object of type `Self@test_ldur_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8008:26 - Object of type `Self@test_ldur_max32` has no attribute `rf`
[error] unresolved-attribute - :8009:9 - Object of type `Self@test_ldur_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8009:26 - Object of type `Self@test_ldur_max32` has no attribute `rf`
[error] unresolved-attribute - :8010:9 - Object of type `Self@test_ldur_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8010:26 - Object of type `Self@test_ldur_max32` has no attribute `rf`
[error] unresolved-attribute - :8014:9 - Object of type `Self@test_ldur32` has no attribute `cpu`
[error] unresolved-attribute - :8015:31 - Object of type `Self@test_ldur32` has no attribute `cpu`
[error] unresolved-attribute - :8016:17 - Object of type `Self@test_ldur32` has no attribute `cpu`
[error] unresolved-attribute - :8017:9 - Object of type `Self@test_ldur32` has no attribute `_execute`
[error] unresolved-attribute - :8018:9 - Object of type `Self@test_ldur32` has no attribute `assertEqual`
[error] unresolved-attribute - :8018:26 - Object of type `Self@test_ldur32` has no attribute `rf`
[error] unresolved-attribute - :8019:9 - Object of type `Self@test_ldur32` has no attribute `assertEqual`
[error] unresolved-attribute - :8019:26 - Object of type `Self@test_ldur32` has no attribute `rf`
[error] unresolved-attribute - :8020:9 - Object of type `Self@test_ldur32` has no attribute `assertEqual`
[error] unresolved-attribute - :8020:26 - Object of type `Self@test_ldur32` has no attribute `rf`
[error] unresolved-attribute - :8028:9 - Object of type `Self@test_ldr_ldur64` has no attribute `cpu`
[error] unresolved-attribute - :8029:9 - Object of type `Self@test_ldr_ldur64` has no attribute `cpu`
[error] unresolved-attribute - :8030:31 - Object of type `Self@test_ldr_ldur64` has no attribute `cpu`
[error] unresolved-attribute - :8031:17 - Object of type `Self@test_ldr_ldur64` has no attribute `cpu`
[error] unresolved-attribute - :8032:9 - Object of type `Self@test_ldr_ldur64` has no attribute `_execute`
[error] unresolved-attribute - :8033:9 - Object of type `Self@test_ldr_ldur64` has no attribute `assertEqual`
[error] unresolved-attribute - :8033:26 - Object of type `Self@test_ldr_ldur64` has no attribute `rf`
[error] unresolved-attribute - :8034:9 - Object of type `Self@test_ldr_ldur64` has no attribute `assertEqual`
[error] unresolved-attribute - :8034:26 - Object of type `Self@test_ldr_ldur64` has no attribute `rf`
[error] unresolved-attribute - :8035:9 - Object of type `Self@test_ldr_ldur64` has no attribute `assertEqual`
[error] unresolved-attribute - :8035:26 - Object of type `Self@test_ldr_ldur64` has no attribute `rf`
[error] unresolved-attribute - :8041:9 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `cpu`
[error] unresolved-attribute - :8042:9 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `cpu`
[error] unresolved-attribute - :8043:31 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `cpu`
[error] unresolved-attribute - :8044:17 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `cpu`
[error] unresolved-attribute - :8045:9 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `_execute`
[error] unresolved-attribute - :8046:9 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8046:26 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `rf`
[error] unresolved-attribute - :8047:9 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8047:26 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `rf`
[error] unresolved-attribute - :8048:9 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8048:26 - Object of type `Self@test_ldr_ldur_neg64` has no attribute `rf`
[error] unresolved-attribute - :8052:9 - Object of type `Self@test_ldur_min64` has no attribute `cpu`
[error] unresolved-attribute - :8053:9 - Object of type `Self@test_ldur_min64` has no attribute `cpu`
[error] unresolved-attribute - :8054:31 - Object of type `Self@test_ldur_min64` has no attribute `cpu`
[error] unresolved-attribute - :8055:17 - Object of type `Self@test_ldur_min64` has no attribute `cpu`
[error] unresolved-attribute - :8056:9 - Object of type `Self@test_ldur_min64` has no attribute `_execute`
[error] unresolved-attribute - :8057:9 - Object of type `Self@test_ldur_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8057:26 - Object of type `Self@test_ldur_min64` has no attribute `rf`
[error] unresolved-attribute - :8058:9 - Object of type `Self@test_ldur_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8058:26 - Object of type `Self@test_ldur_min64` has no attribute `rf`
[error] unresolved-attribute - :8059:9 - Object of type `Self@test_ldur_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8059:26 - Object of type `Self@test_ldur_min64` has no attribute `rf`
[error] unresolved-attribute - :8063:9 - Object of type `Self@test_ldur_max64` has no attribute `cpu`
[error] unresolved-attribute - :8064:9 - Object of type `Self@test_ldur_max64` has no attribute `cpu`
[error] unresolved-attribute - :8065:31 - Object of type `Self@test_ldur_max64` has no attribute `cpu`
[error] unresolved-attribute - :8066:17 - Object of type `Self@test_ldur_max64` has no attribute `cpu`
[error] unresolved-attribute - :8067:9 - Object of type `Self@test_ldur_max64` has no attribute `_execute`
[error] unresolved-attribute - :8068:9 - Object of type `Self@test_ldur_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8068:26 - Object of type `Self@test_ldur_max64` has no attribute `rf`
[error] unresolved-attribute - :8069:9 - Object of type `Self@test_ldur_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8069:26 - Object of type `Self@test_ldur_max64` has no attribute `rf`
[error] unresolved-attribute - :8070:9 - Object of type `Self@test_ldur_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8070:26 - Object of type `Self@test_ldur_max64` has no attribute `rf`
[error] unresolved-attribute - :8074:9 - Object of type `Self@test_ldur64` has no attribute `cpu`
[error] unresolved-attribute - :8075:9 - Object of type `Self@test_ldur64` has no attribute `cpu`
[error] unresolved-attribute - :8076:31 - Object of type `Self@test_ldur64` has no attribute `cpu`
[error] unresolved-attribute - :8077:17 - Object of type `Self@test_ldur64` has no attribute `cpu`
[error] unresolved-attribute - :8078:9 - Object of type `Self@test_ldur64` has no attribute `_execute`
[error] unresolved-attribute - :8079:9 - Object of type `Self@test_ldur64` has no attribute `assertEqual`
[error] unresolved-attribute - :8079:26 - Object of type `Self@test_ldur64` has no attribute `rf`
[error] unresolved-attribute - :8080:9 - Object of type `Self@test_ldur64` has no attribute `assertEqual`
[error] unresolved-attribute - :8080:26 - Object of type `Self@test_ldur64` has no attribute `rf`
[error] unresolved-attribute - :8081:9 - Object of type `Self@test_ldur64` has no attribute `assertEqual`
[error] unresolved-attribute - :8081:26 - Object of type `Self@test_ldur64` has no attribute `rf`
[error] unresolved-attribute - :8089:9 - Object of type `Self@test_ldxr32` has no attribute `cpu`
[error] unresolved-attribute - :8090:31 - Object of type `Self@test_ldxr32` has no attribute `cpu`
[error] unresolved-attribute - :8091:17 - Object of type `Self@test_ldxr32` has no attribute `cpu`
[error] unresolved-attribute - :8092:9 - Object of type `Self@test_ldxr32` has no attribute `_execute`
[error] unresolved-attribute - :8093:9 - Object of type `Self@test_ldxr32` has no attribute `assertEqual`
[error] unresolved-attribute - :8093:26 - Object of type `Self@test_ldxr32` has no attribute `rf`
[error] unresolved-attribute - :8094:9 - Object of type `Self@test_ldxr32` has no attribute `assertEqual`
[error] unresolved-attribute - :8094:26 - Object of type `Self@test_ldxr32` has no attribute `rf`
[error] unresolved-attribute - :8095:9 - Object of type `Self@test_ldxr32` has no attribute `assertEqual`
[error] unresolved-attribute - :8095:26 - Object of type `Self@test_ldxr32` has no attribute `rf`
[error] unresolved-attribute - :8099:9 - Object of type `Self@test_ldxr_0_32` has no attribute `cpu`
[error] unresolved-attribute - :8100:31 - Object of type `Self@test_ldxr_0_32` has no attribute `cpu`
[error] unresolved-attribute - :8101:17 - Object of type `Self@test_ldxr_0_32` has no attribute `cpu`
[error] unresolved-attribute - :8102:9 - Object of type `Self@test_ldxr_0_32` has no attribute `_execute`
[error] unresolved-attribute - :8103:9 - Object of type `Self@test_ldxr_0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8103:26 - Object of type `Self@test_ldxr_0_32` has no attribute `rf`
[error] unresolved-attribute - :8104:9 - Object of type `Self@test_ldxr_0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8104:26 - Object of type `Self@test_ldxr_0_32` has no attribute `rf`
[error] unresolved-attribute - :8105:9 - Object of type `Self@test_ldxr_0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8105:26 - Object of type `Self@test_ldxr_0_32` has no attribute `rf`
[error] unresolved-attribute - :8111:9 - Object of type `Self@test_ldxr64` has no attribute `cpu`
[error] unresolved-attribute - :8112:31 - Object of type `Self@test_ldxr64` has no attribute `cpu`
[error] unresolved-attribute - :8113:17 - Object of type `Self@test_ldxr64` has no attribute `cpu`
[error] unresolved-attribute - :8114:9 - Object of type `Self@test_ldxr64` has no attribute `_execute`
[error] unresolved-attribute - :8115:9 - Object of type `Self@test_ldxr64` has no attribute `assertEqual`
[error] unresolved-attribute - :8115:26 - Object of type `Self@test_ldxr64` has no attribute `rf`
[error] unresolved-attribute - :8116:9 - Object of type `Self@test_ldxr64` has no attribute `assertEqual`
[error] unresolved-attribute - :8116:26 - Object of type `Self@test_ldxr64` has no attribute `rf`
[error] unresolved-attribute - :8117:9 - Object of type `Self@test_ldxr64` has no attribute `assertEqual`
[error] unresolved-attribute - :8117:26 - Object of type `Self@test_ldxr64` has no attribute `rf`
[error] unresolved-attribute - :8121:9 - Object of type `Self@test_ldxr_0_64` has no attribute `cpu`
[error] unresolved-attribute - :8122:31 - Object of type `Self@test_ldxr_0_64` has no attribute `cpu`
[error] unresolved-attribute - :8123:17 - Object of type `Self@test_ldxr_0_64` has no attribute `cpu`
[error] unresolved-attribute - :8124:9 - Object of type `Self@test_ldxr_0_64` has no attribute `_execute`
[error] unresolved-attribute - :8125:9 - Object of type `Self@test_ldxr_0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8125:26 - Object of type `Self@test_ldxr_0_64` has no attribute `rf`
[error] unresolved-attribute - :8126:9 - Object of type `Self@test_ldxr_0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8126:26 - Object of type `Self@test_ldxr_0_64` has no attribute `rf`
[error] unresolved-attribute - :8127:9 - Object of type `Self@test_ldxr_0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8127:26 - Object of type `Self@test_ldxr_0_64` has no attribute `rf`
[error] unresolved-attribute - :8136:9 - Object of type `Self@test_lsl_reg_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8136:26 - Object of type `Self@test_lsl_reg_min32` has no attribute `rf`
[error] unresolved-attribute - :8137:9 - Object of type `Self@test_lsl_reg_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8137:26 - Object of type `Self@test_lsl_reg_min32` has no attribute `rf`
[error] unresolved-attribute - :8142:9 - Object of type `Self@test_lsl_reg_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8142:26 - Object of type `Self@test_lsl_reg_max32` has no attribute `rf`
[error] unresolved-attribute - :8143:9 - Object of type `Self@test_lsl_reg_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8143:26 - Object of type `Self@test_lsl_reg_max32` has no attribute `rf`
[error] unresolved-attribute - :8148:9 - Object of type `Self@test_lsl_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8148:26 - Object of type `Self@test_lsl_reg32` has no attribute `rf`
[error] unresolved-attribute - :8149:9 - Object of type `Self@test_lsl_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8149:26 - Object of type `Self@test_lsl_reg32` has no attribute `rf`
[error] unresolved-attribute - :8156:9 - Object of type `Self@test_lsl_reg_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8156:26 - Object of type `Self@test_lsl_reg_min64` has no attribute `rf`
[error] unresolved-attribute - :8157:9 - Object of type `Self@test_lsl_reg_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8157:26 - Object of type `Self@test_lsl_reg_min64` has no attribute `rf`
[error] unresolved-attribute - :8162:9 - Object of type `Self@test_lsl_reg_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8162:26 - Object of type `Self@test_lsl_reg_max64` has no attribute `rf`
[error] unresolved-attribute - :8163:9 - Object of type `Self@test_lsl_reg_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8163:26 - Object of type `Self@test_lsl_reg_max64` has no attribute `rf`
[error] unresolved-attribute - :8168:9 - Object of type `Self@test_lsl_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8168:26 - Object of type `Self@test_lsl_reg64` has no attribute `rf`
[error] unresolved-attribute - :8169:9 - Object of type `Self@test_lsl_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8169:26 - Object of type `Self@test_lsl_reg64` has no attribute `rf`
[error] unresolved-attribute - :8178:9 - Object of type `Self@test_lsl_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8178:26 - Object of type `Self@test_lsl_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :8179:9 - Object of type `Self@test_lsl_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8179:26 - Object of type `Self@test_lsl_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :8184:9 - Object of type `Self@test_lsl_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8184:26 - Object of type `Self@test_lsl_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :8185:9 - Object of type `Self@test_lsl_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8185:26 - Object of type `Self@test_lsl_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :8190:9 - Object of type `Self@test_lsl_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8190:26 - Object of type `Self@test_lsl_imm32` has no attribute `rf`
[error] unresolved-attribute - :8191:9 - Object of type `Self@test_lsl_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8191:26 - Object of type `Self@test_lsl_imm32` has no attribute `rf`
[error] unresolved-attribute - :8198:9 - Object of type `Self@test_lsl_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8198:26 - Object of type `Self@test_lsl_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :8199:9 - Object of type `Self@test_lsl_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8199:26 - Object of type `Self@test_lsl_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :8204:9 - Object of type `Self@test_lsl_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8204:26 - Object of type `Self@test_lsl_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :8205:9 - Object of type `Self@test_lsl_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8205:26 - Object of type `Self@test_lsl_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :8210:9 - Object of type `Self@test_lsl_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8210:26 - Object of type `Self@test_lsl_imm64` has no attribute `rf`
[error] unresolved-attribute - :8211:9 - Object of type `Self@test_lsl_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8211:26 - Object of type `Self@test_lsl_imm64` has no attribute `rf`
[error] unresolved-attribute - :8220:9 - Object of type `Self@test_lslv_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8220:26 - Object of type `Self@test_lslv_min32` has no attribute `rf`
[error] unresolved-attribute - :8221:9 - Object of type `Self@test_lslv_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8221:26 - Object of type `Self@test_lslv_min32` has no attribute `rf`
[error] unresolved-attribute - :8226:9 - Object of type `Self@test_lslv_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8226:26 - Object of type `Self@test_lslv_max32` has no attribute `rf`
[error] unresolved-attribute - :8227:9 - Object of type `Self@test_lslv_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8227:26 - Object of type `Self@test_lslv_max32` has no attribute `rf`
[error] unresolved-attribute - :8232:9 - Object of type `Self@test_lslv32` has no attribute `assertEqual`
[error] unresolved-attribute - :8232:26 - Object of type `Self@test_lslv32` has no attribute `rf`
[error] unresolved-attribute - :8233:9 - Object of type `Self@test_lslv32` has no attribute `assertEqual`
[error] unresolved-attribute - :8233:26 - Object of type `Self@test_lslv32` has no attribute `rf`
[error] unresolved-attribute - :8240:9 - Object of type `Self@test_lslv_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8240:26 - Object of type `Self@test_lslv_min64` has no attribute `rf`
[error] unresolved-attribute - :8241:9 - Object of type `Self@test_lslv_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8241:26 - Object of type `Self@test_lslv_min64` has no attribute `rf`
[error] unresolved-attribute - :8246:9 - Object of type `Self@test_lslv_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8246:26 - Object of type `Self@test_lslv_max64` has no attribute `rf`
[error] unresolved-attribute - :8247:9 - Object of type `Self@test_lslv_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8247:26 - Object of type `Self@test_lslv_max64` has no attribute `rf`
[error] unresolved-attribute - :8252:9 - Object of type `Self@test_lslv64` has no attribute `assertEqual`
[error] unresolved-attribute - :8252:26 - Object of type `Self@test_lslv64` has no attribute `rf`
[error] unresolved-attribute - :8253:9 - Object of type `Self@test_lslv64` has no attribute `assertEqual`
[error] unresolved-attribute - :8253:26 - Object of type `Self@test_lslv64` has no attribute `rf`
[error] unresolved-attribute - :8262:9 - Object of type `Self@test_lsr_reg_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8262:26 - Object of type `Self@test_lsr_reg_min32` has no attribute `rf`
[error] unresolved-attribute - :8263:9 - Object of type `Self@test_lsr_reg_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8263:26 - Object of type `Self@test_lsr_reg_min32` has no attribute `rf`
[error] unresolved-attribute - :8268:9 - Object of type `Self@test_lsr_reg_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8268:26 - Object of type `Self@test_lsr_reg_max32` has no attribute `rf`
[error] unresolved-attribute - :8269:9 - Object of type `Self@test_lsr_reg_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8269:26 - Object of type `Self@test_lsr_reg_max32` has no attribute `rf`
[error] unresolved-attribute - :8274:9 - Object of type `Self@test_lsr_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8274:26 - Object of type `Self@test_lsr_reg32` has no attribute `rf`
[error] unresolved-attribute - :8275:9 - Object of type `Self@test_lsr_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8275:26 - Object of type `Self@test_lsr_reg32` has no attribute `rf`
[error] unresolved-attribute - :8282:9 - Object of type `Self@test_lsr_reg_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8282:26 - Object of type `Self@test_lsr_reg_min64` has no attribute `rf`
[error] unresolved-attribute - :8283:9 - Object of type `Self@test_lsr_reg_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8283:26 - Object of type `Self@test_lsr_reg_min64` has no attribute `rf`
[error] unresolved-attribute - :8288:9 - Object of type `Self@test_lsr_reg_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8288:26 - Object of type `Self@test_lsr_reg_max64` has no attribute `rf`
[error] unresolved-attribute - :8289:9 - Object of type `Self@test_lsr_reg_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8289:26 - Object of type `Self@test_lsr_reg_max64` has no attribute `rf`
[error] unresolved-attribute - :8294:9 - Object of type `Self@test_lsr_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8294:26 - Object of type `Self@test_lsr_reg64` has no attribute `rf`
[error] unresolved-attribute - :8295:9 - Object of type `Self@test_lsr_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8295:26 - Object of type `Self@test_lsr_reg64` has no attribute `rf`
[error] unresolved-attribute - :8304:9 - Object of type `Self@test_lsr_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8304:26 - Object of type `Self@test_lsr_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :8305:9 - Object of type `Self@test_lsr_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8305:26 - Object of type `Self@test_lsr_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :8310:9 - Object of type `Self@test_lsr_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8310:26 - Object of type `Self@test_lsr_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :8311:9 - Object of type `Self@test_lsr_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8311:26 - Object of type `Self@test_lsr_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :8316:9 - Object of type `Self@test_lsr_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8316:26 - Object of type `Self@test_lsr_imm32` has no attribute `rf`
[error] unresolved-attribute - :8317:9 - Object of type `Self@test_lsr_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8317:26 - Object of type `Self@test_lsr_imm32` has no attribute `rf`
[error] unresolved-attribute - :8324:9 - Object of type `Self@test_lsr_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8324:26 - Object of type `Self@test_lsr_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :8325:9 - Object of type `Self@test_lsr_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8325:26 - Object of type `Self@test_lsr_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :8330:9 - Object of type `Self@test_lsr_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8330:26 - Object of type `Self@test_lsr_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :8331:9 - Object of type `Self@test_lsr_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8331:26 - Object of type `Self@test_lsr_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :8336:9 - Object of type `Self@test_lsr_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8336:26 - Object of type `Self@test_lsr_imm64` has no attribute `rf`
[error] unresolved-attribute - :8337:9 - Object of type `Self@test_lsr_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8337:26 - Object of type `Self@test_lsr_imm64` has no attribute `rf`
[error] unresolved-attribute - :8346:9 - Object of type `Self@test_lsrv_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8346:26 - Object of type `Self@test_lsrv_min32` has no attribute `rf`
[error] unresolved-attribute - :8347:9 - Object of type `Self@test_lsrv_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8347:26 - Object of type `Self@test_lsrv_min32` has no attribute `rf`
[error] unresolved-attribute - :8352:9 - Object of type `Self@test_lsrv_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8352:26 - Object of type `Self@test_lsrv_max32` has no attribute `rf`
[error] unresolved-attribute - :8353:9 - Object of type `Self@test_lsrv_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8353:26 - Object of type `Self@test_lsrv_max32` has no attribute `rf`
[error] unresolved-attribute - :8358:9 - Object of type `Self@test_lsrv32` has no attribute `assertEqual`
[error] unresolved-attribute - :8358:26 - Object of type `Self@test_lsrv32` has no attribute `rf`
[error] unresolved-attribute - :8359:9 - Object of type `Self@test_lsrv32` has no attribute `assertEqual`
[error] unresolved-attribute - :8359:26 - Object of type `Self@test_lsrv32` has no attribute `rf`
[error] unresolved-attribute - :8366:9 - Object of type `Self@test_lsrv_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8366:26 - Object of type `Self@test_lsrv_min64` has no attribute `rf`
[error] unresolved-attribute - :8367:9 - Object of type `Self@test_lsrv_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8367:26 - Object of type `Self@test_lsrv_min64` has no attribute `rf`
[error] unresolved-attribute - :8372:9 - Object of type `Self@test_lsrv_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8372:26 - Object of type `Self@test_lsrv_max64` has no attribute `rf`
[error] unresolved-attribute - :8373:9 - Object of type `Self@test_lsrv_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8373:26 - Object of type `Self@test_lsrv_max64` has no attribute `rf`
[error] unresolved-attribute - :8378:9 - Object of type `Self@test_lsrv64` has no attribute `assertEqual`
[error] unresolved-attribute - :8378:26 - Object of type `Self@test_lsrv64` has no attribute `rf`
[error] unresolved-attribute - :8379:9 - Object of type `Self@test_lsrv64` has no attribute `assertEqual`
[error] unresolved-attribute - :8379:26 - Object of type `Self@test_lsrv64` has no attribute `rf`
[error] unresolved-attribute - :8388:9 - Object of type `Self@test_madd_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8388:26 - Object of type `Self@test_madd_max32` has no attribute `rf`
[error] unresolved-attribute - :8389:9 - Object of type `Self@test_madd_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8389:26 - Object of type `Self@test_madd_max32` has no attribute `rf`
[error] unresolved-attribute - :8394:9 - Object of type `Self@test_madd_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8394:26 - Object of type `Self@test_madd_neg32` has no attribute `rf`
[error] unresolved-attribute - :8395:9 - Object of type `Self@test_madd_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8395:26 - Object of type `Self@test_madd_neg32` has no attribute `rf`
[error] unresolved-attribute - :8400:9 - Object of type `Self@test_madd_of1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8400:26 - Object of type `Self@test_madd_of1_32` has no attribute `rf`
[error] unresolved-attribute - :8401:9 - Object of type `Self@test_madd_of1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8401:26 - Object of type `Self@test_madd_of1_32` has no attribute `rf`
[error] unresolved-attribute - :8406:9 - Object of type `Self@test_madd_of2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8406:26 - Object of type `Self@test_madd_of2_32` has no attribute `rf`
[error] unresolved-attribute - :8407:9 - Object of type `Self@test_madd_of2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8407:26 - Object of type `Self@test_madd_of2_32` has no attribute `rf`
[error] unresolved-attribute - :8412:9 - Object of type `Self@test_madd32` has no attribute `assertEqual`
[error] unresolved-attribute - :8412:26 - Object of type `Self@test_madd32` has no attribute `rf`
[error] unresolved-attribute - :8413:9 - Object of type `Self@test_madd32` has no attribute `assertEqual`
[error] unresolved-attribute - :8413:26 - Object of type `Self@test_madd32` has no attribute `rf`
[error] unresolved-attribute - :8420:9 - Object of type `Self@test_madd_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8420:26 - Object of type `Self@test_madd_max64` has no attribute `rf`
[error] unresolved-attribute - :8421:9 - Object of type `Self@test_madd_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8421:26 - Object of type `Self@test_madd_max64` has no attribute `rf`
[error] unresolved-attribute - :8426:9 - Object of type `Self@test_madd_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8426:26 - Object of type `Self@test_madd_neg64` has no attribute `rf`
[error] unresolved-attribute - :8427:9 - Object of type `Self@test_madd_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8427:26 - Object of type `Self@test_madd_neg64` has no attribute `rf`
[error] unresolved-attribute - :8432:9 - Object of type `Self@test_madd_of1_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8432:26 - Object of type `Self@test_madd_of1_64` has no attribute `rf`
[error] unresolved-attribute - :8433:9 - Object of type `Self@test_madd_of1_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8433:26 - Object of type `Self@test_madd_of1_64` has no attribute `rf`
[error] unresolved-attribute - :8438:9 - Object of type `Self@test_madd_of2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8438:26 - Object of type `Self@test_madd_of2_64` has no attribute `rf`
[error] unresolved-attribute - :8439:9 - Object of type `Self@test_madd_of2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8439:26 - Object of type `Self@test_madd_of2_64` has no attribute `rf`
[error] unresolved-attribute - :8444:9 - Object of type `Self@test_madd64` has no attribute `assertEqual`
[error] unresolved-attribute - :8444:26 - Object of type `Self@test_madd64` has no attribute `rf`
[error] unresolved-attribute - :8445:9 - Object of type `Self@test_madd64` has no attribute `assertEqual`
[error] unresolved-attribute - :8445:26 - Object of type `Self@test_madd64` has no attribute `rf`
[error] unresolved-attribute - :8452:9 - Object of type `Self@test_mov_to_sp` has no attribute `assertEqual`
[error] unresolved-attribute - :8452:26 - Object of type `Self@test_mov_to_sp` has no attribute `rf`
[error] unresolved-attribute - :8453:9 - Object of type `Self@test_mov_to_sp` has no attribute `assertEqual`
[error] unresolved-attribute - :8453:26 - Object of type `Self@test_mov_to_sp` has no attribute `rf`
[error] unresolved-attribute - :8458:9 - Object of type `Self@test_mov_from_sp` has no attribute `rf`
[error] unresolved-attribute - :8459:28 - Object of type `Self@test_mov_from_sp` has no attribute `cpu`
[error] unresolved-attribute - :8460:9 - Object of type `Self@test_mov_from_sp` has no attribute `_execute`
[error] unresolved-attribute - :8461:9 - Object of type `Self@test_mov_from_sp` has no attribute `assertEqual`
[error] unresolved-attribute - :8461:26 - Object of type `Self@test_mov_from_sp` has no attribute `rf`
[error] unresolved-attribute - :8462:9 - Object of type `Self@test_mov_from_sp` has no attribute `assertEqual`
[error] unresolved-attribute - :8462:26 - Object of type `Self@test_mov_from_sp` has no attribute `rf`
[error] unresolved-attribute - :8467:9 - Object of type `Self@test_mov_to_sp32` has no attribute `assertEqual`
[error] unresolved-attribute - :8467:26 - Object of type `Self@test_mov_to_sp32` has no attribute `rf`
[error] unresolved-attribute - :8468:9 - Object of type `Self@test_mov_to_sp32` has no attribute `assertEqual`
[error] unresolved-attribute - :8468:26 - Object of type `Self@test_mov_to_sp32` has no attribute `rf`
[error] unresolved-attribute - :8473:9 - Object of type `Self@test_mov_from_sp32` has no attribute `rf`
[error] unresolved-attribute - :8474:29 - Object of type `Self@test_mov_from_sp32` has no attribute `cpu`
[error] unresolved-attribute - :8475:9 - Object of type `Self@test_mov_from_sp32` has no attribute `_execute`
[error] unresolved-attribute - :8476:9 - Object of type `Self@test_mov_from_sp32` has no attribute `assertEqual`
[error] unresolved-attribute - :8476:26 - Object of type `Self@test_mov_from_sp32` has no attribute `rf`
[error] unresolved-attribute - :8477:9 - Object of type `Self@test_mov_from_sp32` has no attribute `assertEqual`
[error] unresolved-attribute - :8477:26 - Object of type `Self@test_mov_from_sp32` has no attribute `rf`
[error] unresolved-attribute - :8486:9 - Object of type `Self@test_mov_inv_wide_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8486:26 - Object of type `Self@test_mov_inv_wide_imm32` has no attribute `rf`
[error] unresolved-attribute - :8487:9 - Object of type `Self@test_mov_inv_wide_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8487:26 - Object of type `Self@test_mov_inv_wide_imm32` has no attribute `rf`
[error] unresolved-attribute - :8492:9 - Object of type `Self@test_mov_inv_wide_imm_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8492:26 - Object of type `Self@test_mov_inv_wide_imm_neg32` has no attribute `rf`
[error] unresolved-attribute - :8493:9 - Object of type `Self@test_mov_inv_wide_imm_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8493:26 - Object of type `Self@test_mov_inv_wide_imm_neg32` has no attribute `rf`
[error] unresolved-attribute - :8500:9 - Object of type `Self@test_mov_inv_wide_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8500:26 - Object of type `Self@test_mov_inv_wide_imm64` has no attribute `rf`
[error] unresolved-attribute - :8501:9 - Object of type `Self@test_mov_inv_wide_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8501:26 - Object of type `Self@test_mov_inv_wide_imm64` has no attribute `rf`
[error] unresolved-attribute - :8506:9 - Object of type `Self@test_mov_inv_wide_imm_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8506:26 - Object of type `Self@test_mov_inv_wide_imm_neg64` has no attribute `rf`
[error] unresolved-attribute - :8507:9 - Object of type `Self@test_mov_inv_wide_imm_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8507:26 - Object of type `Self@test_mov_inv_wide_imm_neg64` has no attribute `rf`
[error] unresolved-attribute - :8516:9 - Object of type `Self@test_mov_wide_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8516:26 - Object of type `Self@test_mov_wide_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :8517:9 - Object of type `Self@test_mov_wide_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8517:26 - Object of type `Self@test_mov_wide_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :8522:9 - Object of type `Self@test_mov_wide_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8522:26 - Object of type `Self@test_mov_wide_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :8523:9 - Object of type `Self@test_mov_wide_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8523:26 - Object of type `Self@test_mov_wide_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :8528:9 - Object of type `Self@test_mov_wide_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8528:26 - Object of type `Self@test_mov_wide_imm32` has no attribute `rf`
[error] unresolved-attribute - :8529:9 - Object of type `Self@test_mov_wide_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8529:26 - Object of type `Self@test_mov_wide_imm32` has no attribute `rf`
[error] unresolved-attribute - :8536:9 - Object of type `Self@test_mov_wide_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8536:26 - Object of type `Self@test_mov_wide_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :8537:9 - Object of type `Self@test_mov_wide_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8537:26 - Object of type `Self@test_mov_wide_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :8542:9 - Object of type `Self@test_mov_wide_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8542:26 - Object of type `Self@test_mov_wide_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :8543:9 - Object of type `Self@test_mov_wide_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8543:26 - Object of type `Self@test_mov_wide_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :8548:9 - Object of type `Self@test_mov_wide_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8548:26 - Object of type `Self@test_mov_wide_imm64` has no attribute `rf`
[error] unresolved-attribute - :8549:9 - Object of type `Self@test_mov_wide_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8549:26 - Object of type `Self@test_mov_wide_imm64` has no attribute `rf`
[error] unresolved-attribute - :8556:9 - Object of type `Self@test_mov_bmask_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8556:26 - Object of type `Self@test_mov_bmask_imm32` has no attribute `rf`
[error] unresolved-attribute - :8557:9 - Object of type `Self@test_mov_bmask_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :8557:26 - Object of type `Self@test_mov_bmask_imm32` has no attribute `rf`
[error] unresolved-attribute - :8562:9 - Object of type `Self@test_mov_bmask_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8562:26 - Object of type `Self@test_mov_bmask_imm64` has no attribute `rf`
[error] unresolved-attribute - :8563:9 - Object of type `Self@test_mov_bmask_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :8563:26 - Object of type `Self@test_mov_bmask_imm64` has no attribute `rf`
[error] unresolved-attribute - :8570:9 - Object of type `Self@test_mov_reg` has no attribute `assertEqual`
[error] unresolved-attribute - :8570:26 - Object of type `Self@test_mov_reg` has no attribute `rf`
[error] unresolved-attribute - :8571:9 - Object of type `Self@test_mov_reg` has no attribute `assertEqual`
[error] unresolved-attribute - :8571:26 - Object of type `Self@test_mov_reg` has no attribute `rf`
[error] unresolved-attribute - :8576:9 - Object of type `Self@test_mov_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8576:26 - Object of type `Self@test_mov_reg32` has no attribute `rf`
[error] unresolved-attribute - :8577:9 - Object of type `Self@test_mov_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8577:26 - Object of type `Self@test_mov_reg32` has no attribute `rf`
[error] unresolved-attribute - :8590:9 - Object of type `Self@test_mov_same_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8590:26 - Object of type `Self@test_mov_same_reg32` has no attribute `rf`
[error] unresolved-attribute - :8591:9 - Object of type `Self@test_mov_same_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8591:26 - Object of type `Self@test_mov_same_reg32` has no attribute `rf`
[error] unresolved-attribute - :8601:9 - Object of type `Self@test_movk_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8601:26 - Object of type `Self@test_movk_min32` has no attribute `rf`
[error] unresolved-attribute - :8602:9 - Object of type `Self@test_movk_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8602:26 - Object of type `Self@test_movk_min32` has no attribute `rf`
[error] unresolved-attribute - :8608:9 - Object of type `Self@test_movk_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8608:26 - Object of type `Self@test_movk_max32` has no attribute `rf`
[error] unresolved-attribute - :8609:9 - Object of type `Self@test_movk_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8609:26 - Object of type `Self@test_movk_max32` has no attribute `rf`
[error] unresolved-attribute - :8615:9 - Object of type `Self@test_movk32` has no attribute `assertEqual`
[error] unresolved-attribute - :8615:26 - Object of type `Self@test_movk32` has no attribute `rf`
[error] unresolved-attribute - :8616:9 - Object of type `Self@test_movk32` has no attribute `assertEqual`
[error] unresolved-attribute - :8616:26 - Object of type `Self@test_movk32` has no attribute `rf`
[error] unresolved-attribute - :8622:9 - Object of type `Self@test_movk_sft0_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8622:26 - Object of type `Self@test_movk_sft0_min32` has no attribute `rf`
[error] unresolved-attribute - :8623:9 - Object of type `Self@test_movk_sft0_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8623:26 - Object of type `Self@test_movk_sft0_min32` has no attribute `rf`
[error] unresolved-attribute - :8629:9 - Object of type `Self@test_movk_sft0_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8629:26 - Object of type `Self@test_movk_sft0_max32` has no attribute `rf`
[error] unresolved-attribute - :8630:9 - Object of type `Self@test_movk_sft0_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8630:26 - Object of type `Self@test_movk_sft0_max32` has no attribute `rf`
[error] unresolved-attribute - :8636:9 - Object of type `Self@test_movk_sft0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8636:26 - Object of type `Self@test_movk_sft0_32` has no attribute `rf`
[error] unresolved-attribute - :8637:9 - Object of type `Self@test_movk_sft0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8637:26 - Object of type `Self@test_movk_sft0_32` has no attribute `rf`
[error] unresolved-attribute - :8643:9 - Object of type `Self@test_movk_sft16_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8643:26 - Object of type `Self@test_movk_sft16_min32` has no attribute `rf`
[error] unresolved-attribute - :8644:9 - Object of type `Self@test_movk_sft16_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :8644:26 - Object of type `Self@test_movk_sft16_min32` has no attribute `rf`
[error] unresolved-attribute - :8650:9 - Object of type `Self@test_movk_sft16_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8650:26 - Object of type `Self@test_movk_sft16_max32` has no attribute `rf`
[error] unresolved-attribute - :8651:9 - Object of type `Self@test_movk_sft16_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8651:26 - Object of type `Self@test_movk_sft16_max32` has no attribute `rf`
[error] unresolved-attribute - :8657:9 - Object of type `Self@test_movk_sft16_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8657:26 - Object of type `Self@test_movk_sft16_32` has no attribute `rf`
[error] unresolved-attribute - :8658:9 - Object of type `Self@test_movk_sft16_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8658:26 - Object of type `Self@test_movk_sft16_32` has no attribute `rf`
[error] unresolved-attribute - :8666:9 - Object of type `Self@test_movk_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8666:26 - Object of type `Self@test_movk_min64` has no attribute `rf`
[error] unresolved-attribute - :8667:9 - Object of type `Self@test_movk_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8667:26 - Object of type `Self@test_movk_min64` has no attribute `rf`
[error] unresolved-attribute - :8673:9 - Object of type `Self@test_movk_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8673:26 - Object of type `Self@test_movk_max64` has no attribute `rf`
[error] unresolved-attribute - :8674:9 - Object of type `Self@test_movk_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8674:26 - Object of type `Self@test_movk_max64` has no attribute `rf`
[error] unresolved-attribute - :8680:9 - Object of type `Self@test_movk64` has no attribute `assertEqual`
[error] unresolved-attribute - :8680:26 - Object of type `Self@test_movk64` has no attribute `rf`
[error] unresolved-attribute - :8681:9 - Object of type `Self@test_movk64` has no attribute `assertEqual`
[error] unresolved-attribute - :8681:26 - Object of type `Self@test_movk64` has no attribute `rf`
[error] unresolved-attribute - :8687:9 - Object of type `Self@test_movk_sft0_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8687:26 - Object of type `Self@test_movk_sft0_min64` has no attribute `rf`
[error] unresolved-attribute - :8688:9 - Object of type `Self@test_movk_sft0_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8688:26 - Object of type `Self@test_movk_sft0_min64` has no attribute `rf`
[error] unresolved-attribute - :8694:9 - Object of type `Self@test_movk_sft0_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8694:26 - Object of type `Self@test_movk_sft0_max64` has no attribute `rf`
[error] unresolved-attribute - :8695:9 - Object of type `Self@test_movk_sft0_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8695:26 - Object of type `Self@test_movk_sft0_max64` has no attribute `rf`
[error] unresolved-attribute - :8701:9 - Object of type `Self@test_movk_sft0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8701:26 - Object of type `Self@test_movk_sft0_64` has no attribute `rf`
[error] unresolved-attribute - :8702:9 - Object of type `Self@test_movk_sft0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8702:26 - Object of type `Self@test_movk_sft0_64` has no attribute `rf`
[error] unresolved-attribute - :8708:9 - Object of type `Self@test_movk_sft16_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8708:26 - Object of type `Self@test_movk_sft16_min64` has no attribute `rf`
[error] unresolved-attribute - :8709:9 - Object of type `Self@test_movk_sft16_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8709:26 - Object of type `Self@test_movk_sft16_min64` has no attribute `rf`
[error] unresolved-attribute - :8715:9 - Object of type `Self@test_movk_sft16_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8715:26 - Object of type `Self@test_movk_sft16_max64` has no attribute `rf`
[error] unresolved-attribute - :8716:9 - Object of type `Self@test_movk_sft16_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8716:26 - Object of type `Self@test_movk_sft16_max64` has no attribute `rf`
[error] unresolved-attribute - :8722:9 - Object of type `Self@test_movk_sft16_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8722:26 - Object of type `Self@test_movk_sft16_64` has no attribute `rf`
[error] unresolved-attribute - :8723:9 - Object of type `Self@test_movk_sft16_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8723:26 - Object of type `Self@test_movk_sft16_64` has no attribute `rf`
[error] unresolved-attribute - :8729:9 - Object of type `Self@test_movk_sft32_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8729:26 - Object of type `Self@test_movk_sft32_min64` has no attribute `rf`
[error] unresolved-attribute - :8730:9 - Object of type `Self@test_movk_sft32_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8730:26 - Object of type `Self@test_movk_sft32_min64` has no attribute `rf`
[error] unresolved-attribute - :8736:9 - Object of type `Self@test_movk_sft32_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8736:26 - Object of type `Self@test_movk_sft32_max64` has no attribute `rf`
[error] unresolved-attribute - :8737:9 - Object of type `Self@test_movk_sft32_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8737:26 - Object of type `Self@test_movk_sft32_max64` has no attribute `rf`
[error] unresolved-attribute - :8743:9 - Object of type `Self@test_movk_sft32_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8743:26 - Object of type `Self@test_movk_sft32_64` has no attribute `rf`
[error] unresolved-attribute - :8744:9 - Object of type `Self@test_movk_sft32_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8744:26 - Object of type `Self@test_movk_sft32_64` has no attribute `rf`
[error] unresolved-attribute - :8750:9 - Object of type `Self@test_movk_sft48_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8750:26 - Object of type `Self@test_movk_sft48_min64` has no attribute `rf`
[error] unresolved-attribute - :8751:9 - Object of type `Self@test_movk_sft48_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :8751:26 - Object of type `Self@test_movk_sft48_min64` has no attribute `rf`
[error] unresolved-attribute - :8757:9 - Object of type `Self@test_movk_sft48_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8757:26 - Object of type `Self@test_movk_sft48_max64` has no attribute `rf`
[error] unresolved-attribute - :8758:9 - Object of type `Self@test_movk_sft48_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8758:26 - Object of type `Self@test_movk_sft48_max64` has no attribute `rf`
[error] unresolved-attribute - :8764:9 - Object of type `Self@test_movk_sft48_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8764:26 - Object of type `Self@test_movk_sft48_64` has no attribute `rf`
[error] unresolved-attribute - :8765:9 - Object of type `Self@test_movk_sft48_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8765:26 - Object of type `Self@test_movk_sft48_64` has no attribute `rf`
[error] unresolved-attribute - :8774:9 - Object of type `Self@test_movn32` has no attribute `assertEqual`
[error] unresolved-attribute - :8774:26 - Object of type `Self@test_movn32` has no attribute `rf`
[error] unresolved-attribute - :8775:9 - Object of type `Self@test_movn32` has no attribute `assertEqual`
[error] unresolved-attribute - :8775:26 - Object of type `Self@test_movn32` has no attribute `rf`
[error] unresolved-attribute - :8780:9 - Object of type `Self@test_movn_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8780:26 - Object of type `Self@test_movn_max32` has no attribute `rf`
[error] unresolved-attribute - :8781:9 - Object of type `Self@test_movn_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8781:26 - Object of type `Self@test_movn_max32` has no attribute `rf`
[error] unresolved-attribute - :8786:9 - Object of type `Self@test_movn_sft16_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8786:26 - Object of type `Self@test_movn_sft16_32` has no attribute `rf`
[error] unresolved-attribute - :8787:9 - Object of type `Self@test_movn_sft16_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8787:26 - Object of type `Self@test_movn_sft16_32` has no attribute `rf`
[error] unresolved-attribute - :8794:9 - Object of type `Self@test_movn64` has no attribute `assertEqual`
[error] unresolved-attribute - :8794:26 - Object of type `Self@test_movn64` has no attribute `rf`
[error] unresolved-attribute - :8795:9 - Object of type `Self@test_movn64` has no attribute `assertEqual`
[error] unresolved-attribute - :8795:26 - Object of type `Self@test_movn64` has no attribute `rf`
[error] unresolved-attribute - :8800:9 - Object of type `Self@test_movn_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8800:26 - Object of type `Self@test_movn_max64` has no attribute `rf`
[error] unresolved-attribute - :8801:9 - Object of type `Self@test_movn_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8801:26 - Object of type `Self@test_movn_max64` has no attribute `rf`
[error] unresolved-attribute - :8806:9 - Object of type `Self@test_movn_sft16_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8806:26 - Object of type `Self@test_movn_sft16_64` has no attribute `rf`
[error] unresolved-attribute - :8807:9 - Object of type `Self@test_movn_sft16_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8807:26 - Object of type `Self@test_movn_sft16_64` has no attribute `rf`
[error] unresolved-attribute - :8812:9 - Object of type `Self@test_movn_sft32_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8812:26 - Object of type `Self@test_movn_sft32_64` has no attribute `rf`
[error] unresolved-attribute - :8813:9 - Object of type `Self@test_movn_sft32_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8813:26 - Object of type `Self@test_movn_sft32_64` has no attribute `rf`
[error] unresolved-attribute - :8818:9 - Object of type `Self@test_movn_sft48_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8818:26 - Object of type `Self@test_movn_sft48_64` has no attribute `rf`
[error] unresolved-attribute - :8819:9 - Object of type `Self@test_movn_sft48_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8819:26 - Object of type `Self@test_movn_sft48_64` has no attribute `rf`
[error] unresolved-attribute - :8828:9 - Object of type `Self@test_movz32` has no attribute `assertEqual`
[error] unresolved-attribute - :8828:26 - Object of type `Self@test_movz32` has no attribute `rf`
[error] unresolved-attribute - :8829:9 - Object of type `Self@test_movz32` has no attribute `assertEqual`
[error] unresolved-attribute - :8829:26 - Object of type `Self@test_movz32` has no attribute `rf`
[error] unresolved-attribute - :8834:9 - Object of type `Self@test_movz_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8834:26 - Object of type `Self@test_movz_max32` has no attribute `rf`
[error] unresolved-attribute - :8835:9 - Object of type `Self@test_movz_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8835:26 - Object of type `Self@test_movz_max32` has no attribute `rf`
[error] unresolved-attribute - :8840:9 - Object of type `Self@test_movz_sft16_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8840:26 - Object of type `Self@test_movz_sft16_32` has no attribute `rf`
[error] unresolved-attribute - :8841:9 - Object of type `Self@test_movz_sft16_32` has no attribute `assertEqual`
[error] unresolved-attribute - :8841:26 - Object of type `Self@test_movz_sft16_32` has no attribute `rf`
[error] unresolved-attribute - :8848:9 - Object of type `Self@test_movz64` has no attribute `assertEqual`
[error] unresolved-attribute - :8848:26 - Object of type `Self@test_movz64` has no attribute `rf`
[error] unresolved-attribute - :8849:9 - Object of type `Self@test_movz64` has no attribute `assertEqual`
[error] unresolved-attribute - :8849:26 - Object of type `Self@test_movz64` has no attribute `rf`
[error] unresolved-attribute - :8854:9 - Object of type `Self@test_movz_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8854:26 - Object of type `Self@test_movz_max64` has no attribute `rf`
[error] unresolved-attribute - :8855:9 - Object of type `Self@test_movz_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8855:26 - Object of type `Self@test_movz_max64` has no attribute `rf`
[error] unresolved-attribute - :8860:9 - Object of type `Self@test_movz_sft16_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8860:26 - Object of type `Self@test_movz_sft16_64` has no attribute `rf`
[error] unresolved-attribute - :8861:9 - Object of type `Self@test_movz_sft16_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8861:26 - Object of type `Self@test_movz_sft16_64` has no attribute `rf`
[error] unresolved-attribute - :8866:9 - Object of type `Self@test_movz_sft32_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8866:26 - Object of type `Self@test_movz_sft32_64` has no attribute `rf`
[error] unresolved-attribute - :8867:9 - Object of type `Self@test_movz_sft32_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8867:26 - Object of type `Self@test_movz_sft32_64` has no attribute `rf`
[error] unresolved-attribute - :8872:9 - Object of type `Self@test_movz_sft48_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8872:26 - Object of type `Self@test_movz_sft48_64` has no attribute `rf`
[error] unresolved-attribute - :8873:9 - Object of type `Self@test_movz_sft48_64` has no attribute `assertEqual`
[error] unresolved-attribute - :8873:26 - Object of type `Self@test_movz_sft48_64` has no attribute `rf`
[error] unresolved-attribute - :8884:9 - Object of type `Self@test_msr_mrs_tpidr_el0` has no attribute `_execute`
[error] unresolved-attribute - :8885:9 - Object of type `Self@test_msr_mrs_tpidr_el0` has no attribute `_execute`
[error] unresolved-attribute - :8886:9 - Object of type `Self@test_msr_mrs_tpidr_el0` has no attribute `assertEqual`
[error] unresolved-attribute - :8886:26 - Object of type `Self@test_msr_mrs_tpidr_el0` has no attribute `rf`
[error] unresolved-attribute - :8887:9 - Object of type `Self@test_msr_mrs_tpidr_el0` has no attribute `assertEqual`
[error] unresolved-attribute - :8887:26 - Object of type `Self@test_msr_mrs_tpidr_el0` has no attribute `rf`
[error] unresolved-attribute - :8892:9 - Object of type `Self@test_msr_mrs_tpidr_el0_s` has no attribute `_execute`
[error] unresolved-attribute - :8893:9 - Object of type `Self@test_msr_mrs_tpidr_el0_s` has no attribute `_execute`
[error] unresolved-attribute - :8894:9 - Object of type `Self@test_msr_mrs_tpidr_el0_s` has no attribute `assertEqual`
[error] unresolved-attribute - :8894:26 - Object of type `Self@test_msr_mrs_tpidr_el0_s` has no attribute `rf`
[error] unresolved-attribute - :8895:9 - Object of type `Self@test_msr_mrs_tpidr_el0_s` has no attribute `assertEqual`
[error] unresolved-attribute - :8895:26 - Object of type `Self@test_msr_mrs_tpidr_el0_s` has no attribute `rf`
[error] unresolved-attribute - :8904:9 - Object of type `Self@test_msub_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8904:26 - Object of type `Self@test_msub_max32` has no attribute `rf`
[error] unresolved-attribute - :8905:9 - Object of type `Self@test_msub_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8905:26 - Object of type `Self@test_msub_max32` has no attribute `rf`
[error] unresolved-attribute - :8910:9 - Object of type `Self@test_msub_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8910:26 - Object of type `Self@test_msub_neg32` has no attribute `rf`
[error] unresolved-attribute - :8911:9 - Object of type `Self@test_msub_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8911:26 - Object of type `Self@test_msub_neg32` has no attribute `rf`
[error] unresolved-attribute - :8916:9 - Object of type `Self@test_msub_of32` has no attribute `assertEqual`
[error] unresolved-attribute - :8916:26 - Object of type `Self@test_msub_of32` has no attribute `rf`
[error] unresolved-attribute - :8917:9 - Object of type `Self@test_msub_of32` has no attribute `assertEqual`
[error] unresolved-attribute - :8917:26 - Object of type `Self@test_msub_of32` has no attribute `rf`
[error] unresolved-attribute - :8922:9 - Object of type `Self@test_msub32` has no attribute `assertEqual`
[error] unresolved-attribute - :8922:26 - Object of type `Self@test_msub32` has no attribute `rf`
[error] unresolved-attribute - :8923:9 - Object of type `Self@test_msub32` has no attribute `assertEqual`
[error] unresolved-attribute - :8923:26 - Object of type `Self@test_msub32` has no attribute `rf`
[error] unresolved-attribute - :8930:9 - Object of type `Self@test_msub_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8930:26 - Object of type `Self@test_msub_max64` has no attribute `rf`
[error] unresolved-attribute - :8931:9 - Object of type `Self@test_msub_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8931:26 - Object of type `Self@test_msub_max64` has no attribute `rf`
[error] unresolved-attribute - :8936:9 - Object of type `Self@test_msub_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8936:26 - Object of type `Self@test_msub_neg64` has no attribute `rf`
[error] unresolved-attribute - :8937:9 - Object of type `Self@test_msub_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8937:26 - Object of type `Self@test_msub_neg64` has no attribute `rf`
[error] unresolved-attribute - :8942:9 - Object of type `Self@test_msub_of64` has no attribute `assertEqual`
[error] unresolved-attribute - :8942:26 - Object of type `Self@test_msub_of64` has no attribute `rf`
[error] unresolved-attribute - :8943:9 - Object of type `Self@test_msub_of64` has no attribute `assertEqual`
[error] unresolved-attribute - :8943:26 - Object of type `Self@test_msub_of64` has no attribute `rf`
[error] unresolved-attribute - :8948:9 - Object of type `Self@test_msub64` has no attribute `assertEqual`
[error] unresolved-attribute - :8948:26 - Object of type `Self@test_msub64` has no attribute `rf`
[error] unresolved-attribute - :8949:9 - Object of type `Self@test_msub64` has no attribute `assertEqual`
[error] unresolved-attribute - :8949:26 - Object of type `Self@test_msub64` has no attribute `rf`
[error] unresolved-attribute - :8958:9 - Object of type `Self@test_mul_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8958:26 - Object of type `Self@test_mul_max32` has no attribute `rf`
[error] unresolved-attribute - :8959:9 - Object of type `Self@test_mul_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :8959:26 - Object of type `Self@test_mul_max32` has no attribute `rf`
[error] unresolved-attribute - :8964:9 - Object of type `Self@test_mul_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8964:26 - Object of type `Self@test_mul_neg32` has no attribute `rf`
[error] unresolved-attribute - :8965:9 - Object of type `Self@test_mul_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8965:26 - Object of type `Self@test_mul_neg32` has no attribute `rf`
[error] unresolved-attribute - :8970:9 - Object of type `Self@test_mul_of32` has no attribute `assertEqual`
[error] unresolved-attribute - :8970:26 - Object of type `Self@test_mul_of32` has no attribute `rf`
[error] unresolved-attribute - :8971:9 - Object of type `Self@test_mul_of32` has no attribute `assertEqual`
[error] unresolved-attribute - :8971:26 - Object of type `Self@test_mul_of32` has no attribute `rf`
[error] unresolved-attribute - :8976:9 - Object of type `Self@test_mul32` has no attribute `assertEqual`
[error] unresolved-attribute - :8976:26 - Object of type `Self@test_mul32` has no attribute `rf`
[error] unresolved-attribute - :8977:9 - Object of type `Self@test_mul32` has no attribute `assertEqual`
[error] unresolved-attribute - :8977:26 - Object of type `Self@test_mul32` has no attribute `rf`
[error] unresolved-attribute - :8982:9 - Object of type `Self@test_mul_pos_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8982:26 - Object of type `Self@test_mul_pos_neg32` has no attribute `rf`
[error] unresolved-attribute - :8983:9 - Object of type `Self@test_mul_pos_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :8983:26 - Object of type `Self@test_mul_pos_neg32` has no attribute `rf`
[error] unresolved-attribute - :8990:9 - Object of type `Self@test_mul_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8990:26 - Object of type `Self@test_mul_max64` has no attribute `rf`
[error] unresolved-attribute - :8991:9 - Object of type `Self@test_mul_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :8991:26 - Object of type `Self@test_mul_max64` has no attribute `rf`
[error] unresolved-attribute - :8996:9 - Object of type `Self@test_mul_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8996:26 - Object of type `Self@test_mul_neg64` has no attribute `rf`
[error] unresolved-attribute - :8997:9 - Object of type `Self@test_mul_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :8997:26 - Object of type `Self@test_mul_neg64` has no attribute `rf`
[error] unresolved-attribute - :9002:9 - Object of type `Self@test_mul_of64` has no attribute `assertEqual`
[error] unresolved-attribute - :9002:26 - Object of type `Self@test_mul_of64` has no attribute `rf`
[error] unresolved-attribute - :9003:9 - Object of type `Self@test_mul_of64` has no attribute `assertEqual`
[error] unresolved-attribute - :9003:26 - Object of type `Self@test_mul_of64` has no attribute `rf`
[error] unresolved-attribute - :9008:9 - Object of type `Self@test_mul64` has no attribute `assertEqual`
[error] unresolved-attribute - :9008:26 - Object of type `Self@test_mul64` has no attribute `rf`
[error] unresolved-attribute - :9009:9 - Object of type `Self@test_mul64` has no attribute `assertEqual`
[error] unresolved-attribute - :9009:26 - Object of type `Self@test_mul64` has no attribute `rf`
[error] unresolved-attribute - :9014:9 - Object of type `Self@test_mul_pos_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :9014:26 - Object of type `Self@test_mul_pos_neg64` has no attribute `rf`
[error] unresolved-attribute - :9015:9 - Object of type `Self@test_mul_pos_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :9015:26 - Object of type `Self@test_mul_pos_neg64` has no attribute `rf`
[error] unresolved-attribute - :9024:9 - Object of type `Self@test_neg_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :9024:26 - Object of type `Self@test_neg_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :9025:9 - Object of type `Self@test_neg_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :9025:26 - Object of type `Self@test_neg_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :9026:9 - Object of type `Self@test_neg_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :9026:26 - Object of type `Self@test_neg_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :9031:9 - Object of type `Self@test_neg_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9031:26 - Object of type `Self@test_neg_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :9032:9 - Object of type `Self@test_neg_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9032:26 - Object of type `Self@test_neg_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :9033:9 - Object of type `Self@test_neg_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9033:26 - Object of type `Self@test_neg_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :9038:9 - Object of type `Self@test_neg_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9038:26 - Object of type `Self@test_neg_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :9039:9 - Object of type `Self@test_neg_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9039:26 - Object of type `Self@test_neg_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :9040:9 - Object of type `Self@test_neg_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9040:26 - Object of type `Self@test_neg_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :9045:9 - Object of type `Self@test_neg_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :9045:26 - Object of type `Self@test_neg_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :9046:9 - Object of type `Self@test_neg_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :9046:26 - Object of type `Self@test_neg_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :9047:9 - Object of type `Self@test_neg_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :9047:26 - Object of type `Self@test_neg_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :9052:9 - Object of type `Self@test_neg_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9052:26 - Object of type `Self@test_neg_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :9053:9 - Object of type `Self@test_neg_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9053:26 - Object of type `Self@test_neg_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :9054:9 - Object of type `Self@test_neg_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9054:26 - Object of type `Self@test_neg_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :9059:9 - Object of type `Self@test_neg_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9059:26 - Object of type `Self@test_neg_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :9060:9 - Object of type `Self@test_neg_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9060:26 - Object of type `Self@test_neg_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :9061:9 - Object of type `Self@test_neg_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9061:26 - Object of type `Self@test_neg_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :9066:9 - Object of type `Self@test_neg_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9066:26 - Object of type `Self@test_neg_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :9067:9 - Object of type `Self@test_neg_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9067:26 - Object of type `Self@test_neg_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :9068:9 - Object of type `Self@test_neg_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9068:26 - Object of type `Self@test_neg_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :9073:9 - Object of type `Self@test_neg_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9073:26 - Object of type `Self@test_neg_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :9074:9 - Object of type `Self@test_neg_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9074:26 - Object of type `Self@test_neg_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :9075:9 - Object of type `Self@test_neg_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9075:26 - Object of type `Self@test_neg_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :9080:9 - Object of type `Self@test_neg_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9080:26 - Object of type `Self@test_neg_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :9081:9 - Object of type `Self@test_neg_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9081:26 - Object of type `Self@test_neg_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :9082:9 - Object of type `Self@test_neg_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9082:26 - Object of type `Self@test_neg_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :9087:9 - Object of type `Self@test_neg_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9087:26 - Object of type `Self@test_neg_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :9088:9 - Object of type `Self@test_neg_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9088:26 - Object of type `Self@test_neg_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :9089:9 - Object of type `Self@test_neg_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9089:26 - Object of type `Self@test_neg_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :9096:9 - Object of type `Self@test_neg_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :9096:26 - Object of type `Self@test_neg_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :9097:9 - Object of type `Self@test_neg_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :9097:26 - Object of type `Self@test_neg_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :9098:9 - Object of type `Self@test_neg_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :9098:26 - Object of type `Self@test_neg_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :9103:9 - Object of type `Self@test_neg_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9103:26 - Object of type `Self@test_neg_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :9104:9 - Object of type `Self@test_neg_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9104:26 - Object of type `Self@test_neg_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :9105:9 - Object of type `Self@test_neg_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9105:26 - Object of type `Self@test_neg_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :9110:9 - Object of type `Self@test_neg_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9110:26 - Object of type `Self@test_neg_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :9111:9 - Object of type `Self@test_neg_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9111:26 - Object of type `Self@test_neg_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :9112:9 - Object of type `Self@test_neg_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9112:26 - Object of type `Self@test_neg_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :9117:9 - Object of type `Self@test_neg_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :9117:26 - Object of type `Self@test_neg_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :9118:9 - Object of type `Self@test_neg_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :9118:26 - Object of type `Self@test_neg_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :9119:9 - Object of type `Self@test_neg_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :9119:26 - Object of type `Self@test_neg_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :9124:9 - Object of type `Self@test_neg_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9124:26 - Object of type `Self@test_neg_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :9125:9 - Object of type `Self@test_neg_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9125:26 - Object of type `Self@test_neg_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :9126:9 - Object of type `Self@test_neg_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9126:26 - Object of type `Self@test_neg_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :9131:9 - Object of type `Self@test_neg_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9131:26 - Object of type `Self@test_neg_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :9132:9 - Object of type `Self@test_neg_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9132:26 - Object of type `Self@test_neg_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :9133:9 - Object of type `Self@test_neg_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9133:26 - Object of type `Self@test_neg_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :9138:9 - Object of type `Self@test_neg_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9138:26 - Object of type `Self@test_neg_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :9139:9 - Object of type `Self@test_neg_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9139:26 - Object of type `Self@test_neg_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :9140:9 - Object of type `Self@test_neg_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9140:26 - Object of type `Self@test_neg_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :9145:9 - Object of type `Self@test_neg_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9145:26 - Object of type `Self@test_neg_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :9146:9 - Object of type `Self@test_neg_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9146:26 - Object of type `Self@test_neg_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :9147:9 - Object of type `Self@test_neg_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9147:26 - Object of type `Self@test_neg_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :9152:9 - Object of type `Self@test_neg_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9152:26 - Object of type `Self@test_neg_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :9153:9 - Object of type `Self@test_neg_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9153:26 - Object of type `Self@test_neg_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :9154:9 - Object of type `Self@test_neg_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9154:26 - Object of type `Self@test_neg_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :9159:9 - Object of type `Self@test_neg_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9159:26 - Object of type `Self@test_neg_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :9160:9 - Object of type `Self@test_neg_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9160:26 - Object of type `Self@test_neg_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :9161:9 - Object of type `Self@test_neg_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9161:26 - Object of type `Self@test_neg_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :9167:28 - Object of type `Self@test_nop` has no attribute `cpu`
[error] unresolved-attribute - :9168:14 - Object of type `Self@test_nop` has no attribute `cpu`
[error] unresolved-attribute - :9169:9 - Object of type `Self@test_nop` has no attribute `_execute`
[error] unresolved-attribute - :9170:9 - Object of type `Self@test_nop` has no attribute `assertEqual`
[error] unresolved-attribute - :9170:26 - Object of type `Self@test_nop` has no attribute `rf`
[error] unresolved-attribute - :9179:9 - Object of type `Self@test_orr_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :9179:26 - Object of type `Self@test_orr_imm32` has no attribute `rf`
[error] unresolved-attribute - :9180:9 - Object of type `Self@test_orr_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :9180:26 - Object of type `Self@test_orr_imm32` has no attribute `rf`
[error] unresolved-attribute - :9185:9 - Object of type `Self@test_orr_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :9185:26 - Object of type `Self@test_orr_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :9186:9 - Object of type `Self@test_orr_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :9186:26 - Object of type `Self@test_orr_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :9191:9 - Object of type `Self@test_orr_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :9191:26 - Object of type `Self@test_orr_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :9192:9 - Object of type `Self@test_orr_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :9192:26 - Object of type `Self@test_orr_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :9199:9 - Object of type `Self@test_orr_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :9199:26 - Object of type `Self@test_orr_imm64` has no attribute `rf`
[error] unresolved-attribute - :9200:9 - Object of type `Self@test_orr_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :9200:26 - Object of type `Self@test_orr_imm64` has no attribute `rf`
[error] unresolved-attribute - :9205:9 - Object of type `Self@test_orr_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :9205:26 - Object of type `Self@test_orr_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :9206:9 - Object of type `Self@test_orr_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :9206:26 - Object of type `Self@test_orr_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :9211:9 - Object of type `Self@test_orr_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :9211:26 - Object of type `Self@test_orr_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :9212:9 - Object of type `Self@test_orr_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :9212:26 - Object of type `Self@test_orr_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :9221:9 - Object of type `Self@test_orr_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :9221:26 - Object of type `Self@test_orr_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :9222:9 - Object of type `Self@test_orr_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :9222:26 - Object of type `Self@test_orr_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :9227:9 - Object of type `Self@test_orr_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9227:26 - Object of type `Self@test_orr_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :9228:9 - Object of type `Self@test_orr_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9228:26 - Object of type `Self@test_orr_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :9233:9 - Object of type `Self@test_orr_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9233:26 - Object of type `Self@test_orr_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :9234:9 - Object of type `Self@test_orr_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9234:26 - Object of type `Self@test_orr_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :9239:9 - Object of type `Self@test_orr_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :9239:26 - Object of type `Self@test_orr_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :9240:9 - Object of type `Self@test_orr_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :9240:26 - Object of type `Self@test_orr_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :9245:9 - Object of type `Self@test_orr_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9245:26 - Object of type `Self@test_orr_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :9246:9 - Object of type `Self@test_orr_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9246:26 - Object of type `Self@test_orr_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :9251:9 - Object of type `Self@test_orr_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9251:26 - Object of type `Self@test_orr_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :9252:9 - Object of type `Self@test_orr_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9252:26 - Object of type `Self@test_orr_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :9257:9 - Object of type `Self@test_orr_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9257:26 - Object of type `Self@test_orr_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :9258:9 - Object of type `Self@test_orr_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9258:26 - Object of type `Self@test_orr_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :9263:9 - Object of type `Self@test_orr_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9263:26 - Object of type `Self@test_orr_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :9264:9 - Object of type `Self@test_orr_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9264:26 - Object of type `Self@test_orr_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :9269:9 - Object of type `Self@test_orr_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9269:26 - Object of type `Self@test_orr_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :9270:9 - Object of type `Self@test_orr_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9270:26 - Object of type `Self@test_orr_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :9275:9 - Object of type `Self@test_orr_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9275:26 - Object of type `Self@test_orr_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :9276:9 - Object of type `Self@test_orr_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :9276:26 - Object of type `Self@test_orr_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :9281:9 - Object of type `Self@test_orr_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9281:26 - Object of type `Self@test_orr_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :9282:9 - Object of type `Self@test_orr_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9282:26 - Object of type `Self@test_orr_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :9287:9 - Object of type `Self@test_orr_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9287:26 - Object of type `Self@test_orr_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :9288:9 - Object of type `Self@test_orr_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9288:26 - Object of type `Self@test_orr_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :9293:9 - Object of type `Self@test_orr_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :9293:26 - Object of type `Self@test_orr_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :9294:9 - Object of type `Self@test_orr_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :9294:26 - Object of type `Self@test_orr_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :9301:9 - Object of type `Self@test_orr_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :9301:26 - Object of type `Self@test_orr_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :9302:9 - Object of type `Self@test_orr_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :9302:26 - Object of type `Self@test_orr_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :9307:9 - Object of type `Self@test_orr_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9307:26 - Object of type `Self@test_orr_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :9308:9 - Object of type `Self@test_orr_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9308:26 - Object of type `Self@test_orr_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :9313:9 - Object of type `Self@test_orr_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9313:26 - Object of type `Self@test_orr_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :9314:9 - Object of type `Self@test_orr_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9314:26 - Object of type `Self@test_orr_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :9319:9 - Object of type `Self@test_orr_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :9319:26 - Object of type `Self@test_orr_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :9320:9 - Object of type `Self@test_orr_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :9320:26 - Object of type `Self@test_orr_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :9325:9 - Object of type `Self@test_orr_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9325:26 - Object of type `Self@test_orr_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :9326:9 - Object of type `Self@test_orr_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9326:26 - Object of type `Self@test_orr_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :9331:9 - Object of type `Self@test_orr_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9331:26 - Object of type `Self@test_orr_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :9332:9 - Object of type `Self@test_orr_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9332:26 - Object of type `Self@test_orr_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :9337:9 - Object of type `Self@test_orr_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9337:26 - Object of type `Self@test_orr_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :9338:9 - Object of type `Self@test_orr_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9338:26 - Object of type `Self@test_orr_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :9343:9 - Object of type `Self@test_orr_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9343:26 - Object of type `Self@test_orr_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :9344:9 - Object of type `Self@test_orr_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9344:26 - Object of type `Self@test_orr_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :9349:9 - Object of type `Self@test_orr_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9349:26 - Object of type `Self@test_orr_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :9350:9 - Object of type `Self@test_orr_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9350:26 - Object of type `Self@test_orr_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :9355:9 - Object of type `Self@test_orr_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9355:26 - Object of type `Self@test_orr_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :9356:9 - Object of type `Self@test_orr_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :9356:26 - Object of type `Self@test_orr_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :9361:9 - Object of type `Self@test_orr_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9361:26 - Object of type `Self@test_orr_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :9362:9 - Object of type `Self@test_orr_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9362:26 - Object of type `Self@test_orr_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :9367:9 - Object of type `Self@test_orr_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9367:26 - Object of type `Self@test_orr_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :9368:9 - Object of type `Self@test_orr_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9368:26 - Object of type `Self@test_orr_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :9373:9 - Object of type `Self@test_orr_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :9373:26 - Object of type `Self@test_orr_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :9374:9 - Object of type `Self@test_orr_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :9374:26 - Object of type `Self@test_orr_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :9395:13 - Object of type `Self@test_orr_vector_8b` has no attribute `_execute`
[error] unresolved-attribute - :9396:9 - Object of type `Self@test_orr_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :9396:26 - Object of type `Self@test_orr_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :9397:9 - Object of type `Self@test_orr_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :9397:26 - Object of type `Self@test_orr_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :9398:9 - Object of type `Self@test_orr_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :9398:26 - Object of type `Self@test_orr_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :9399:9 - Object of type `Self@test_orr_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :9399:26 - Object of type `Self@test_orr_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :9400:9 - Object of type `Self@test_orr_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :9400:26 - Object of type `Self@test_orr_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :9401:9 - Object of type `Self@test_orr_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :9401:26 - Object of type `Self@test_orr_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :9418:13 - Object of type `Self@test_orr_vector_16b` has no attribute `_execute`
[error] unresolved-attribute - :9419:9 - Object of type `Self@test_orr_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :9419:26 - Object of type `Self@test_orr_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :9420:9 - Object of type `Self@test_orr_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :9420:26 - Object of type `Self@test_orr_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :9421:9 - Object of type `Self@test_orr_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :9421:26 - Object of type `Self@test_orr_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :9422:9 - Object of type `Self@test_orr_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :9422:26 - Object of type `Self@test_orr_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :9423:9 - Object of type `Self@test_orr_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :9423:26 - Object of type `Self@test_orr_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :9424:9 - Object of type `Self@test_orr_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :9424:26 - Object of type `Self@test_orr_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :9433:9 - Object of type `Self@test_rbit_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9433:26 - Object of type `Self@test_rbit_min32` has no attribute `rf`
[error] unresolved-attribute - :9434:9 - Object of type `Self@test_rbit_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9434:26 - Object of type `Self@test_rbit_min32` has no attribute `rf`
[error] unresolved-attribute - :9439:9 - Object of type `Self@test_rbit_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9439:26 - Object of type `Self@test_rbit_max32` has no attribute `rf`
[error] unresolved-attribute - :9440:9 - Object of type `Self@test_rbit_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9440:26 - Object of type `Self@test_rbit_max32` has no attribute `rf`
[error] unresolved-attribute - :9445:9 - Object of type `Self@test_rbit_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :9445:26 - Object of type `Self@test_rbit_one32` has no attribute `rf`
[error] unresolved-attribute - :9446:9 - Object of type `Self@test_rbit_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :9446:26 - Object of type `Self@test_rbit_one32` has no attribute `rf`
[error] unresolved-attribute - :9451:9 - Object of type `Self@test_rbit32` has no attribute `assertEqual`
[error] unresolved-attribute - :9451:26 - Object of type `Self@test_rbit32` has no attribute `rf`
[error] unresolved-attribute - :9452:9 - Object of type `Self@test_rbit32` has no attribute `assertEqual`
[error] unresolved-attribute - :9452:26 - Object of type `Self@test_rbit32` has no attribute `rf`
[error] unresolved-attribute - :9459:9 - Object of type `Self@test_rbit_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9459:26 - Object of type `Self@test_rbit_min64` has no attribute `rf`
[error] unresolved-attribute - :9460:9 - Object of type `Self@test_rbit_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9460:26 - Object of type `Self@test_rbit_min64` has no attribute `rf`
[error] unresolved-attribute - :9465:9 - Object of type `Self@test_rbit_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9465:26 - Object of type `Self@test_rbit_max64` has no attribute `rf`
[error] unresolved-attribute - :9466:9 - Object of type `Self@test_rbit_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9466:26 - Object of type `Self@test_rbit_max64` has no attribute `rf`
[error] unresolved-attribute - :9471:9 - Object of type `Self@test_rbit_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :9471:26 - Object of type `Self@test_rbit_one64` has no attribute `rf`
[error] unresolved-attribute - :9472:9 - Object of type `Self@test_rbit_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :9472:26 - Object of type `Self@test_rbit_one64` has no attribute `rf`
[error] unresolved-attribute - :9477:9 - Object of type `Self@test_rbit64` has no attribute `assertEqual`
[error] unresolved-attribute - :9477:26 - Object of type `Self@test_rbit64` has no attribute `rf`
[error] unresolved-attribute - :9478:9 - Object of type `Self@test_rbit64` has no attribute `assertEqual`
[error] unresolved-attribute - :9478:26 - Object of type `Self@test_rbit64` has no attribute `rf`
[error] unresolved-attribute - :9484:14 - Object of type `Self@test_ret` has no attribute `cpu`
[error] unresolved-attribute - :9485:9 - Object of type `Self@test_ret` has no attribute `cpu`
[error] unresolved-attribute - :9486:29 - Object of type `Self@test_ret` has no attribute `cpu`
[error] unresolved-attribute - :9487:9 - Object of type `Self@test_ret` has no attribute `_execute`
[error] unresolved-attribute - :9488:9 - Object of type `Self@test_ret` has no attribute `assertEqual`
[error] unresolved-attribute - :9488:26 - Object of type `Self@test_ret` has no attribute `rf`
[error] unresolved-attribute - :9492:14 - Object of type `Self@test_ret_reg` has no attribute `cpu`
[error] unresolved-attribute - :9493:9 - Object of type `Self@test_ret_reg` has no attribute `cpu`
[error] unresolved-attribute - :9494:28 - Object of type `Self@test_ret_reg` has no attribute `cpu`
[error] unresolved-attribute - :9495:9 - Object of type `Self@test_ret_reg` has no attribute `_execute`
[error] unresolved-attribute - :9496:9 - Object of type `Self@test_ret_reg` has no attribute `assertEqual`
[error] unresolved-attribute - :9496:26 - Object of type `Self@test_ret_reg` has no attribute `rf`
[error] unresolved-attribute - :9505:9 - Object of type `Self@test_rev_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9505:26 - Object of type `Self@test_rev_min32` has no attribute `rf`
[error] unresolved-attribute - :9506:9 - Object of type `Self@test_rev_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9506:26 - Object of type `Self@test_rev_min32` has no attribute `rf`
[error] unresolved-attribute - :9511:9 - Object of type `Self@test_rev_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9511:26 - Object of type `Self@test_rev_max32` has no attribute `rf`
[error] unresolved-attribute - :9512:9 - Object of type `Self@test_rev_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9512:26 - Object of type `Self@test_rev_max32` has no attribute `rf`
[error] unresolved-attribute - :9517:9 - Object of type `Self@test_rev32` has no attribute `assertEqual`
[error] unresolved-attribute - :9517:26 - Object of type `Self@test_rev32` has no attribute `rf`
[error] unresolved-attribute - :9518:9 - Object of type `Self@test_rev32` has no attribute `assertEqual`
[error] unresolved-attribute - :9518:26 - Object of type `Self@test_rev32` has no attribute `rf`
[error] unresolved-attribute - :9525:9 - Object of type `Self@test_rev_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9525:26 - Object of type `Self@test_rev_min64` has no attribute `rf`
[error] unresolved-attribute - :9526:9 - Object of type `Self@test_rev_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9526:26 - Object of type `Self@test_rev_min64` has no attribute `rf`
[error] unresolved-attribute - :9531:9 - Object of type `Self@test_rev_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9531:26 - Object of type `Self@test_rev_max64` has no attribute `rf`
[error] unresolved-attribute - :9532:9 - Object of type `Self@test_rev_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9532:26 - Object of type `Self@test_rev_max64` has no attribute `rf`
[error] unresolved-attribute - :9537:9 - Object of type `Self@test_rev64` has no attribute `assertEqual`
[error] unresolved-attribute - :9537:26 - Object of type `Self@test_rev64` has no attribute `rf`
[error] unresolved-attribute - :9538:9 - Object of type `Self@test_rev64` has no attribute `assertEqual`
[error] unresolved-attribute - :9538:26 - Object of type `Self@test_rev64` has no attribute `rf`
[error] unresolved-attribute - :9547:9 - Object of type `Self@test_sbfiz_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9547:26 - Object of type `Self@test_sbfiz_min_min32` has no attribute `rf`
[error] unresolved-attribute - :9548:9 - Object of type `Self@test_sbfiz_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9548:26 - Object of type `Self@test_sbfiz_min_min32` has no attribute `rf`
[error] unresolved-attribute - :9553:9 - Object of type `Self@test_sbfiz_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9553:26 - Object of type `Self@test_sbfiz_min_max32` has no attribute `rf`
[error] unresolved-attribute - :9554:9 - Object of type `Self@test_sbfiz_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9554:26 - Object of type `Self@test_sbfiz_min_max32` has no attribute `rf`
[error] unresolved-attribute - :9559:9 - Object of type `Self@test_sbfiz_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9559:26 - Object of type `Self@test_sbfiz_max_min32` has no attribute `rf`
[error] unresolved-attribute - :9560:9 - Object of type `Self@test_sbfiz_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9560:26 - Object of type `Self@test_sbfiz_max_min32` has no attribute `rf`
[error] unresolved-attribute - :9565:9 - Object of type `Self@test_sbfiz32` has no attribute `assertEqual`
[error] unresolved-attribute - :9565:26 - Object of type `Self@test_sbfiz32` has no attribute `rf`
[error] unresolved-attribute - :9566:9 - Object of type `Self@test_sbfiz32` has no attribute `assertEqual`
[error] unresolved-attribute - :9566:26 - Object of type `Self@test_sbfiz32` has no attribute `rf`
[error] unresolved-attribute - :9573:9 - Object of type `Self@test_sbfiz_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9573:26 - Object of type `Self@test_sbfiz_min_min64` has no attribute `rf`
[error] unresolved-attribute - :9574:9 - Object of type `Self@test_sbfiz_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9574:26 - Object of type `Self@test_sbfiz_min_min64` has no attribute `rf`
[error] unresolved-attribute - :9579:9 - Object of type `Self@test_sbfiz_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9579:26 - Object of type `Self@test_sbfiz_min_max64` has no attribute `rf`
[error] unresolved-attribute - :9580:9 - Object of type `Self@test_sbfiz_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9580:26 - Object of type `Self@test_sbfiz_min_max64` has no attribute `rf`
[error] unresolved-attribute - :9585:9 - Object of type `Self@test_sbfiz_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9585:26 - Object of type `Self@test_sbfiz_max_min64` has no attribute `rf`
[error] unresolved-attribute - :9586:9 - Object of type `Self@test_sbfiz_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9586:26 - Object of type `Self@test_sbfiz_max_min64` has no attribute `rf`
[error] unresolved-attribute - :9591:9 - Object of type `Self@test_sbfiz64` has no attribute `assertEqual`
[error] unresolved-attribute - :9591:26 - Object of type `Self@test_sbfiz64` has no attribute `rf`
[error] unresolved-attribute - :9592:9 - Object of type `Self@test_sbfiz64` has no attribute `assertEqual`
[error] unresolved-attribute - :9592:26 - Object of type `Self@test_sbfiz64` has no attribute `rf`
[error] unresolved-attribute - :9602:9 - Object of type `Self@test_sbfm_ge32` has no attribute `assertEqual`
[error] unresolved-attribute - :9602:26 - Object of type `Self@test_sbfm_ge32` has no attribute `rf`
[error] unresolved-attribute - :9603:9 - Object of type `Self@test_sbfm_ge32` has no attribute `assertEqual`
[error] unresolved-attribute - :9603:26 - Object of type `Self@test_sbfm_ge32` has no attribute `rf`
[error] unresolved-attribute - :9609:9 - Object of type `Self@test_sbfm_lt32` has no attribute `assertEqual`
[error] unresolved-attribute - :9609:26 - Object of type `Self@test_sbfm_lt32` has no attribute `rf`
[error] unresolved-attribute - :9610:9 - Object of type `Self@test_sbfm_lt32` has no attribute `assertEqual`
[error] unresolved-attribute - :9610:26 - Object of type `Self@test_sbfm_lt32` has no attribute `rf`
[error] unresolved-attribute - :9616:9 - Object of type `Self@test_sbfm_ge_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9616:26 - Object of type `Self@test_sbfm_ge_max32` has no attribute `rf`
[error] unresolved-attribute - :9617:9 - Object of type `Self@test_sbfm_ge_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9617:26 - Object of type `Self@test_sbfm_ge_max32` has no attribute `rf`
[error] unresolved-attribute - :9623:9 - Object of type `Self@test_sbfm_lt_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9623:26 - Object of type `Self@test_sbfm_lt_max32` has no attribute `rf`
[error] unresolved-attribute - :9624:9 - Object of type `Self@test_sbfm_lt_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9624:26 - Object of type `Self@test_sbfm_lt_max32` has no attribute `rf`
[error] unresolved-attribute - :9630:9 - Object of type `Self@test_sbfm_ge_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9630:26 - Object of type `Self@test_sbfm_ge_min32` has no attribute `rf`
[error] unresolved-attribute - :9631:9 - Object of type `Self@test_sbfm_ge_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9631:26 - Object of type `Self@test_sbfm_ge_min32` has no attribute `rf`
[error] unresolved-attribute - :9637:9 - Object of type `Self@test_sbfm_lt_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9637:26 - Object of type `Self@test_sbfm_lt_min32` has no attribute `rf`
[error] unresolved-attribute - :9638:9 - Object of type `Self@test_sbfm_lt_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9638:26 - Object of type `Self@test_sbfm_lt_min32` has no attribute `rf`
[error] unresolved-attribute - :9644:9 - Object of type `Self@test_sbfm_sxtb_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :9644:26 - Object of type `Self@test_sbfm_sxtb_zero32` has no attribute `rf`
[error] unresolved-attribute - :9645:9 - Object of type `Self@test_sbfm_sxtb_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :9645:26 - Object of type `Self@test_sbfm_sxtb_zero32` has no attribute `rf`
[error] unresolved-attribute - :9650:9 - Object of type `Self@test_sbfm_sxtb_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :9650:26 - Object of type `Self@test_sbfm_sxtb_one32` has no attribute `rf`
[error] unresolved-attribute - :9651:9 - Object of type `Self@test_sbfm_sxtb_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :9651:26 - Object of type `Self@test_sbfm_sxtb_one32` has no attribute `rf`
[error] unresolved-attribute - :9657:9 - Object of type `Self@test_sbfm_sxth_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :9657:26 - Object of type `Self@test_sbfm_sxth_zero32` has no attribute `rf`
[error] unresolved-attribute - :9658:9 - Object of type `Self@test_sbfm_sxth_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :9658:26 - Object of type `Self@test_sbfm_sxth_zero32` has no attribute `rf`
[error] unresolved-attribute - :9663:9 - Object of type `Self@test_sbfm_sxth_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :9663:26 - Object of type `Self@test_sbfm_sxth_one32` has no attribute `rf`
[error] unresolved-attribute - :9664:9 - Object of type `Self@test_sbfm_sxth_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :9664:26 - Object of type `Self@test_sbfm_sxth_one32` has no attribute `rf`
[error] unresolved-attribute - :9672:9 - Object of type `Self@test_sbfm_ge64` has no attribute `assertEqual`
[error] unresolved-attribute - :9672:26 - Object of type `Self@test_sbfm_ge64` has no attribute `rf`
[error] unresolved-attribute - :9673:9 - Object of type `Self@test_sbfm_ge64` has no attribute `assertEqual`
[error] unresolved-attribute - :9673:26 - Object of type `Self@test_sbfm_ge64` has no attribute `rf`
[error] unresolved-attribute - :9679:9 - Object of type `Self@test_sbfm_lt64` has no attribute `assertEqual`
[error] unresolved-attribute - :9679:26 - Object of type `Self@test_sbfm_lt64` has no attribute `rf`
[error] unresolved-attribute - :9680:9 - Object of type `Self@test_sbfm_lt64` has no attribute `assertEqual`
[error] unresolved-attribute - :9680:26 - Object of type `Self@test_sbfm_lt64` has no attribute `rf`
[error] unresolved-attribute - :9686:9 - Object of type `Self@test_sbfm_ge_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9686:26 - Object of type `Self@test_sbfm_ge_max64` has no attribute `rf`
[error] unresolved-attribute - :9687:9 - Object of type `Self@test_sbfm_ge_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9687:26 - Object of type `Self@test_sbfm_ge_max64` has no attribute `rf`
[error] unresolved-attribute - :9693:9 - Object of type `Self@test_sbfm_lt_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9693:26 - Object of type `Self@test_sbfm_lt_max64` has no attribute `rf`
[error] unresolved-attribute - :9694:9 - Object of type `Self@test_sbfm_lt_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9694:26 - Object of type `Self@test_sbfm_lt_max64` has no attribute `rf`
[error] unresolved-attribute - :9700:9 - Object of type `Self@test_sbfm_ge_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9700:26 - Object of type `Self@test_sbfm_ge_min64` has no attribute `rf`
[error] unresolved-attribute - :9701:9 - Object of type `Self@test_sbfm_ge_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9701:26 - Object of type `Self@test_sbfm_ge_min64` has no attribute `rf`
[error] unresolved-attribute - :9707:9 - Object of type `Self@test_sbfm_lt_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9707:26 - Object of type `Self@test_sbfm_lt_min64` has no attribute `rf`
[error] unresolved-attribute - :9708:9 - Object of type `Self@test_sbfm_lt_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9708:26 - Object of type `Self@test_sbfm_lt_min64` has no attribute `rf`
[error] unresolved-attribute - :9714:9 - Object of type `Self@test_sbfm_sxtb_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :9714:26 - Object of type `Self@test_sbfm_sxtb_zero64` has no attribute `rf`
[error] unresolved-attribute - :9715:9 - Object of type `Self@test_sbfm_sxtb_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :9715:26 - Object of type `Self@test_sbfm_sxtb_zero64` has no attribute `rf`
[error] unresolved-attribute - :9720:9 - Object of type `Self@test_sbfm_sxtb_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :9720:26 - Object of type `Self@test_sbfm_sxtb_one64` has no attribute `rf`
[error] unresolved-attribute - :9721:9 - Object of type `Self@test_sbfm_sxtb_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :9721:26 - Object of type `Self@test_sbfm_sxtb_one64` has no attribute `rf`
[error] unresolved-attribute - :9727:9 - Object of type `Self@test_sbfm_sxth_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :9727:26 - Object of type `Self@test_sbfm_sxth_zero64` has no attribute `rf`
[error] unresolved-attribute - :9728:9 - Object of type `Self@test_sbfm_sxth_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :9728:26 - Object of type `Self@test_sbfm_sxth_zero64` has no attribute `rf`
[error] unresolved-attribute - :9733:9 - Object of type `Self@test_sbfm_sxth_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :9733:26 - Object of type `Self@test_sbfm_sxth_one64` has no attribute `rf`
[error] unresolved-attribute - :9734:9 - Object of type `Self@test_sbfm_sxth_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :9734:26 - Object of type `Self@test_sbfm_sxth_one64` has no attribute `rf`
[error] unresolved-attribute - :9740:9 - Object of type `Self@test_sbfm_sxtw_zero` has no attribute `assertEqual`
[error] unresolved-attribute - :9740:26 - Object of type `Self@test_sbfm_sxtw_zero` has no attribute `rf`
[error] unresolved-attribute - :9741:9 - Object of type `Self@test_sbfm_sxtw_zero` has no attribute `assertEqual`
[error] unresolved-attribute - :9741:26 - Object of type `Self@test_sbfm_sxtw_zero` has no attribute `rf`
[error] unresolved-attribute - :9746:9 - Object of type `Self@test_sbfm_sxtw_one` has no attribute `assertEqual`
[error] unresolved-attribute - :9746:26 - Object of type `Self@test_sbfm_sxtw_one` has no attribute `rf`
[error] unresolved-attribute - :9747:9 - Object of type `Self@test_sbfm_sxtw_one` has no attribute `assertEqual`
[error] unresolved-attribute - :9747:26 - Object of type `Self@test_sbfm_sxtw_one` has no attribute `rf`
[error] unresolved-attribute - :9756:9 - Object of type `Self@test_sbfx_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9756:26 - Object of type `Self@test_sbfx_min_min32` has no attribute `rf`
[error] unresolved-attribute - :9757:9 - Object of type `Self@test_sbfx_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9757:26 - Object of type `Self@test_sbfx_min_min32` has no attribute `rf`
[error] unresolved-attribute - :9762:9 - Object of type `Self@test_sbfx_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9762:26 - Object of type `Self@test_sbfx_min_max32` has no attribute `rf`
[error] unresolved-attribute - :9763:9 - Object of type `Self@test_sbfx_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9763:26 - Object of type `Self@test_sbfx_min_max32` has no attribute `rf`
[error] unresolved-attribute - :9768:9 - Object of type `Self@test_sbfx_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9768:26 - Object of type `Self@test_sbfx_max_min32` has no attribute `rf`
[error] unresolved-attribute - :9769:9 - Object of type `Self@test_sbfx_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9769:26 - Object of type `Self@test_sbfx_max_min32` has no attribute `rf`
[error] unresolved-attribute - :9774:9 - Object of type `Self@test_sbfx32` has no attribute `assertEqual`
[error] unresolved-attribute - :9774:26 - Object of type `Self@test_sbfx32` has no attribute `rf`
[error] unresolved-attribute - :9775:9 - Object of type `Self@test_sbfx32` has no attribute `assertEqual`
[error] unresolved-attribute - :9775:26 - Object of type `Self@test_sbfx32` has no attribute `rf`
[error] unresolved-attribute - :9782:9 - Object of type `Self@test_sbfx_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9782:26 - Object of type `Self@test_sbfx_min_min64` has no attribute `rf`
[error] unresolved-attribute - :9783:9 - Object of type `Self@test_sbfx_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9783:26 - Object of type `Self@test_sbfx_min_min64` has no attribute `rf`
[error] unresolved-attribute - :9788:9 - Object of type `Self@test_sbfx_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9788:26 - Object of type `Self@test_sbfx_min_max64` has no attribute `rf`
[error] unresolved-attribute - :9789:9 - Object of type `Self@test_sbfx_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9789:26 - Object of type `Self@test_sbfx_min_max64` has no attribute `rf`
[error] unresolved-attribute - :9794:9 - Object of type `Self@test_sbfx_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9794:26 - Object of type `Self@test_sbfx_max_min64` has no attribute `rf`
[error] unresolved-attribute - :9795:9 - Object of type `Self@test_sbfx_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9795:26 - Object of type `Self@test_sbfx_max_min64` has no attribute `rf`
[error] unresolved-attribute - :9800:9 - Object of type `Self@test_sbfx64` has no attribute `assertEqual`
[error] unresolved-attribute - :9800:26 - Object of type `Self@test_sbfx64` has no attribute `rf`
[error] unresolved-attribute - :9801:9 - Object of type `Self@test_sbfx64` has no attribute `assertEqual`
[error] unresolved-attribute - :9801:26 - Object of type `Self@test_sbfx64` has no attribute `rf`
[error] unresolved-attribute - :9815:9 - Object of type `Self@test_stp_base32` has no attribute `cpu`
[error] unresolved-attribute - :9816:17 - Object of type `Self@test_stp_base32` has no attribute `cpu`
[error] unresolved-attribute - :9817:9 - Object of type `Self@test_stp_base32` has no attribute `_execute`
[error] unresolved-attribute - :9818:9 - Object of type `Self@test_stp_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :9818:26 - Object of type `Self@test_stp_base32` has no attribute `cpu`
[error] unresolved-attribute - :9819:9 - Object of type `Self@test_stp_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :9819:26 - Object of type `Self@test_stp_base32` has no attribute `rf`
[error] unresolved-attribute - :9824:9 - Object of type `Self@test_stp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :9825:9 - Object of type `Self@test_stp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :9826:17 - Object of type `Self@test_stp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :9827:9 - Object of type `Self@test_stp_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :9828:9 - Object of type `Self@test_stp_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :9828:26 - Object of type `Self@test_stp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :9829:9 - Object of type `Self@test_stp_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :9829:26 - Object of type `Self@test_stp_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :9834:9 - Object of type `Self@test_stp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :9835:9 - Object of type `Self@test_stp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :9836:17 - Object of type `Self@test_stp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :9837:9 - Object of type `Self@test_stp_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :9838:9 - Object of type `Self@test_stp_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9838:26 - Object of type `Self@test_stp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :9839:9 - Object of type `Self@test_stp_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9839:26 - Object of type `Self@test_stp_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :9844:9 - Object of type `Self@test_stp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :9845:9 - Object of type `Self@test_stp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :9846:17 - Object of type `Self@test_stp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :9847:9 - Object of type `Self@test_stp_base_offset_min32` has no attribute `_execute`
[error] unresolved-attribute - :9848:9 - Object of type `Self@test_stp_base_offset_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9848:26 - Object of type `Self@test_stp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :9849:9 - Object of type `Self@test_stp_base_offset_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9849:26 - Object of type `Self@test_stp_base_offset_min32` has no attribute `rf`
[error] unresolved-attribute - :9854:9 - Object of type `Self@test_stp_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :9855:17 - Object of type `Self@test_stp_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :9856:9 - Object of type `Self@test_stp_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :9857:9 - Object of type `Self@test_stp_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :9857:26 - Object of type `Self@test_stp_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :9858:9 - Object of type `Self@test_stp_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :9858:26 - Object of type `Self@test_stp_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :9863:9 - Object of type `Self@test_stp_post_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :9864:17 - Object of type `Self@test_stp_post_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :9865:9 - Object of type `Self@test_stp_post_indexed_max32` has no attribute `_execute`
[error] unresolved-attribute - :9866:9 - Object of type `Self@test_stp_post_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9866:26 - Object of type `Self@test_stp_post_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :9867:9 - Object of type `Self@test_stp_post_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9867:26 - Object of type `Self@test_stp_post_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :9872:9 - Object of type `Self@test_stp_post_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :9873:17 - Object of type `Self@test_stp_post_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :9874:9 - Object of type `Self@test_stp_post_indexed_min32` has no attribute `_execute`
[error] unresolved-attribute - :9875:9 - Object of type `Self@test_stp_post_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9875:26 - Object of type `Self@test_stp_post_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :9876:9 - Object of type `Self@test_stp_post_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9876:26 - Object of type `Self@test_stp_post_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :9881:9 - Object of type `Self@test_stp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :9882:9 - Object of type `Self@test_stp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :9883:17 - Object of type `Self@test_stp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :9884:9 - Object of type `Self@test_stp_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :9885:9 - Object of type `Self@test_stp_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :9885:26 - Object of type `Self@test_stp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :9886:9 - Object of type `Self@test_stp_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :9886:26 - Object of type `Self@test_stp_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :9891:9 - Object of type `Self@test_stp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :9892:9 - Object of type `Self@test_stp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :9893:17 - Object of type `Self@test_stp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :9894:9 - Object of type `Self@test_stp_pre_indexed_max32` has no attribute `_execute`
[error] unresolved-attribute - :9895:9 - Object of type `Self@test_stp_pre_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9895:26 - Object of type `Self@test_stp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :9896:9 - Object of type `Self@test_stp_pre_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :9896:26 - Object of type `Self@test_stp_pre_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :9901:9 - Object of type `Self@test_stp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :9902:9 - Object of type `Self@test_stp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :9903:17 - Object of type `Self@test_stp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :9904:9 - Object of type `Self@test_stp_pre_indexed_min32` has no attribute `_execute`
[error] unresolved-attribute - :9905:9 - Object of type `Self@test_stp_pre_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9905:26 - Object of type `Self@test_stp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :9906:9 - Object of type `Self@test_stp_pre_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :9906:26 - Object of type `Self@test_stp_pre_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :9913:9 - Object of type `Self@test_stp_base64` has no attribute `cpu`
[error] unresolved-attribute - :9914:9 - Object of type `Self@test_stp_base64` has no attribute `cpu`
[error] unresolved-attribute - :9915:17 - Object of type `Self@test_stp_base64` has no attribute `cpu`
[error] unresolved-attribute - :9916:9 - Object of type `Self@test_stp_base64` has no attribute `_execute`
[error] unresolved-attribute - :9917:9 - Object of type `Self@test_stp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :9917:26 - Object of type `Self@test_stp_base64` has no attribute `cpu`
[error] unresolved-attribute - :9918:9 - Object of type `Self@test_stp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :9918:26 - Object of type `Self@test_stp_base64` has no attribute `cpu`
[error] unresolved-attribute - :9919:9 - Object of type `Self@test_stp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :9919:26 - Object of type `Self@test_stp_base64` has no attribute `rf`
[error] unresolved-attribute - :9924:9 - Object of type `Self@test_stp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :9925:9 - Object of type `Self@test_stp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :9926:9 - Object of type `Self@test_stp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :9927:17 - Object of type `Self@test_stp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :9928:9 - Object of type `Self@test_stp_base_offset64` has no attribute `_execute`
[error] unresolved-attribute - :9929:9 - Object of type `Self@test_stp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :9929:26 - Object of type `Self@test_stp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :9930:9 - Object of type `Self@test_stp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :9930:26 - Object of type `Self@test_stp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :9931:9 - Object of type `Self@test_stp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :9931:26 - Object of type `Self@test_stp_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :9936:9 - Object of type `Self@test_stp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :9937:9 - Object of type `Self@test_stp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :9938:9 - Object of type `Self@test_stp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :9939:17 - Object of type `Self@test_stp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :9940:9 - Object of type `Self@test_stp_base_offset_max64` has no attribute `_execute`
[error] unresolved-attribute - :9941:9 - Object of type `Self@test_stp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9941:26 - Object of type `Self@test_stp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :9942:9 - Object of type `Self@test_stp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9942:26 - Object of type `Self@test_stp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :9943:9 - Object of type `Self@test_stp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9943:26 - Object of type `Self@test_stp_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :9948:9 - Object of type `Self@test_stp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :9949:9 - Object of type `Self@test_stp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :9950:9 - Object of type `Self@test_stp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :9951:17 - Object of type `Self@test_stp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :9952:9 - Object of type `Self@test_stp_base_offset_min64` has no attribute `_execute`
[error] unresolved-attribute - :9953:9 - Object of type `Self@test_stp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9953:26 - Object of type `Self@test_stp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :9954:9 - Object of type `Self@test_stp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9954:26 - Object of type `Self@test_stp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :9955:9 - Object of type `Self@test_stp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9955:26 - Object of type `Self@test_stp_base_offset_min64` has no attribute `rf`
[error] unresolved-attribute - :9960:9 - Object of type `Self@test_stp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9961:9 - Object of type `Self@test_stp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9962:17 - Object of type `Self@test_stp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9963:9 - Object of type `Self@test_stp_post_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :9964:9 - Object of type `Self@test_stp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :9964:26 - Object of type `Self@test_stp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9965:9 - Object of type `Self@test_stp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :9965:26 - Object of type `Self@test_stp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9966:9 - Object of type `Self@test_stp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :9966:26 - Object of type `Self@test_stp_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :9971:9 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :9972:9 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :9973:17 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :9974:9 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `_execute`
[error] unresolved-attribute - :9975:9 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9975:26 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :9976:9 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9976:26 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :9977:9 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :9977:26 - Object of type `Self@test_stp_post_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :9982:9 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :9983:9 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :9984:17 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :9985:9 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `_execute`
[error] unresolved-attribute - :9986:9 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9986:26 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :9987:9 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9987:26 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :9988:9 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :9988:26 - Object of type `Self@test_stp_post_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :9993:9 - Object of type `Self@test_stp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9994:9 - Object of type `Self@test_stp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9995:17 - Object of type `Self@test_stp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9996:9 - Object of type `Self@test_stp_pre_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :9997:9 - Object of type `Self@test_stp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :9997:26 - Object of type `Self@test_stp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9998:9 - Object of type `Self@test_stp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :9998:26 - Object of type `Self@test_stp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :9999:9 - Object of type `Self@test_stp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :9999:26 - Object of type `Self@test_stp_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :10004:9 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10005:9 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10006:9 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10007:17 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10008:9 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `_execute`
[error] unresolved-attribute - :10009:9 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10009:26 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10010:9 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10010:26 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10011:9 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10011:26 - Object of type `Self@test_stp_pre_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :10016:9 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10017:9 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10018:9 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10019:17 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10020:9 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `_execute`
[error] unresolved-attribute - :10021:9 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10021:26 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10022:9 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10022:26 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10023:9 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10023:26 - Object of type `Self@test_stp_pre_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :10037:13 - Object of type `Self@test_stp_simd_fp_base32` has no attribute `_execute`
[error] unresolved-attribute - :10038:9 - Object of type `Self@test_stp_simd_fp_base32` has no attribute `cpu`
[error] unresolved-attribute - :10039:17 - Object of type `Self@test_stp_simd_fp_base32` has no attribute `cpu`
[error] unresolved-attribute - :10040:9 - Object of type `Self@test_stp_simd_fp_base32` has no attribute `_execute`
[error] unresolved-attribute - :10041:9 - Object of type `Self@test_stp_simd_fp_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :10041:26 - Object of type `Self@test_stp_simd_fp_base32` has no attribute `cpu`
[error] unresolved-attribute - :10042:9 - Object of type `Self@test_stp_simd_fp_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :10042:26 - Object of type `Self@test_stp_simd_fp_base32` has no attribute `rf`
[error] unresolved-attribute - :10057:13 - Object of type `Self@test_stp_simd_fp_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :10058:9 - Object of type `Self@test_stp_simd_fp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :10059:9 - Object of type `Self@test_stp_simd_fp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :10060:17 - Object of type `Self@test_stp_simd_fp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :10061:9 - Object of type `Self@test_stp_simd_fp_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :10062:9 - Object of type `Self@test_stp_simd_fp_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :10062:26 - Object of type `Self@test_stp_simd_fp_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :10063:9 - Object of type `Self@test_stp_simd_fp_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :10063:26 - Object of type `Self@test_stp_simd_fp_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :10078:13 - Object of type `Self@test_stp_simd_fp_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :10079:9 - Object of type `Self@test_stp_simd_fp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :10080:9 - Object of type `Self@test_stp_simd_fp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :10081:17 - Object of type `Self@test_stp_simd_fp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :10082:9 - Object of type `Self@test_stp_simd_fp_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :10083:9 - Object of type `Self@test_stp_simd_fp_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :10083:26 - Object of type `Self@test_stp_simd_fp_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :10084:9 - Object of type `Self@test_stp_simd_fp_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :10084:26 - Object of type `Self@test_stp_simd_fp_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :10099:13 - Object of type `Self@test_stp_simd_fp_base_offset_min32` has no attribute `_execute`
[error] unresolved-attribute - :10100:9 - Object of type `Self@test_stp_simd_fp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :10101:9 - Object of type `Self@test_stp_simd_fp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :10102:17 - Object of type `Self@test_stp_simd_fp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :10103:9 - Object of type `Self@test_stp_simd_fp_base_offset_min32` has no attribute `_execute`
[error] unresolved-attribute - :10104:9 - Object of type `Self@test_stp_simd_fp_base_offset_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :10104:26 - Object of type `Self@test_stp_simd_fp_base_offset_min32` has no attribute `cpu`
[error] unresolved-attribute - :10105:9 - Object of type `Self@test_stp_simd_fp_base_offset_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :10105:26 - Object of type `Self@test_stp_simd_fp_base_offset_min32` has no attribute `rf`
[error] unresolved-attribute - :10120:13 - Object of type `Self@test_stp_simd_fp_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :10121:9 - Object of type `Self@test_stp_simd_fp_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10122:17 - Object of type `Self@test_stp_simd_fp_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10123:9 - Object of type `Self@test_stp_simd_fp_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :10124:9 - Object of type `Self@test_stp_simd_fp_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :10124:26 - Object of type `Self@test_stp_simd_fp_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10125:9 - Object of type `Self@test_stp_simd_fp_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :10125:26 - Object of type `Self@test_stp_simd_fp_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :10140:13 - Object of type `Self@test_stp_simd_fp_post_indexed_max32` has no attribute `_execute`
[error] unresolved-attribute - :10141:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :10142:17 - Object of type `Self@test_stp_simd_fp_post_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :10143:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max32` has no attribute `_execute`
[error] unresolved-attribute - :10144:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :10144:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :10145:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :10145:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :10160:13 - Object of type `Self@test_stp_simd_fp_post_indexed_min32` has no attribute `_execute`
[error] unresolved-attribute - :10161:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :10162:17 - Object of type `Self@test_stp_simd_fp_post_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :10163:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min32` has no attribute `_execute`
[error] unresolved-attribute - :10164:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :10164:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :10165:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :10165:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :10180:13 - Object of type `Self@test_stp_simd_fp_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :10181:9 - Object of type `Self@test_stp_simd_fp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10182:9 - Object of type `Self@test_stp_simd_fp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10183:17 - Object of type `Self@test_stp_simd_fp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10184:9 - Object of type `Self@test_stp_simd_fp_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :10185:9 - Object of type `Self@test_stp_simd_fp_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :10185:26 - Object of type `Self@test_stp_simd_fp_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10186:9 - Object of type `Self@test_stp_simd_fp_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :10186:26 - Object of type `Self@test_stp_simd_fp_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :10201:13 - Object of type `Self@test_stp_simd_fp_pre_indexed_max32` has no attribute `_execute`
[error] unresolved-attribute - :10202:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :10203:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :10204:17 - Object of type `Self@test_stp_simd_fp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :10205:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max32` has no attribute `_execute`
[error] unresolved-attribute - :10206:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :10206:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max32` has no attribute `cpu`
[error] unresolved-attribute - :10207:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :10207:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max32` has no attribute `rf`
[error] unresolved-attribute - :10222:13 - Object of type `Self@test_stp_simd_fp_pre_indexed_min32` has no attribute `_execute`
[error] unresolved-attribute - :10223:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :10224:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :10225:17 - Object of type `Self@test_stp_simd_fp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :10226:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min32` has no attribute `_execute`
[error] unresolved-attribute - :10227:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :10227:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min32` has no attribute `cpu`
[error] unresolved-attribute - :10228:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :10228:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min32` has no attribute `rf`
[error] unresolved-attribute - :10240:13 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `_execute`
[error] unresolved-attribute - :10241:9 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `cpu`
[error] unresolved-attribute - :10242:9 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `cpu`
[error] unresolved-attribute - :10243:17 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `cpu`
[error] unresolved-attribute - :10244:9 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `_execute`
[error] unresolved-attribute - :10245:9 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :10245:26 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `cpu`
[error] unresolved-attribute - :10246:9 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :10246:26 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `cpu`
[error] unresolved-attribute - :10247:9 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :10247:26 - Object of type `Self@test_stp_simd_fp_base64` has no attribute `rf`
[error] unresolved-attribute - :10262:13 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `_execute`
[error] unresolved-attribute - :10263:9 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10264:9 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10265:9 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10266:17 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10267:9 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `_execute`
[error] unresolved-attribute - :10268:9 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :10268:26 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10269:9 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :10269:26 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10270:9 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :10270:26 - Object of type `Self@test_stp_simd_fp_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :10285:13 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `_execute`
[error] unresolved-attribute - :10286:9 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10287:9 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10288:9 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10289:17 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10290:9 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `_execute`
[error] unresolved-attribute - :10291:9 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10291:26 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10292:9 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10292:26 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10293:9 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10293:26 - Object of type `Self@test_stp_simd_fp_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :10308:13 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `_execute`
[error] unresolved-attribute - :10309:9 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :10310:9 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :10311:9 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :10312:17 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :10313:9 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `_execute`
[error] unresolved-attribute - :10314:9 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10314:26 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :10315:9 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10315:26 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `cpu`
[error] unresolved-attribute - :10316:9 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10316:26 - Object of type `Self@test_stp_simd_fp_base_offset_min64` has no attribute `rf`
[error] unresolved-attribute - :10331:13 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :10332:9 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10333:9 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10334:17 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10335:9 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :10336:9 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10336:26 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10337:9 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10337:26 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10338:9 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10338:26 - Object of type `Self@test_stp_simd_fp_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :10353:13 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `_execute`
[error] unresolved-attribute - :10354:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10355:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10356:17 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10357:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `_execute`
[error] unresolved-attribute - :10358:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10358:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10359:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10359:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10360:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10360:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :10375:13 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `_execute`
[error] unresolved-attribute - :10376:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10377:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10378:17 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10379:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `_execute`
[error] unresolved-attribute - :10380:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10380:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10381:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10381:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10382:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10382:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :10397:13 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :10398:9 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10399:9 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10400:17 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10401:9 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :10402:9 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10402:26 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10403:9 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10403:26 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10404:9 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10404:26 - Object of type `Self@test_stp_simd_fp_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :10419:13 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `_execute`
[error] unresolved-attribute - :10420:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10421:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10422:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10423:17 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10424:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `_execute`
[error] unresolved-attribute - :10425:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10425:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10426:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10426:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `cpu`
[error] unresolved-attribute - :10427:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10427:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max64` has no attribute `rf`
[error] unresolved-attribute - :10442:13 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `_execute`
[error] unresolved-attribute - :10443:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10444:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10445:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10446:17 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10447:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `_execute`
[error] unresolved-attribute - :10448:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10448:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10449:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10449:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `cpu`
[error] unresolved-attribute - :10450:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :10450:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min64` has no attribute `rf`
[error] unresolved-attribute - :10462:13 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `_execute`
[error] unresolved-attribute - :10463:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `cpu`
[error] unresolved-attribute - :10464:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `cpu`
[error] unresolved-attribute - :10465:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `cpu`
[error] unresolved-attribute - :10466:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `cpu`
[error] unresolved-attribute - :10467:17 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `cpu`
[error] unresolved-attribute - :10468:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `_execute`
[error] unresolved-attribute - :10469:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `assertEqual`
[error] unresolved-attribute - :10469:26 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `cpu`
[error] unresolved-attribute - :10470:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `assertEqual`
[error] unresolved-attribute - :10470:26 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `cpu`
[error] unresolved-attribute - :10471:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `assertEqual`
[error] unresolved-attribute - :10471:26 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `cpu`
[error] unresolved-attribute - :10472:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `assertEqual`
[error] unresolved-attribute - :10472:26 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `cpu`
[error] unresolved-attribute - :10473:9 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `assertEqual`
[error] unresolved-attribute - :10473:26 - Object of type `Self@test_stp_simd_fp_base128` has no attribute `rf`
[error] unresolved-attribute - :10488:13 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `_execute`
[error] unresolved-attribute - :10489:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10490:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10491:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10492:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10493:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10494:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10495:17 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10496:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `_execute`
[error] unresolved-attribute - :10497:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `assertEqual`
[error] unresolved-attribute - :10497:26 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10498:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `assertEqual`
[error] unresolved-attribute - :10498:26 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10499:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `assertEqual`
[error] unresolved-attribute - :10499:26 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10500:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `assertEqual`
[error] unresolved-attribute - :10500:26 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `cpu`
[error] unresolved-attribute - :10501:9 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `assertEqual`
[error] unresolved-attribute - :10501:26 - Object of type `Self@test_stp_simd_fp_base_offset128` has no attribute `rf`
[error] unresolved-attribute - :10516:13 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `_execute`
[error] unresolved-attribute - :10517:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10518:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10519:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10520:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10521:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10522:17 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10523:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `_execute`
[error] unresolved-attribute - :10524:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10524:26 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10525:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10525:26 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10526:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10526:26 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10527:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10527:26 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `cpu`
[error] unresolved-attribute - :10528:9 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10528:26 - Object of type `Self@test_stp_simd_fp_base_offset_max128` has no attribute `rf`
[error] unresolved-attribute - :10543:13 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `_execute`
[error] unresolved-attribute - :10544:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10545:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10546:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10547:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10548:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10549:17 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10550:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `_execute`
[error] unresolved-attribute - :10551:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10551:26 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10552:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10552:26 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10553:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10553:26 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10554:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10554:26 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `cpu`
[error] unresolved-attribute - :10555:9 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10555:26 - Object of type `Self@test_stp_simd_fp_base_offset_min128` has no attribute `rf`
[error] unresolved-attribute - :10570:13 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `_execute`
[error] unresolved-attribute - :10571:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10572:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10573:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10574:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10575:17 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10576:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `_execute`
[error] unresolved-attribute - :10577:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10577:26 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10578:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10578:26 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10579:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10579:26 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10580:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10580:26 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10581:9 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10581:26 - Object of type `Self@test_stp_simd_fp_post_indexed128` has no attribute `rf`
[error] unresolved-attribute - :10596:13 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `_execute`
[error] unresolved-attribute - :10597:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10598:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10599:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10600:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10601:17 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10602:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `_execute`
[error] unresolved-attribute - :10603:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10603:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10604:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10604:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10605:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10605:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10606:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10606:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10607:9 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10607:26 - Object of type `Self@test_stp_simd_fp_post_indexed_max128` has no attribute `rf`
[error] unresolved-attribute - :10622:13 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `_execute`
[error] unresolved-attribute - :10623:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10624:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10625:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10626:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10627:17 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10628:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `_execute`
[error] unresolved-attribute - :10629:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10629:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10630:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10630:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10631:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10631:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10632:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10632:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10633:9 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10633:26 - Object of type `Self@test_stp_simd_fp_post_indexed_min128` has no attribute `rf`
[error] unresolved-attribute - :10648:13 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `_execute`
[error] unresolved-attribute - :10649:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10650:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10651:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10652:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10653:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10654:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10655:17 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10656:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `_execute`
[error] unresolved-attribute - :10657:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10657:26 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10658:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10658:26 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10659:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10659:26 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10660:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10660:26 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `cpu`
[error] unresolved-attribute - :10661:9 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `assertEqual`
[error] unresolved-attribute - :10661:26 - Object of type `Self@test_stp_simd_fp_pre_indexed128` has no attribute `rf`
[error] unresolved-attribute - :10676:13 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `_execute`
[error] unresolved-attribute - :10677:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10678:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10679:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10680:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10681:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10682:17 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10683:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `_execute`
[error] unresolved-attribute - :10684:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10684:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10685:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10685:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10686:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10686:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10687:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10687:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `cpu`
[error] unresolved-attribute - :10688:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `assertEqual`
[error] unresolved-attribute - :10688:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_max128` has no attribute `rf`
[error] unresolved-attribute - :10703:13 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `_execute`
[error] unresolved-attribute - :10704:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10705:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10706:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10707:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10708:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10709:17 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10710:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `_execute`
[error] unresolved-attribute - :10711:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10711:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10712:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10712:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10713:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10713:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10714:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10714:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `cpu`
[error] unresolved-attribute - :10715:9 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `assertEqual`
[error] unresolved-attribute - :10715:26 - Object of type `Self@test_stp_simd_fp_pre_indexed_min128` has no attribute `rf`
[error] unresolved-attribute - :10729:9 - Object of type `Self@test_str_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :10730:17 - Object of type `Self@test_str_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :10731:9 - Object of type `Self@test_str_imm_base32` has no attribute `_execute`
[error] unresolved-attribute - :10732:9 - Object of type `Self@test_str_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :10732:26 - Object of type `Self@test_str_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :10733:9 - Object of type `Self@test_str_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :10733:26 - Object of type `Self@test_str_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :10738:9 - Object of type `Self@test_str_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :10739:9 - Object of type `Self@test_str_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :10740:17 - Object of type `Self@test_str_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :10741:9 - Object of type `Self@test_str_imm_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :10742:9 - Object of type `Self@test_str_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :10742:26 - Object of type `Self@test_str_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :10743:9 - Object of type `Self@test_str_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :10743:26 - Object of type `Self@test_str_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :10748:9 - Object of type `Self@test_str_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :10749:9 - Object of type `Self@test_str_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :10750:17 - Object of type `Self@test_str_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :10751:9 - Object of type `Self@test_str_imm_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :10752:9 - Object of type `Self@test_str_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :10752:26 - Object of type `Self@test_str_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :10753:9 - Object of type `Self@test_str_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :10753:26 - Object of type `Self@test_str_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :10758:9 - Object of type `Self@test_str_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10759:17 - Object of type `Self@test_str_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10760:9 - Object of type `Self@test_str_imm_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :10761:9 - Object of type `Self@test_str_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :10761:26 - Object of type `Self@test_str_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10762:9 - Object of type `Self@test_str_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :10762:26 - Object of type `Self@test_str_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :10767:9 - Object of type `Self@test_str_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :10768:17 - Object of type `Self@test_str_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :10769:9 - Object of type `Self@test_str_imm_post_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :10770:9 - Object of type `Self@test_str_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :10770:26 - Object of type `Self@test_str_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :10771:9 - Object of type `Self@test_str_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :10771:26 - Object of type `Self@test_str_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :10776:9 - Object of type `Self@test_str_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10777:9 - Object of type `Self@test_str_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10778:17 - Object of type `Self@test_str_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10779:9 - Object of type `Self@test_str_imm_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :10780:9 - Object of type `Self@test_str_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :10780:26 - Object of type `Self@test_str_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :10781:9 - Object of type `Self@test_str_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :10781:26 - Object of type `Self@test_str_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :10786:9 - Object of type `Self@test_str_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :10787:9 - Object of type `Self@test_str_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :10788:17 - Object of type `Self@test_str_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :10789:9 - Object of type `Self@test_str_imm_pre_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :10790:9 - Object of type `Self@test_str_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :10790:26 - Object of type `Self@test_str_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :10791:9 - Object of type `Self@test_str_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :10791:26 - Object of type `Self@test_str_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :10798:9 - Object of type `Self@test_str_imm_base64` has no attribute `cpu`
[error] unresolved-attribute - :10799:17 - Object of type `Self@test_str_imm_base64` has no attribute `cpu`
[error] unresolved-attribute - :10800:9 - Object of type `Self@test_str_imm_base64` has no attribute `_execute`
[error] unresolved-attribute - :10801:9 - Object of type `Self@test_str_imm_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :10801:26 - Object of type `Self@test_str_imm_base64` has no attribute `cpu`
[error] unresolved-attribute - :10802:9 - Object of type `Self@test_str_imm_base64` has no attribute `assertEqual`
[error] unresolved-attribute - :10802:26 - Object of type `Self@test_str_imm_base64` has no attribute `rf`
[error] unresolved-attribute - :10807:9 - Object of type `Self@test_str_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10808:9 - Object of type `Self@test_str_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10809:17 - Object of type `Self@test_str_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10810:9 - Object of type `Self@test_str_imm_base_offset64` has no attribute `_execute`
[error] unresolved-attribute - :10811:9 - Object of type `Self@test_str_imm_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :10811:26 - Object of type `Self@test_str_imm_base_offset64` has no attribute `cpu`
[error] unresolved-attribute - :10812:9 - Object of type `Self@test_str_imm_base_offset64` has no attribute `assertEqual`
[error] unresolved-attribute - :10812:26 - Object of type `Self@test_str_imm_base_offset64` has no attribute `rf`
[error] unresolved-attribute - :10817:9 - Object of type `Self@test_str_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10818:9 - Object of type `Self@test_str_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10819:17 - Object of type `Self@test_str_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10820:9 - Object of type `Self@test_str_imm_base_offset_max64` has no attribute `_execute`
[error] unresolved-attribute - :10821:9 - Object of type `Self@test_str_imm_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10821:26 - Object of type `Self@test_str_imm_base_offset_max64` has no attribute `cpu`
[error] unresolved-attribute - :10822:9 - Object of type `Self@test_str_imm_base_offset_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :10822:26 - Object of type `Self@test_str_imm_base_offset_max64` has no attribute `rf`
[error] unresolved-attribute - :10827:9 - Object of type `Self@test_str_imm_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10828:17 - Object of type `Self@test_str_imm_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10829:9 - Object of type `Self@test_str_imm_post_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :10830:9 - Object of type `Self@test_str_imm_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10830:26 - Object of type `Self@test_str_imm_post_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10831:9 - Object of type `Self@test_str_imm_post_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10831:26 - Object of type `Self@test_str_imm_post_indexed64` has no attribute `rf`
[error] unresolved-attribute - :10836:9 - Object of type `Self@test_str_imm_post_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :10837:17 - Object of type `Self@test_str_imm_post_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :10838:9 - Object of type `Self@test_str_imm_post_indexed_neg64` has no attribute `_execute`
[error] unresolved-attribute - :10839:9 - Object of type `Self@test_str_imm_post_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :10839:26 - Object of type `Self@test_str_imm_post_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :10840:9 - Object of type `Self@test_str_imm_post_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :10840:26 - Object of type `Self@test_str_imm_post_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :10845:9 - Object of type `Self@test_str_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10846:9 - Object of type `Self@test_str_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10847:17 - Object of type `Self@test_str_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10848:9 - Object of type `Self@test_str_imm_pre_indexed64` has no attribute `_execute`
[error] unresolved-attribute - :10849:9 - Object of type `Self@test_str_imm_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10849:26 - Object of type `Self@test_str_imm_pre_indexed64` has no attribute `cpu`
[error] unresolved-attribute - :10850:9 - Object of type `Self@test_str_imm_pre_indexed64` has no attribute `assertEqual`
[error] unresolved-attribute - :10850:26 - Object of type `Self@test_str_imm_pre_indexed64` has no attribute `rf`
[error] unresolved-attribute - :10855:9 - Object of type `Self@test_str_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :10856:9 - Object of type `Self@test_str_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :10857:17 - Object of type `Self@test_str_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :10858:9 - Object of type `Self@test_str_imm_pre_indexed_neg64` has no attribute `_execute`
[error] unresolved-attribute - :10859:9 - Object of type `Self@test_str_imm_pre_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :10859:26 - Object of type `Self@test_str_imm_pre_indexed_neg64` has no attribute `cpu`
[error] unresolved-attribute - :10860:9 - Object of type `Self@test_str_imm_pre_indexed_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :10860:26 - Object of type `Self@test_str_imm_pre_indexed_neg64` has no attribute `rf`
[error] unresolved-attribute - :10869:9 - Object of type `Self@test_str_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :10872:17 - Object of type `Self@test_str_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :10873:9 - Object of type `Self@test_str_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :10874:9 - Object of type `Self@test_str_reg_uxtw32` has no attribute `_execute`
[error] unresolved-attribute - :10875:9 - Object of type `Self@test_str_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :10875:26 - Object of type `Self@test_str_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :10880:9 - Object of type `Self@test_str_reg_uxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :10883:17 - Object of type `Self@test_str_reg_uxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :10884:9 - Object of type `Self@test_str_reg_uxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :10885:9 - Object of type `Self@test_str_reg_uxtw2_32` has no attribute `_execute`
[error] unresolved-attribute - :10886:9 - Object of type `Self@test_str_reg_uxtw2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :10886:26 - Object of type `Self@test_str_reg_uxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :10891:9 - Object of type `Self@test_str_reg32` has no attribute `cpu`
[error] unresolved-attribute - :10892:9 - Object of type `Self@test_str_reg32` has no attribute `cpu`
[error] unresolved-attribute - :10893:9 - Object of type `Self@test_str_reg32` has no attribute `_execute`
[error] unresolved-attribute - :10894:9 - Object of type `Self@test_str_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :10894:26 - Object of type `Self@test_str_reg32` has no attribute `cpu`
[error] unresolved-attribute - :10894:44 - Object of type `Self@test_str_reg32` has no attribute `cpu`
[error] unresolved-attribute - :10899:9 - Object of type `Self@test_str_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :10900:9 - Object of type `Self@test_str_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :10901:9 - Object of type `Self@test_str_reg_lsl32` has no attribute `_execute`
[error] unresolved-attribute - :10902:9 - Object of type `Self@test_str_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :10902:26 - Object of type `Self@test_str_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :10902:44 - Object of type `Self@test_str_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :10907:9 - Object of type `Self@test_str_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :10908:17 - Object of type `Self@test_str_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :10909:9 - Object of type `Self@test_str_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :10910:9 - Object of type `Self@test_str_reg_sxtw32` has no attribute `_execute`
[error] unresolved-attribute - :10911:9 - Object of type `Self@test_str_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :10911:26 - Object of type `Self@test_str_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :10916:9 - Object of type `Self@test_str_reg_sxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :10917:17 - Object of type `Self@test_str_reg_sxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :10918:9 - Object of type `Self@test_str_reg_sxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :10919:9 - Object of type `Self@test_str_reg_sxtw2_32` has no attribute `_execute`
[error] unresolved-attribute - :10920:9 - Object of type `Self@test_str_reg_sxtw2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :10920:26 - Object of type `Self@test_str_reg_sxtw2_32` has no attribute `cpu`
[error] unresolved-attribute - :10925:9 - Object of type `Self@test_str_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :10926:17 - Object of type `Self@test_str_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :10927:9 - Object of type `Self@test_str_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :10928:9 - Object of type `Self@test_str_reg_sxtx32` has no attribute `_execute`
[error] unresolved-attribute - :10929:9 - Object of type `Self@test_str_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :10929:26 - Object of type `Self@test_str_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :10934:9 - Object of type `Self@test_str_reg_sxtx2_32` has no attribute `cpu`
[error] unresolved-attribute - :10935:17 - Object of type `Self@test_str_reg_sxtx2_32` has no attribute `cpu`
[error] unresolved-attribute - :10936:9 - Object of type `Self@test_str_reg_sxtx2_32` has no attribute `cpu`
[error] unresolved-attribute - :10937:9 - Object of type `Self@test_str_reg_sxtx2_32` has no attribute `_execute`
[error] unresolved-attribute - :10938:9 - Object of type `Self@test_str_reg_sxtx2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :10938:26 - Object of type `Self@test_str_reg_sxtx2_32` has no attribute `cpu`
[error] unresolved-attribute - :10945:9 - Object of type `Self@test_str_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :10948:17 - Object of type `Self@test_str_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :10949:9 - Object of type `Self@test_str_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :10950:9 - Object of type `Self@test_str_reg_uxtw64` has no attribute `_execute`
[error] unresolved-attribute - :10951:9 - Object of type `Self@test_str_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :10951:26 - Object of type `Self@test_str_reg_uxtw64` has no attribute `cpu`
[error] unresolved-attribute - :10956:9 - Object of type `Self@test_str_reg_uxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :10959:17 - Object of type `Self@test_str_reg_uxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :10960:9 - Object of type `Self@test_str_reg_uxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :10961:9 - Object of type `Self@test_str_reg_uxtw3_64` has no attribute `_execute`
[error] unresolved-attribute - :10962:9 - Object of type `Self@test_str_reg_uxtw3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :10962:26 - Object of type `Self@test_str_reg_uxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :10967:9 - Object of type `Self@test_str_reg64` has no attribute `cpu`
[error] unresolved-attribute - :10968:9 - Object of type `Self@test_str_reg64` has no attribute `cpu`
[error] unresolved-attribute - :10969:9 - Object of type `Self@test_str_reg64` has no attribute `_execute`
[error] unresolved-attribute - :10970:9 - Object of type `Self@test_str_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :10970:26 - Object of type `Self@test_str_reg64` has no attribute `cpu`
[error] unresolved-attribute - :10970:44 - Object of type `Self@test_str_reg64` has no attribute `cpu`
[error] unresolved-attribute - :10975:9 - Object of type `Self@test_str_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :10976:9 - Object of type `Self@test_str_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :10977:9 - Object of type `Self@test_str_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :10978:9 - Object of type `Self@test_str_reg_lsl64` has no attribute `_execute`
[error] unresolved-attribute - :10979:9 - Object of type `Self@test_str_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :10979:26 - Object of type `Self@test_str_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :10979:44 - Object of type `Self@test_str_reg_lsl64` has no attribute `cpu`
[error] unresolved-attribute - :10984:9 - Object of type `Self@test_str_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :10985:17 - Object of type `Self@test_str_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :10986:9 - Object of type `Self@test_str_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :10987:9 - Object of type `Self@test_str_reg_sxtw64` has no attribute `_execute`
[error] unresolved-attribute - :10988:9 - Object of type `Self@test_str_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :10988:26 - Object of type `Self@test_str_reg_sxtw64` has no attribute `cpu`
[error] unresolved-attribute - :10993:9 - Object of type `Self@test_str_reg_sxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :10994:17 - Object of type `Self@test_str_reg_sxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :10995:9 - Object of type `Self@test_str_reg_sxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :10996:9 - Object of type `Self@test_str_reg_sxtw3_64` has no attribute `_execute`
[error] unresolved-attribute - :10997:9 - Object of type `Self@test_str_reg_sxtw3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :10997:26 - Object of type `Self@test_str_reg_sxtw3_64` has no attribute `cpu`
[error] unresolved-attribute - :11002:9 - Object of type `Self@test_str_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :11003:17 - Object of type `Self@test_str_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :11004:9 - Object of type `Self@test_str_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :11005:9 - Object of type `Self@test_str_reg_sxtx64` has no attribute `_execute`
[error] unresolved-attribute - :11006:9 - Object of type `Self@test_str_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :11006:26 - Object of type `Self@test_str_reg_sxtx64` has no attribute `cpu`
[error] unresolved-attribute - :11011:9 - Object of type `Self@test_str_reg_sxtx3_64` has no attribute `cpu`
[error] unresolved-attribute - :11012:17 - Object of type `Self@test_str_reg_sxtx3_64` has no attribute `cpu`
[error] unresolved-attribute - :11013:9 - Object of type `Self@test_str_reg_sxtx3_64` has no attribute `cpu`
[error] unresolved-attribute - :11014:9 - Object of type `Self@test_str_reg_sxtx3_64` has no attribute `_execute`
[error] unresolved-attribute - :11015:9 - Object of type `Self@test_str_reg_sxtx3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11015:26 - Object of type `Self@test_str_reg_sxtx3_64` has no attribute `cpu`
[error] unresolved-attribute - :11027:9 - Object of type `Self@test_strb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :11028:17 - Object of type `Self@test_strb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :11029:9 - Object of type `Self@test_strb_imm_base32` has no attribute `_execute`
[error] unresolved-attribute - :11030:9 - Object of type `Self@test_strb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :11030:26 - Object of type `Self@test_strb_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :11031:9 - Object of type `Self@test_strb_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :11031:26 - Object of type `Self@test_strb_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :11036:9 - Object of type `Self@test_strb_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :11037:9 - Object of type `Self@test_strb_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :11038:17 - Object of type `Self@test_strb_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :11039:9 - Object of type `Self@test_strb_imm_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :11040:9 - Object of type `Self@test_strb_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :11040:26 - Object of type `Self@test_strb_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :11041:9 - Object of type `Self@test_strb_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :11041:26 - Object of type `Self@test_strb_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :11046:9 - Object of type `Self@test_strb_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :11047:9 - Object of type `Self@test_strb_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :11048:17 - Object of type `Self@test_strb_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :11049:9 - Object of type `Self@test_strb_imm_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :11050:9 - Object of type `Self@test_strb_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11050:26 - Object of type `Self@test_strb_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :11051:9 - Object of type `Self@test_strb_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11051:26 - Object of type `Self@test_strb_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :11056:9 - Object of type `Self@test_strb_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11057:17 - Object of type `Self@test_strb_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11058:9 - Object of type `Self@test_strb_imm_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :11059:9 - Object of type `Self@test_strb_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :11059:26 - Object of type `Self@test_strb_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11060:9 - Object of type `Self@test_strb_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :11060:26 - Object of type `Self@test_strb_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :11065:9 - Object of type `Self@test_strb_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11066:17 - Object of type `Self@test_strb_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11067:9 - Object of type `Self@test_strb_imm_post_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :11068:9 - Object of type `Self@test_strb_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11068:26 - Object of type `Self@test_strb_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11069:9 - Object of type `Self@test_strb_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11069:26 - Object of type `Self@test_strb_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :11074:9 - Object of type `Self@test_strb_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11075:9 - Object of type `Self@test_strb_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11076:17 - Object of type `Self@test_strb_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11077:9 - Object of type `Self@test_strb_imm_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :11078:9 - Object of type `Self@test_strb_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :11078:26 - Object of type `Self@test_strb_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11079:9 - Object of type `Self@test_strb_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :11079:26 - Object of type `Self@test_strb_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :11084:9 - Object of type `Self@test_strb_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11085:9 - Object of type `Self@test_strb_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11086:17 - Object of type `Self@test_strb_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11087:9 - Object of type `Self@test_strb_imm_pre_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :11088:9 - Object of type `Self@test_strb_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11088:26 - Object of type `Self@test_strb_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11089:9 - Object of type `Self@test_strb_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11089:26 - Object of type `Self@test_strb_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :11096:9 - Object of type `Self@test_strb_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11099:17 - Object of type `Self@test_strb_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11100:9 - Object of type `Self@test_strb_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11101:9 - Object of type `Self@test_strb_reg_uxtw32` has no attribute `_execute`
[error] unresolved-attribute - :11102:9 - Object of type `Self@test_strb_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11102:26 - Object of type `Self@test_strb_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11107:9 - Object of type `Self@test_strb_reg_uxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :11110:17 - Object of type `Self@test_strb_reg_uxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :11111:9 - Object of type `Self@test_strb_reg_uxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :11112:9 - Object of type `Self@test_strb_reg_uxtw0_32` has no attribute `_execute`
[error] unresolved-attribute - :11113:9 - Object of type `Self@test_strb_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11113:26 - Object of type `Self@test_strb_reg_uxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :11118:9 - Object of type `Self@test_strb_reg32` has no attribute `cpu`
[error] unresolved-attribute - :11119:9 - Object of type `Self@test_strb_reg32` has no attribute `cpu`
[error] unresolved-attribute - :11120:9 - Object of type `Self@test_strb_reg32` has no attribute `_execute`
[error] unresolved-attribute - :11121:9 - Object of type `Self@test_strb_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11121:26 - Object of type `Self@test_strb_reg32` has no attribute `cpu`
[error] unresolved-attribute - :11121:44 - Object of type `Self@test_strb_reg32` has no attribute `cpu`
[error] unresolved-attribute - :11126:9 - Object of type `Self@test_strb_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :11127:9 - Object of type `Self@test_strb_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :11128:9 - Object of type `Self@test_strb_reg_lsl32` has no attribute `_execute`
[error] unresolved-attribute - :11129:9 - Object of type `Self@test_strb_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :11129:26 - Object of type `Self@test_strb_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :11129:44 - Object of type `Self@test_strb_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :11134:9 - Object of type `Self@test_strb_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11135:17 - Object of type `Self@test_strb_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11136:9 - Object of type `Self@test_strb_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11137:9 - Object of type `Self@test_strb_reg_sxtw32` has no attribute `_execute`
[error] unresolved-attribute - :11138:9 - Object of type `Self@test_strb_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11138:26 - Object of type `Self@test_strb_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11143:9 - Object of type `Self@test_strb_reg_sxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :11144:17 - Object of type `Self@test_strb_reg_sxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :11145:9 - Object of type `Self@test_strb_reg_sxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :11146:9 - Object of type `Self@test_strb_reg_sxtw0_32` has no attribute `_execute`
[error] unresolved-attribute - :11147:9 - Object of type `Self@test_strb_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11147:26 - Object of type `Self@test_strb_reg_sxtw0_32` has no attribute `cpu`
[error] unresolved-attribute - :11152:9 - Object of type `Self@test_strb_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :11153:17 - Object of type `Self@test_strb_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :11154:9 - Object of type `Self@test_strb_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :11155:9 - Object of type `Self@test_strb_reg_sxtx32` has no attribute `_execute`
[error] unresolved-attribute - :11156:9 - Object of type `Self@test_strb_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :11156:26 - Object of type `Self@test_strb_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :11161:9 - Object of type `Self@test_strb_reg_sxtx0_32` has no attribute `cpu`
[error] unresolved-attribute - :11162:17 - Object of type `Self@test_strb_reg_sxtx0_32` has no attribute `cpu`
[error] unresolved-attribute - :11163:9 - Object of type `Self@test_strb_reg_sxtx0_32` has no attribute `cpu`
[error] unresolved-attribute - :11164:9 - Object of type `Self@test_strb_reg_sxtx0_32` has no attribute `_execute`
[error] unresolved-attribute - :11165:9 - Object of type `Self@test_strb_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11165:26 - Object of type `Self@test_strb_reg_sxtx0_32` has no attribute `cpu`
[error] unresolved-attribute - :11177:9 - Object of type `Self@test_strh_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :11178:17 - Object of type `Self@test_strh_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :11179:9 - Object of type `Self@test_strh_imm_base32` has no attribute `_execute`
[error] unresolved-attribute - :11180:9 - Object of type `Self@test_strh_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :11180:26 - Object of type `Self@test_strh_imm_base32` has no attribute `cpu`
[error] unresolved-attribute - :11181:9 - Object of type `Self@test_strh_imm_base32` has no attribute `assertEqual`
[error] unresolved-attribute - :11181:26 - Object of type `Self@test_strh_imm_base32` has no attribute `rf`
[error] unresolved-attribute - :11186:9 - Object of type `Self@test_strh_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :11187:9 - Object of type `Self@test_strh_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :11188:17 - Object of type `Self@test_strh_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :11189:9 - Object of type `Self@test_strh_imm_base_offset32` has no attribute `_execute`
[error] unresolved-attribute - :11190:9 - Object of type `Self@test_strh_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :11190:26 - Object of type `Self@test_strh_imm_base_offset32` has no attribute `cpu`
[error] unresolved-attribute - :11191:9 - Object of type `Self@test_strh_imm_base_offset32` has no attribute `assertEqual`
[error] unresolved-attribute - :11191:26 - Object of type `Self@test_strh_imm_base_offset32` has no attribute `rf`
[error] unresolved-attribute - :11196:9 - Object of type `Self@test_strh_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :11197:9 - Object of type `Self@test_strh_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :11198:17 - Object of type `Self@test_strh_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :11199:9 - Object of type `Self@test_strh_imm_base_offset_max32` has no attribute `_execute`
[error] unresolved-attribute - :11200:9 - Object of type `Self@test_strh_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11200:26 - Object of type `Self@test_strh_imm_base_offset_max32` has no attribute `cpu`
[error] unresolved-attribute - :11201:9 - Object of type `Self@test_strh_imm_base_offset_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11201:26 - Object of type `Self@test_strh_imm_base_offset_max32` has no attribute `rf`
[error] unresolved-attribute - :11206:9 - Object of type `Self@test_strh_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11207:17 - Object of type `Self@test_strh_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11208:9 - Object of type `Self@test_strh_imm_post_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :11209:9 - Object of type `Self@test_strh_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :11209:26 - Object of type `Self@test_strh_imm_post_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11210:9 - Object of type `Self@test_strh_imm_post_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :11210:26 - Object of type `Self@test_strh_imm_post_indexed32` has no attribute `rf`
[error] unresolved-attribute - :11215:9 - Object of type `Self@test_strh_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11216:17 - Object of type `Self@test_strh_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11217:9 - Object of type `Self@test_strh_imm_post_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :11218:9 - Object of type `Self@test_strh_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11218:26 - Object of type `Self@test_strh_imm_post_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11219:9 - Object of type `Self@test_strh_imm_post_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11219:26 - Object of type `Self@test_strh_imm_post_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :11224:9 - Object of type `Self@test_strh_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11225:9 - Object of type `Self@test_strh_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11226:17 - Object of type `Self@test_strh_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11227:9 - Object of type `Self@test_strh_imm_pre_indexed32` has no attribute `_execute`
[error] unresolved-attribute - :11228:9 - Object of type `Self@test_strh_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :11228:26 - Object of type `Self@test_strh_imm_pre_indexed32` has no attribute `cpu`
[error] unresolved-attribute - :11229:9 - Object of type `Self@test_strh_imm_pre_indexed32` has no attribute `assertEqual`
[error] unresolved-attribute - :11229:26 - Object of type `Self@test_strh_imm_pre_indexed32` has no attribute `rf`
[error] unresolved-attribute - :11234:9 - Object of type `Self@test_strh_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11235:9 - Object of type `Self@test_strh_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11236:17 - Object of type `Self@test_strh_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11237:9 - Object of type `Self@test_strh_imm_pre_indexed_neg32` has no attribute `_execute`
[error] unresolved-attribute - :11238:9 - Object of type `Self@test_strh_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11238:26 - Object of type `Self@test_strh_imm_pre_indexed_neg32` has no attribute `cpu`
[error] unresolved-attribute - :11239:9 - Object of type `Self@test_strh_imm_pre_indexed_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11239:26 - Object of type `Self@test_strh_imm_pre_indexed_neg32` has no attribute `rf`
[error] unresolved-attribute - :11246:9 - Object of type `Self@test_strh_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11249:17 - Object of type `Self@test_strh_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11250:9 - Object of type `Self@test_strh_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11251:9 - Object of type `Self@test_strh_reg_uxtw32` has no attribute `_execute`
[error] unresolved-attribute - :11252:9 - Object of type `Self@test_strh_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11252:26 - Object of type `Self@test_strh_reg_uxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11257:9 - Object of type `Self@test_strh_reg_uxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :11260:17 - Object of type `Self@test_strh_reg_uxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :11261:9 - Object of type `Self@test_strh_reg_uxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :11262:9 - Object of type `Self@test_strh_reg_uxtw1_32` has no attribute `_execute`
[error] unresolved-attribute - :11263:9 - Object of type `Self@test_strh_reg_uxtw1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11263:26 - Object of type `Self@test_strh_reg_uxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :11268:9 - Object of type `Self@test_strh_reg32` has no attribute `cpu`
[error] unresolved-attribute - :11269:9 - Object of type `Self@test_strh_reg32` has no attribute `cpu`
[error] unresolved-attribute - :11270:9 - Object of type `Self@test_strh_reg32` has no attribute `_execute`
[error] unresolved-attribute - :11271:9 - Object of type `Self@test_strh_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11271:26 - Object of type `Self@test_strh_reg32` has no attribute `cpu`
[error] unresolved-attribute - :11271:44 - Object of type `Self@test_strh_reg32` has no attribute `cpu`
[error] unresolved-attribute - :11276:9 - Object of type `Self@test_strh_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :11277:9 - Object of type `Self@test_strh_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :11278:9 - Object of type `Self@test_strh_reg_lsl32` has no attribute `_execute`
[error] unresolved-attribute - :11279:9 - Object of type `Self@test_strh_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :11279:26 - Object of type `Self@test_strh_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :11279:44 - Object of type `Self@test_strh_reg_lsl32` has no attribute `cpu`
[error] unresolved-attribute - :11284:9 - Object of type `Self@test_strh_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11285:17 - Object of type `Self@test_strh_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11286:9 - Object of type `Self@test_strh_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11287:9 - Object of type `Self@test_strh_reg_sxtw32` has no attribute `_execute`
[error] unresolved-attribute - :11288:9 - Object of type `Self@test_strh_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11288:26 - Object of type `Self@test_strh_reg_sxtw32` has no attribute `cpu`
[error] unresolved-attribute - :11293:9 - Object of type `Self@test_strh_reg_sxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :11294:17 - Object of type `Self@test_strh_reg_sxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :11295:9 - Object of type `Self@test_strh_reg_sxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :11296:9 - Object of type `Self@test_strh_reg_sxtw1_32` has no attribute `_execute`
[error] unresolved-attribute - :11297:9 - Object of type `Self@test_strh_reg_sxtw1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11297:26 - Object of type `Self@test_strh_reg_sxtw1_32` has no attribute `cpu`
[error] unresolved-attribute - :11302:9 - Object of type `Self@test_strh_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :11303:17 - Object of type `Self@test_strh_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :11304:9 - Object of type `Self@test_strh_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :11305:9 - Object of type `Self@test_strh_reg_sxtx32` has no attribute `_execute`
[error] unresolved-attribute - :11306:9 - Object of type `Self@test_strh_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :11306:26 - Object of type `Self@test_strh_reg_sxtx32` has no attribute `cpu`
[error] unresolved-attribute - :11311:9 - Object of type `Self@test_strh_reg_sxtx1_32` has no attribute `cpu`
[error] unresolved-attribute - :11312:17 - Object of type `Self@test_strh_reg_sxtx1_32` has no attribute `cpu`
[error] unresolved-attribute - :11313:9 - Object of type `Self@test_strh_reg_sxtx1_32` has no attribute `cpu`
[error] unresolved-attribute - :11314:9 - Object of type `Self@test_strh_reg_sxtx1_32` has no attribute `_execute`
[error] unresolved-attribute - :11315:9 - Object of type `Self@test_strh_reg_sxtx1_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11315:26 - Object of type `Self@test_strh_reg_sxtx1_32` has no attribute `cpu`
[error] unresolved-attribute - :11324:9 - Object of type `Self@test_stur_min32` has no attribute `cpu`
[error] unresolved-attribute - :11325:9 - Object of type `Self@test_stur_min32` has no attribute `cpu`
[error] unresolved-attribute - :11326:17 - Object of type `Self@test_stur_min32` has no attribute `cpu`
[error] unresolved-attribute - :11327:9 - Object of type `Self@test_stur_min32` has no attribute `_execute`
[error] unresolved-attribute - :11328:9 - Object of type `Self@test_stur_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11328:26 - Object of type `Self@test_stur_min32` has no attribute `cpu`
[error] unresolved-attribute - :11329:9 - Object of type `Self@test_stur_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11329:26 - Object of type `Self@test_stur_min32` has no attribute `rf`
[error] unresolved-attribute - :11334:9 - Object of type `Self@test_stur_max32` has no attribute `cpu`
[error] unresolved-attribute - :11335:9 - Object of type `Self@test_stur_max32` has no attribute `cpu`
[error] unresolved-attribute - :11336:17 - Object of type `Self@test_stur_max32` has no attribute `cpu`
[error] unresolved-attribute - :11337:9 - Object of type `Self@test_stur_max32` has no attribute `_execute`
[error] unresolved-attribute - :11338:9 - Object of type `Self@test_stur_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11338:26 - Object of type `Self@test_stur_max32` has no attribute `cpu`
[error] unresolved-attribute - :11339:9 - Object of type `Self@test_stur_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11339:26 - Object of type `Self@test_stur_max32` has no attribute `rf`
[error] unresolved-attribute - :11344:9 - Object of type `Self@test_stur_one32` has no attribute `cpu`
[error] unresolved-attribute - :11345:9 - Object of type `Self@test_stur_one32` has no attribute `cpu`
[error] unresolved-attribute - :11346:17 - Object of type `Self@test_stur_one32` has no attribute `cpu`
[error] unresolved-attribute - :11347:9 - Object of type `Self@test_stur_one32` has no attribute `_execute`
[error] unresolved-attribute - :11348:9 - Object of type `Self@test_stur_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :11348:26 - Object of type `Self@test_stur_one32` has no attribute `cpu`
[error] unresolved-attribute - :11349:9 - Object of type `Self@test_stur_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :11349:26 - Object of type `Self@test_stur_one32` has no attribute `rf`
[error] unresolved-attribute - :11354:9 - Object of type `Self@test_stur32` has no attribute `cpu`
[error] unresolved-attribute - :11355:17 - Object of type `Self@test_stur32` has no attribute `cpu`
[error] unresolved-attribute - :11356:9 - Object of type `Self@test_stur32` has no attribute `_execute`
[error] unresolved-attribute - :11357:9 - Object of type `Self@test_stur32` has no attribute `assertEqual`
[error] unresolved-attribute - :11357:26 - Object of type `Self@test_stur32` has no attribute `cpu`
[error] unresolved-attribute - :11358:9 - Object of type `Self@test_stur32` has no attribute `assertEqual`
[error] unresolved-attribute - :11358:26 - Object of type `Self@test_stur32` has no attribute `rf`
[error] unresolved-attribute - :11365:9 - Object of type `Self@test_stur_min64` has no attribute `cpu`
[error] unresolved-attribute - :11366:9 - Object of type `Self@test_stur_min64` has no attribute `cpu`
[error] unresolved-attribute - :11367:17 - Object of type `Self@test_stur_min64` has no attribute `cpu`
[error] unresolved-attribute - :11368:9 - Object of type `Self@test_stur_min64` has no attribute `_execute`
[error] unresolved-attribute - :11369:9 - Object of type `Self@test_stur_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11369:26 - Object of type `Self@test_stur_min64` has no attribute `cpu`
[error] unresolved-attribute - :11370:9 - Object of type `Self@test_stur_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11370:26 - Object of type `Self@test_stur_min64` has no attribute `rf`
[error] unresolved-attribute - :11375:9 - Object of type `Self@test_stur_max64` has no attribute `cpu`
[error] unresolved-attribute - :11376:9 - Object of type `Self@test_stur_max64` has no attribute `cpu`
[error] unresolved-attribute - :11377:17 - Object of type `Self@test_stur_max64` has no attribute `cpu`
[error] unresolved-attribute - :11378:9 - Object of type `Self@test_stur_max64` has no attribute `_execute`
[error] unresolved-attribute - :11379:9 - Object of type `Self@test_stur_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11379:26 - Object of type `Self@test_stur_max64` has no attribute `cpu`
[error] unresolved-attribute - :11380:9 - Object of type `Self@test_stur_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11380:26 - Object of type `Self@test_stur_max64` has no attribute `rf`
[error] unresolved-attribute - :11385:9 - Object of type `Self@test_stur_one64` has no attribute `cpu`
[error] unresolved-attribute - :11386:9 - Object of type `Self@test_stur_one64` has no attribute `cpu`
[error] unresolved-attribute - :11387:17 - Object of type `Self@test_stur_one64` has no attribute `cpu`
[error] unresolved-attribute - :11388:9 - Object of type `Self@test_stur_one64` has no attribute `_execute`
[error] unresolved-attribute - :11389:9 - Object of type `Self@test_stur_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :11389:26 - Object of type `Self@test_stur_one64` has no attribute `cpu`
[error] unresolved-attribute - :11390:9 - Object of type `Self@test_stur_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :11390:26 - Object of type `Self@test_stur_one64` has no attribute `rf`
[error] unresolved-attribute - :11395:9 - Object of type `Self@test_stur64` has no attribute `cpu`
[error] unresolved-attribute - :11396:17 - Object of type `Self@test_stur64` has no attribute `cpu`
[error] unresolved-attribute - :11397:9 - Object of type `Self@test_stur64` has no attribute `_execute`
[error] unresolved-attribute - :11398:9 - Object of type `Self@test_stur64` has no attribute `assertEqual`
[error] unresolved-attribute - :11398:26 - Object of type `Self@test_stur64` has no attribute `cpu`
[error] unresolved-attribute - :11399:9 - Object of type `Self@test_stur64` has no attribute `assertEqual`
[error] unresolved-attribute - :11399:26 - Object of type `Self@test_stur64` has no attribute `rf`
[error] unresolved-attribute - :11408:9 - Object of type `Self@test_sub_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :11408:26 - Object of type `Self@test_sub_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :11409:9 - Object of type `Self@test_sub_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :11409:26 - Object of type `Self@test_sub_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :11410:9 - Object of type `Self@test_sub_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :11410:26 - Object of type `Self@test_sub_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :11415:9 - Object of type `Self@test_sub_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11415:26 - Object of type `Self@test_sub_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :11416:9 - Object of type `Self@test_sub_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11416:26 - Object of type `Self@test_sub_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :11417:9 - Object of type `Self@test_sub_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11417:26 - Object of type `Self@test_sub_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :11422:9 - Object of type `Self@test_sub_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11422:26 - Object of type `Self@test_sub_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :11423:9 - Object of type `Self@test_sub_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11423:26 - Object of type `Self@test_sub_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :11424:9 - Object of type `Self@test_sub_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11424:26 - Object of type `Self@test_sub_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :11429:9 - Object of type `Self@test_sub_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :11429:26 - Object of type `Self@test_sub_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :11430:9 - Object of type `Self@test_sub_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :11430:26 - Object of type `Self@test_sub_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :11431:9 - Object of type `Self@test_sub_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :11431:26 - Object of type `Self@test_sub_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :11436:9 - Object of type `Self@test_sub_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11436:26 - Object of type `Self@test_sub_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :11437:9 - Object of type `Self@test_sub_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11437:26 - Object of type `Self@test_sub_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :11438:9 - Object of type `Self@test_sub_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11438:26 - Object of type `Self@test_sub_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :11443:9 - Object of type `Self@test_sub_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11443:26 - Object of type `Self@test_sub_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :11444:9 - Object of type `Self@test_sub_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11444:26 - Object of type `Self@test_sub_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :11445:9 - Object of type `Self@test_sub_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11445:26 - Object of type `Self@test_sub_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :11450:9 - Object of type `Self@test_sub_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11450:26 - Object of type `Self@test_sub_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :11451:9 - Object of type `Self@test_sub_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11451:26 - Object of type `Self@test_sub_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :11452:9 - Object of type `Self@test_sub_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11452:26 - Object of type `Self@test_sub_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :11457:9 - Object of type `Self@test_sub_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11457:26 - Object of type `Self@test_sub_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :11458:9 - Object of type `Self@test_sub_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11458:26 - Object of type `Self@test_sub_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :11459:9 - Object of type `Self@test_sub_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11459:26 - Object of type `Self@test_sub_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :11464:9 - Object of type `Self@test_sub_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11464:26 - Object of type `Self@test_sub_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :11465:9 - Object of type `Self@test_sub_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11465:26 - Object of type `Self@test_sub_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :11466:9 - Object of type `Self@test_sub_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11466:26 - Object of type `Self@test_sub_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :11471:9 - Object of type `Self@test_sub_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :11471:26 - Object of type `Self@test_sub_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :11472:9 - Object of type `Self@test_sub_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :11472:26 - Object of type `Self@test_sub_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :11473:9 - Object of type `Self@test_sub_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :11473:26 - Object of type `Self@test_sub_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :11478:9 - Object of type `Self@test_sub_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11478:26 - Object of type `Self@test_sub_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :11479:9 - Object of type `Self@test_sub_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11479:26 - Object of type `Self@test_sub_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :11480:9 - Object of type `Self@test_sub_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11480:26 - Object of type `Self@test_sub_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :11485:9 - Object of type `Self@test_sub_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11485:26 - Object of type `Self@test_sub_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :11486:9 - Object of type `Self@test_sub_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11486:26 - Object of type `Self@test_sub_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :11487:9 - Object of type `Self@test_sub_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11487:26 - Object of type `Self@test_sub_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :11492:9 - Object of type `Self@test_sub_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :11492:26 - Object of type `Self@test_sub_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :11493:9 - Object of type `Self@test_sub_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :11493:26 - Object of type `Self@test_sub_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :11494:9 - Object of type `Self@test_sub_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :11494:26 - Object of type `Self@test_sub_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :11499:9 - Object of type `Self@test_sub_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11499:26 - Object of type `Self@test_sub_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :11500:9 - Object of type `Self@test_sub_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11500:26 - Object of type `Self@test_sub_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :11501:9 - Object of type `Self@test_sub_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11501:26 - Object of type `Self@test_sub_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :11506:9 - Object of type `Self@test_sub_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11506:26 - Object of type `Self@test_sub_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :11507:9 - Object of type `Self@test_sub_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11507:26 - Object of type `Self@test_sub_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :11508:9 - Object of type `Self@test_sub_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11508:26 - Object of type `Self@test_sub_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :11513:9 - Object of type `Self@test_sub_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :11513:26 - Object of type `Self@test_sub_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :11514:9 - Object of type `Self@test_sub_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :11514:26 - Object of type `Self@test_sub_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :11515:9 - Object of type `Self@test_sub_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :11515:26 - Object of type `Self@test_sub_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :11520:9 - Object of type `Self@test_sub_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11520:26 - Object of type `Self@test_sub_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :11521:9 - Object of type `Self@test_sub_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11521:26 - Object of type `Self@test_sub_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :11522:9 - Object of type `Self@test_sub_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11522:26 - Object of type `Self@test_sub_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :11527:9 - Object of type `Self@test_sub_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11527:26 - Object of type `Self@test_sub_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :11528:9 - Object of type `Self@test_sub_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11528:26 - Object of type `Self@test_sub_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :11529:9 - Object of type `Self@test_sub_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11529:26 - Object of type `Self@test_sub_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :11534:9 - Object of type `Self@test_sub_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11534:26 - Object of type `Self@test_sub_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :11535:9 - Object of type `Self@test_sub_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11535:26 - Object of type `Self@test_sub_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :11536:9 - Object of type `Self@test_sub_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :11536:26 - Object of type `Self@test_sub_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :11541:9 - Object of type `Self@test_sub_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11541:26 - Object of type `Self@test_sub_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :11542:9 - Object of type `Self@test_sub_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11542:26 - Object of type `Self@test_sub_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :11543:9 - Object of type `Self@test_sub_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11543:26 - Object of type `Self@test_sub_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :11548:9 - Object of type `Self@test_sub_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11548:26 - Object of type `Self@test_sub_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :11549:9 - Object of type `Self@test_sub_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11549:26 - Object of type `Self@test_sub_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :11550:9 - Object of type `Self@test_sub_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11550:26 - Object of type `Self@test_sub_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :11555:9 - Object of type `Self@test_sub_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :11555:26 - Object of type `Self@test_sub_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :11556:9 - Object of type `Self@test_sub_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :11556:26 - Object of type `Self@test_sub_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :11557:9 - Object of type `Self@test_sub_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :11557:26 - Object of type `Self@test_sub_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :11562:9 - Object of type `Self@test_sub_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11562:26 - Object of type `Self@test_sub_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :11563:9 - Object of type `Self@test_sub_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11563:26 - Object of type `Self@test_sub_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :11564:9 - Object of type `Self@test_sub_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11564:26 - Object of type `Self@test_sub_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :11569:9 - Object of type `Self@test_sub_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11569:26 - Object of type `Self@test_sub_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :11570:9 - Object of type `Self@test_sub_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11570:26 - Object of type `Self@test_sub_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :11571:9 - Object of type `Self@test_sub_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11571:26 - Object of type `Self@test_sub_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :11576:9 - Object of type `Self@test_sub_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11576:26 - Object of type `Self@test_sub_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :11577:9 - Object of type `Self@test_sub_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11577:26 - Object of type `Self@test_sub_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :11578:9 - Object of type `Self@test_sub_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11578:26 - Object of type `Self@test_sub_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :11583:9 - Object of type `Self@test_sub_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11583:26 - Object of type `Self@test_sub_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :11584:9 - Object of type `Self@test_sub_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11584:26 - Object of type `Self@test_sub_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :11585:9 - Object of type `Self@test_sub_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11585:26 - Object of type `Self@test_sub_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :11592:9 - Object of type `Self@test_sub_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :11592:26 - Object of type `Self@test_sub_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :11593:9 - Object of type `Self@test_sub_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :11593:26 - Object of type `Self@test_sub_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :11594:9 - Object of type `Self@test_sub_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :11594:26 - Object of type `Self@test_sub_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :11599:9 - Object of type `Self@test_sub_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11599:26 - Object of type `Self@test_sub_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :11600:9 - Object of type `Self@test_sub_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11600:26 - Object of type `Self@test_sub_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :11601:9 - Object of type `Self@test_sub_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11601:26 - Object of type `Self@test_sub_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :11606:9 - Object of type `Self@test_sub_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11606:26 - Object of type `Self@test_sub_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :11607:9 - Object of type `Self@test_sub_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11607:26 - Object of type `Self@test_sub_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :11608:9 - Object of type `Self@test_sub_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11608:26 - Object of type `Self@test_sub_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :11613:9 - Object of type `Self@test_sub_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :11613:26 - Object of type `Self@test_sub_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :11614:9 - Object of type `Self@test_sub_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :11614:26 - Object of type `Self@test_sub_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :11615:9 - Object of type `Self@test_sub_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :11615:26 - Object of type `Self@test_sub_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :11620:9 - Object of type `Self@test_sub_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11620:26 - Object of type `Self@test_sub_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :11621:9 - Object of type `Self@test_sub_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11621:26 - Object of type `Self@test_sub_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :11622:9 - Object of type `Self@test_sub_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11622:26 - Object of type `Self@test_sub_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :11627:9 - Object of type `Self@test_sub_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11627:26 - Object of type `Self@test_sub_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :11628:9 - Object of type `Self@test_sub_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11628:26 - Object of type `Self@test_sub_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :11629:9 - Object of type `Self@test_sub_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11629:26 - Object of type `Self@test_sub_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :11634:9 - Object of type `Self@test_sub_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :11634:26 - Object of type `Self@test_sub_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :11635:9 - Object of type `Self@test_sub_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :11635:26 - Object of type `Self@test_sub_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :11636:9 - Object of type `Self@test_sub_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :11636:26 - Object of type `Self@test_sub_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :11641:9 - Object of type `Self@test_sub_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11641:26 - Object of type `Self@test_sub_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :11642:9 - Object of type `Self@test_sub_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11642:26 - Object of type `Self@test_sub_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :11643:9 - Object of type `Self@test_sub_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11643:26 - Object of type `Self@test_sub_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :11648:9 - Object of type `Self@test_sub_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11648:26 - Object of type `Self@test_sub_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :11649:9 - Object of type `Self@test_sub_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11649:26 - Object of type `Self@test_sub_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :11650:9 - Object of type `Self@test_sub_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11650:26 - Object of type `Self@test_sub_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :11655:9 - Object of type `Self@test_sub_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :11655:26 - Object of type `Self@test_sub_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :11656:9 - Object of type `Self@test_sub_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :11656:26 - Object of type `Self@test_sub_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :11657:9 - Object of type `Self@test_sub_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :11657:26 - Object of type `Self@test_sub_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :11662:9 - Object of type `Self@test_sub_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11662:26 - Object of type `Self@test_sub_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :11663:9 - Object of type `Self@test_sub_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11663:26 - Object of type `Self@test_sub_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :11664:9 - Object of type `Self@test_sub_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11664:26 - Object of type `Self@test_sub_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :11669:9 - Object of type `Self@test_sub_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11669:26 - Object of type `Self@test_sub_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :11670:9 - Object of type `Self@test_sub_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11670:26 - Object of type `Self@test_sub_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :11671:9 - Object of type `Self@test_sub_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11671:26 - Object of type `Self@test_sub_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :11676:9 - Object of type `Self@test_sub_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :11676:26 - Object of type `Self@test_sub_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :11677:9 - Object of type `Self@test_sub_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :11677:26 - Object of type `Self@test_sub_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :11678:9 - Object of type `Self@test_sub_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :11678:26 - Object of type `Self@test_sub_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :11683:9 - Object of type `Self@test_sub_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11683:26 - Object of type `Self@test_sub_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :11684:9 - Object of type `Self@test_sub_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11684:26 - Object of type `Self@test_sub_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :11685:9 - Object of type `Self@test_sub_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11685:26 - Object of type `Self@test_sub_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :11690:9 - Object of type `Self@test_sub_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11690:26 - Object of type `Self@test_sub_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :11691:9 - Object of type `Self@test_sub_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11691:26 - Object of type `Self@test_sub_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :11692:9 - Object of type `Self@test_sub_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11692:26 - Object of type `Self@test_sub_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :11697:9 - Object of type `Self@test_sub_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :11697:26 - Object of type `Self@test_sub_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :11698:9 - Object of type `Self@test_sub_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :11698:26 - Object of type `Self@test_sub_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :11699:9 - Object of type `Self@test_sub_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :11699:26 - Object of type `Self@test_sub_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :11704:9 - Object of type `Self@test_sub_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11704:26 - Object of type `Self@test_sub_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :11705:9 - Object of type `Self@test_sub_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11705:26 - Object of type `Self@test_sub_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :11706:9 - Object of type `Self@test_sub_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11706:26 - Object of type `Self@test_sub_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :11711:9 - Object of type `Self@test_sub_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11711:26 - Object of type `Self@test_sub_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :11712:9 - Object of type `Self@test_sub_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11712:26 - Object of type `Self@test_sub_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :11713:9 - Object of type `Self@test_sub_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11713:26 - Object of type `Self@test_sub_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :11718:9 - Object of type `Self@test_sub_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :11718:26 - Object of type `Self@test_sub_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :11719:9 - Object of type `Self@test_sub_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :11719:26 - Object of type `Self@test_sub_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :11720:9 - Object of type `Self@test_sub_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :11720:26 - Object of type `Self@test_sub_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :11725:9 - Object of type `Self@test_sub_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11725:26 - Object of type `Self@test_sub_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :11726:9 - Object of type `Self@test_sub_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11726:26 - Object of type `Self@test_sub_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :11727:9 - Object of type `Self@test_sub_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11727:26 - Object of type `Self@test_sub_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :11732:9 - Object of type `Self@test_sub_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11732:26 - Object of type `Self@test_sub_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :11733:9 - Object of type `Self@test_sub_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11733:26 - Object of type `Self@test_sub_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :11734:9 - Object of type `Self@test_sub_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11734:26 - Object of type `Self@test_sub_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :11739:9 - Object of type `Self@test_sub_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :11739:26 - Object of type `Self@test_sub_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :11740:9 - Object of type `Self@test_sub_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :11740:26 - Object of type `Self@test_sub_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :11741:9 - Object of type `Self@test_sub_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :11741:26 - Object of type `Self@test_sub_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :11746:9 - Object of type `Self@test_sub_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11746:26 - Object of type `Self@test_sub_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :11747:9 - Object of type `Self@test_sub_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11747:26 - Object of type `Self@test_sub_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :11748:9 - Object of type `Self@test_sub_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11748:26 - Object of type `Self@test_sub_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :11753:9 - Object of type `Self@test_sub_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11753:26 - Object of type `Self@test_sub_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :11754:9 - Object of type `Self@test_sub_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11754:26 - Object of type `Self@test_sub_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :11755:9 - Object of type `Self@test_sub_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11755:26 - Object of type `Self@test_sub_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :11760:9 - Object of type `Self@test_sub_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11760:26 - Object of type `Self@test_sub_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :11761:9 - Object of type `Self@test_sub_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11761:26 - Object of type `Self@test_sub_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :11762:9 - Object of type `Self@test_sub_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11762:26 - Object of type `Self@test_sub_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :11767:9 - Object of type `Self@test_sub_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11767:26 - Object of type `Self@test_sub_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :11768:9 - Object of type `Self@test_sub_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11768:26 - Object of type `Self@test_sub_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :11769:9 - Object of type `Self@test_sub_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11769:26 - Object of type `Self@test_sub_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :11778:9 - Object of type `Self@test_sub_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11778:26 - Object of type `Self@test_sub_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :11779:9 - Object of type `Self@test_sub_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11779:26 - Object of type `Self@test_sub_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :11780:9 - Object of type `Self@test_sub_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11780:26 - Object of type `Self@test_sub_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :11785:9 - Object of type `Self@test_sub_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11785:26 - Object of type `Self@test_sub_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :11786:9 - Object of type `Self@test_sub_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11786:26 - Object of type `Self@test_sub_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :11787:9 - Object of type `Self@test_sub_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11787:26 - Object of type `Self@test_sub_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :11792:9 - Object of type `Self@test_sub_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :11792:26 - Object of type `Self@test_sub_imm32` has no attribute `rf`
[error] unresolved-attribute - :11793:9 - Object of type `Self@test_sub_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :11793:26 - Object of type `Self@test_sub_imm32` has no attribute `rf`
[error] unresolved-attribute - :11794:9 - Object of type `Self@test_sub_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :11794:26 - Object of type `Self@test_sub_imm32` has no attribute `rf`
[error] unresolved-attribute - :11799:9 - Object of type `Self@test_sub_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11799:26 - Object of type `Self@test_sub_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :11800:9 - Object of type `Self@test_sub_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11800:26 - Object of type `Self@test_sub_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :11801:9 - Object of type `Self@test_sub_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11801:26 - Object of type `Self@test_sub_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :11806:9 - Object of type `Self@test_sub_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11806:26 - Object of type `Self@test_sub_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :11807:9 - Object of type `Self@test_sub_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11807:26 - Object of type `Self@test_sub_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :11808:9 - Object of type `Self@test_sub_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :11808:26 - Object of type `Self@test_sub_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :11815:9 - Object of type `Self@test_sub_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11815:26 - Object of type `Self@test_sub_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :11816:9 - Object of type `Self@test_sub_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11816:26 - Object of type `Self@test_sub_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :11817:9 - Object of type `Self@test_sub_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11817:26 - Object of type `Self@test_sub_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :11822:9 - Object of type `Self@test_sub_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11822:26 - Object of type `Self@test_sub_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :11823:9 - Object of type `Self@test_sub_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11823:26 - Object of type `Self@test_sub_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :11824:9 - Object of type `Self@test_sub_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11824:26 - Object of type `Self@test_sub_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :11829:9 - Object of type `Self@test_sub_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :11829:26 - Object of type `Self@test_sub_imm64` has no attribute `rf`
[error] unresolved-attribute - :11830:9 - Object of type `Self@test_sub_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :11830:26 - Object of type `Self@test_sub_imm64` has no attribute `rf`
[error] unresolved-attribute - :11831:9 - Object of type `Self@test_sub_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :11831:26 - Object of type `Self@test_sub_imm64` has no attribute `rf`
[error] unresolved-attribute - :11836:9 - Object of type `Self@test_sub_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11836:26 - Object of type `Self@test_sub_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :11837:9 - Object of type `Self@test_sub_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11837:26 - Object of type `Self@test_sub_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :11838:9 - Object of type `Self@test_sub_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11838:26 - Object of type `Self@test_sub_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :11843:9 - Object of type `Self@test_sub_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11843:26 - Object of type `Self@test_sub_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :11844:9 - Object of type `Self@test_sub_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11844:26 - Object of type `Self@test_sub_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :11845:9 - Object of type `Self@test_sub_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :11845:26 - Object of type `Self@test_sub_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :11854:9 - Object of type `Self@test_sub_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11854:26 - Object of type `Self@test_sub_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :11855:9 - Object of type `Self@test_sub_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11855:26 - Object of type `Self@test_sub_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :11856:9 - Object of type `Self@test_sub_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :11856:26 - Object of type `Self@test_sub_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :11861:9 - Object of type `Self@test_sub_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11861:26 - Object of type `Self@test_sub_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :11862:9 - Object of type `Self@test_sub_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11862:26 - Object of type `Self@test_sub_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :11863:9 - Object of type `Self@test_sub_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11863:26 - Object of type `Self@test_sub_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :11868:9 - Object of type `Self@test_sub_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11868:26 - Object of type `Self@test_sub_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :11869:9 - Object of type `Self@test_sub_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11869:26 - Object of type `Self@test_sub_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :11870:9 - Object of type `Self@test_sub_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11870:26 - Object of type `Self@test_sub_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :11875:9 - Object of type `Self@test_sub_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :11875:26 - Object of type `Self@test_sub_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :11876:9 - Object of type `Self@test_sub_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :11876:26 - Object of type `Self@test_sub_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :11877:9 - Object of type `Self@test_sub_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :11877:26 - Object of type `Self@test_sub_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :11882:9 - Object of type `Self@test_sub_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11882:26 - Object of type `Self@test_sub_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :11883:9 - Object of type `Self@test_sub_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11883:26 - Object of type `Self@test_sub_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :11884:9 - Object of type `Self@test_sub_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11884:26 - Object of type `Self@test_sub_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :11889:9 - Object of type `Self@test_sub_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11889:26 - Object of type `Self@test_sub_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :11890:9 - Object of type `Self@test_sub_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11890:26 - Object of type `Self@test_sub_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :11891:9 - Object of type `Self@test_sub_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11891:26 - Object of type `Self@test_sub_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :11896:9 - Object of type `Self@test_sub_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :11896:26 - Object of type `Self@test_sub_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :11897:9 - Object of type `Self@test_sub_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :11897:26 - Object of type `Self@test_sub_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :11898:9 - Object of type `Self@test_sub_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :11898:26 - Object of type `Self@test_sub_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :11903:9 - Object of type `Self@test_sub_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11903:26 - Object of type `Self@test_sub_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :11904:9 - Object of type `Self@test_sub_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11904:26 - Object of type `Self@test_sub_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :11905:9 - Object of type `Self@test_sub_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :11905:26 - Object of type `Self@test_sub_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :11910:9 - Object of type `Self@test_sub_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11910:26 - Object of type `Self@test_sub_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :11911:9 - Object of type `Self@test_sub_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11911:26 - Object of type `Self@test_sub_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :11912:9 - Object of type `Self@test_sub_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :11912:26 - Object of type `Self@test_sub_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :11917:9 - Object of type `Self@test_sub_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :11917:26 - Object of type `Self@test_sub_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :11918:9 - Object of type `Self@test_sub_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :11918:26 - Object of type `Self@test_sub_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :11919:9 - Object of type `Self@test_sub_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :11919:26 - Object of type `Self@test_sub_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :11926:9 - Object of type `Self@test_sub_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :11926:26 - Object of type `Self@test_sub_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :11927:9 - Object of type `Self@test_sub_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :11927:26 - Object of type `Self@test_sub_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :11928:9 - Object of type `Self@test_sub_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :11928:26 - Object of type `Self@test_sub_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :11933:9 - Object of type `Self@test_sub_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11933:26 - Object of type `Self@test_sub_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :11934:9 - Object of type `Self@test_sub_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11934:26 - Object of type `Self@test_sub_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :11935:9 - Object of type `Self@test_sub_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11935:26 - Object of type `Self@test_sub_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :11940:9 - Object of type `Self@test_sub_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11940:26 - Object of type `Self@test_sub_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :11941:9 - Object of type `Self@test_sub_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11941:26 - Object of type `Self@test_sub_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :11942:9 - Object of type `Self@test_sub_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11942:26 - Object of type `Self@test_sub_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :11947:9 - Object of type `Self@test_sub_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :11947:26 - Object of type `Self@test_sub_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :11948:9 - Object of type `Self@test_sub_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :11948:26 - Object of type `Self@test_sub_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :11949:9 - Object of type `Self@test_sub_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :11949:26 - Object of type `Self@test_sub_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :11954:9 - Object of type `Self@test_sub_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11954:26 - Object of type `Self@test_sub_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :11955:9 - Object of type `Self@test_sub_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11955:26 - Object of type `Self@test_sub_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :11956:9 - Object of type `Self@test_sub_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11956:26 - Object of type `Self@test_sub_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :11961:9 - Object of type `Self@test_sub_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11961:26 - Object of type `Self@test_sub_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :11962:9 - Object of type `Self@test_sub_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11962:26 - Object of type `Self@test_sub_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :11963:9 - Object of type `Self@test_sub_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11963:26 - Object of type `Self@test_sub_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :11968:9 - Object of type `Self@test_sub_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :11968:26 - Object of type `Self@test_sub_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :11969:9 - Object of type `Self@test_sub_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :11969:26 - Object of type `Self@test_sub_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :11970:9 - Object of type `Self@test_sub_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :11970:26 - Object of type `Self@test_sub_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :11975:9 - Object of type `Self@test_sub_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11975:26 - Object of type `Self@test_sub_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :11976:9 - Object of type `Self@test_sub_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11976:26 - Object of type `Self@test_sub_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :11977:9 - Object of type `Self@test_sub_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :11977:26 - Object of type `Self@test_sub_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :11982:9 - Object of type `Self@test_sub_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11982:26 - Object of type `Self@test_sub_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :11983:9 - Object of type `Self@test_sub_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11983:26 - Object of type `Self@test_sub_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :11984:9 - Object of type `Self@test_sub_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :11984:26 - Object of type `Self@test_sub_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :11989:9 - Object of type `Self@test_sub_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :11989:26 - Object of type `Self@test_sub_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :11990:9 - Object of type `Self@test_sub_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :11990:26 - Object of type `Self@test_sub_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :11991:9 - Object of type `Self@test_sub_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :11991:26 - Object of type `Self@test_sub_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :12005:13 - Object of type `Self@test_sub_scalar` has no attribute `_execute`
[error] unresolved-attribute - :12006:9 - Object of type `Self@test_sub_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :12006:26 - Object of type `Self@test_sub_scalar` has no attribute `rf`
[error] unresolved-attribute - :12007:9 - Object of type `Self@test_sub_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :12007:26 - Object of type `Self@test_sub_scalar` has no attribute `rf`
[error] unresolved-attribute - :12008:9 - Object of type `Self@test_sub_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :12008:26 - Object of type `Self@test_sub_scalar` has no attribute `rf`
[error] unresolved-attribute - :12009:9 - Object of type `Self@test_sub_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :12009:26 - Object of type `Self@test_sub_scalar` has no attribute `rf`
[error] unresolved-attribute - :12010:9 - Object of type `Self@test_sub_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :12010:26 - Object of type `Self@test_sub_scalar` has no attribute `rf`
[error] unresolved-attribute - :12011:9 - Object of type `Self@test_sub_scalar` has no attribute `assertEqual`
[error] unresolved-attribute - :12011:26 - Object of type `Self@test_sub_scalar` has no attribute `rf`
[error] unresolved-attribute - :12021:13 - Object of type `Self@test_sub_scalar_max` has no attribute `_execute`
[error] unresolved-attribute - :12022:9 - Object of type `Self@test_sub_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12022:26 - Object of type `Self@test_sub_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :12023:9 - Object of type `Self@test_sub_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12023:26 - Object of type `Self@test_sub_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :12024:9 - Object of type `Self@test_sub_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12024:26 - Object of type `Self@test_sub_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :12025:9 - Object of type `Self@test_sub_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12025:26 - Object of type `Self@test_sub_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :12026:9 - Object of type `Self@test_sub_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12026:26 - Object of type `Self@test_sub_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :12027:9 - Object of type `Self@test_sub_scalar_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12027:26 - Object of type `Self@test_sub_scalar_max` has no attribute `rf`
[error] unresolved-attribute - :12048:13 - Object of type `Self@test_sub_vector_8b` has no attribute `_execute`
[error] unresolved-attribute - :12049:9 - Object of type `Self@test_sub_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :12049:26 - Object of type `Self@test_sub_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :12050:9 - Object of type `Self@test_sub_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :12050:26 - Object of type `Self@test_sub_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :12051:9 - Object of type `Self@test_sub_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :12051:26 - Object of type `Self@test_sub_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :12052:9 - Object of type `Self@test_sub_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :12052:26 - Object of type `Self@test_sub_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :12053:9 - Object of type `Self@test_sub_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :12053:26 - Object of type `Self@test_sub_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :12054:9 - Object of type `Self@test_sub_vector_8b` has no attribute `assertEqual`
[error] unresolved-attribute - :12054:26 - Object of type `Self@test_sub_vector_8b` has no attribute `rf`
[error] unresolved-attribute - :12069:13 - Object of type `Self@test_sub_vector_8b_max` has no attribute `_execute`
[error] unresolved-attribute - :12070:9 - Object of type `Self@test_sub_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12070:26 - Object of type `Self@test_sub_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :12071:9 - Object of type `Self@test_sub_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12071:26 - Object of type `Self@test_sub_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :12072:9 - Object of type `Self@test_sub_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12072:26 - Object of type `Self@test_sub_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :12073:9 - Object of type `Self@test_sub_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12073:26 - Object of type `Self@test_sub_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :12074:9 - Object of type `Self@test_sub_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12074:26 - Object of type `Self@test_sub_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :12075:9 - Object of type `Self@test_sub_vector_8b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12075:26 - Object of type `Self@test_sub_vector_8b_max` has no attribute `rf`
[error] unresolved-attribute - :12092:13 - Object of type `Self@test_sub_vector_16b` has no attribute `_execute`
[error] unresolved-attribute - :12093:9 - Object of type `Self@test_sub_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :12093:26 - Object of type `Self@test_sub_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :12094:9 - Object of type `Self@test_sub_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :12094:26 - Object of type `Self@test_sub_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :12095:9 - Object of type `Self@test_sub_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :12095:26 - Object of type `Self@test_sub_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :12096:9 - Object of type `Self@test_sub_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :12096:26 - Object of type `Self@test_sub_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :12097:9 - Object of type `Self@test_sub_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :12097:26 - Object of type `Self@test_sub_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :12098:9 - Object of type `Self@test_sub_vector_16b` has no attribute `assertEqual`
[error] unresolved-attribute - :12098:26 - Object of type `Self@test_sub_vector_16b` has no attribute `rf`
[error] unresolved-attribute - :12113:13 - Object of type `Self@test_sub_vector_16b_max` has no attribute `_execute`
[error] unresolved-attribute - :12114:9 - Object of type `Self@test_sub_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12114:26 - Object of type `Self@test_sub_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :12115:9 - Object of type `Self@test_sub_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12115:26 - Object of type `Self@test_sub_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :12116:9 - Object of type `Self@test_sub_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12116:26 - Object of type `Self@test_sub_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :12117:9 - Object of type `Self@test_sub_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12117:26 - Object of type `Self@test_sub_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :12118:9 - Object of type `Self@test_sub_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12118:26 - Object of type `Self@test_sub_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :12119:9 - Object of type `Self@test_sub_vector_16b_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12119:26 - Object of type `Self@test_sub_vector_16b_max` has no attribute `rf`
[error] unresolved-attribute - :12136:13 - Object of type `Self@test_sub_vector_4h` has no attribute `_execute`
[error] unresolved-attribute - :12137:9 - Object of type `Self@test_sub_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :12137:26 - Object of type `Self@test_sub_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :12138:9 - Object of type `Self@test_sub_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :12138:26 - Object of type `Self@test_sub_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :12139:9 - Object of type `Self@test_sub_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :12139:26 - Object of type `Self@test_sub_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :12140:9 - Object of type `Self@test_sub_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :12140:26 - Object of type `Self@test_sub_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :12141:9 - Object of type `Self@test_sub_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :12141:26 - Object of type `Self@test_sub_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :12142:9 - Object of type `Self@test_sub_vector_4h` has no attribute `assertEqual`
[error] unresolved-attribute - :12142:26 - Object of type `Self@test_sub_vector_4h` has no attribute `rf`
[error] unresolved-attribute - :12157:13 - Object of type `Self@test_sub_vector_4h_max` has no attribute `_execute`
[error] unresolved-attribute - :12158:9 - Object of type `Self@test_sub_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12158:26 - Object of type `Self@test_sub_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :12159:9 - Object of type `Self@test_sub_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12159:26 - Object of type `Self@test_sub_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :12160:9 - Object of type `Self@test_sub_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12160:26 - Object of type `Self@test_sub_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :12161:9 - Object of type `Self@test_sub_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12161:26 - Object of type `Self@test_sub_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :12162:9 - Object of type `Self@test_sub_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12162:26 - Object of type `Self@test_sub_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :12163:9 - Object of type `Self@test_sub_vector_4h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12163:26 - Object of type `Self@test_sub_vector_4h_max` has no attribute `rf`
[error] unresolved-attribute - :12180:13 - Object of type `Self@test_sub_vector_8h` has no attribute `_execute`
[error] unresolved-attribute - :12181:9 - Object of type `Self@test_sub_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :12181:26 - Object of type `Self@test_sub_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :12182:9 - Object of type `Self@test_sub_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :12182:26 - Object of type `Self@test_sub_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :12183:9 - Object of type `Self@test_sub_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :12183:26 - Object of type `Self@test_sub_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :12184:9 - Object of type `Self@test_sub_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :12184:26 - Object of type `Self@test_sub_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :12185:9 - Object of type `Self@test_sub_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :12185:26 - Object of type `Self@test_sub_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :12186:9 - Object of type `Self@test_sub_vector_8h` has no attribute `assertEqual`
[error] unresolved-attribute - :12186:26 - Object of type `Self@test_sub_vector_8h` has no attribute `rf`
[error] unresolved-attribute - :12201:13 - Object of type `Self@test_sub_vector_8h_max` has no attribute `_execute`
[error] unresolved-attribute - :12202:9 - Object of type `Self@test_sub_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12202:26 - Object of type `Self@test_sub_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :12203:9 - Object of type `Self@test_sub_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12203:26 - Object of type `Self@test_sub_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :12204:9 - Object of type `Self@test_sub_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12204:26 - Object of type `Self@test_sub_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :12205:9 - Object of type `Self@test_sub_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12205:26 - Object of type `Self@test_sub_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :12206:9 - Object of type `Self@test_sub_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12206:26 - Object of type `Self@test_sub_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :12207:9 - Object of type `Self@test_sub_vector_8h_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12207:26 - Object of type `Self@test_sub_vector_8h_max` has no attribute `rf`
[error] unresolved-attribute - :12224:13 - Object of type `Self@test_sub_vector_2s` has no attribute `_execute`
[error] unresolved-attribute - :12225:9 - Object of type `Self@test_sub_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :12225:26 - Object of type `Self@test_sub_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :12226:9 - Object of type `Self@test_sub_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :12226:26 - Object of type `Self@test_sub_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :12227:9 - Object of type `Self@test_sub_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :12227:26 - Object of type `Self@test_sub_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :12228:9 - Object of type `Self@test_sub_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :12228:26 - Object of type `Self@test_sub_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :12229:9 - Object of type `Self@test_sub_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :12229:26 - Object of type `Self@test_sub_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :12230:9 - Object of type `Self@test_sub_vector_2s` has no attribute `assertEqual`
[error] unresolved-attribute - :12230:26 - Object of type `Self@test_sub_vector_2s` has no attribute `rf`
[error] unresolved-attribute - :12245:13 - Object of type `Self@test_sub_vector_2s_max` has no attribute `_execute`
[error] unresolved-attribute - :12246:9 - Object of type `Self@test_sub_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12246:26 - Object of type `Self@test_sub_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :12247:9 - Object of type `Self@test_sub_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12247:26 - Object of type `Self@test_sub_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :12248:9 - Object of type `Self@test_sub_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12248:26 - Object of type `Self@test_sub_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :12249:9 - Object of type `Self@test_sub_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12249:26 - Object of type `Self@test_sub_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :12250:9 - Object of type `Self@test_sub_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12250:26 - Object of type `Self@test_sub_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :12251:9 - Object of type `Self@test_sub_vector_2s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12251:26 - Object of type `Self@test_sub_vector_2s_max` has no attribute `rf`
[error] unresolved-attribute - :12268:13 - Object of type `Self@test_sub_vector_4s` has no attribute `_execute`
[error] unresolved-attribute - :12269:9 - Object of type `Self@test_sub_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :12269:26 - Object of type `Self@test_sub_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :12270:9 - Object of type `Self@test_sub_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :12270:26 - Object of type `Self@test_sub_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :12271:9 - Object of type `Self@test_sub_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :12271:26 - Object of type `Self@test_sub_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :12272:9 - Object of type `Self@test_sub_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :12272:26 - Object of type `Self@test_sub_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :12273:9 - Object of type `Self@test_sub_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :12273:26 - Object of type `Self@test_sub_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :12274:9 - Object of type `Self@test_sub_vector_4s` has no attribute `assertEqual`
[error] unresolved-attribute - :12274:26 - Object of type `Self@test_sub_vector_4s` has no attribute `rf`
[error] unresolved-attribute - :12289:13 - Object of type `Self@test_sub_vector_4s_max` has no attribute `_execute`
[error] unresolved-attribute - :12290:9 - Object of type `Self@test_sub_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12290:26 - Object of type `Self@test_sub_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :12291:9 - Object of type `Self@test_sub_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12291:26 - Object of type `Self@test_sub_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :12292:9 - Object of type `Self@test_sub_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12292:26 - Object of type `Self@test_sub_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :12293:9 - Object of type `Self@test_sub_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12293:26 - Object of type `Self@test_sub_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :12294:9 - Object of type `Self@test_sub_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12294:26 - Object of type `Self@test_sub_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :12295:9 - Object of type `Self@test_sub_vector_4s_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12295:26 - Object of type `Self@test_sub_vector_4s_max` has no attribute `rf`
[error] unresolved-attribute - :12312:13 - Object of type `Self@test_sub_vector_2d` has no attribute `_execute`
[error] unresolved-attribute - :12313:9 - Object of type `Self@test_sub_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :12313:26 - Object of type `Self@test_sub_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :12314:9 - Object of type `Self@test_sub_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :12314:26 - Object of type `Self@test_sub_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :12315:9 - Object of type `Self@test_sub_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :12315:26 - Object of type `Self@test_sub_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :12316:9 - Object of type `Self@test_sub_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :12316:26 - Object of type `Self@test_sub_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :12317:9 - Object of type `Self@test_sub_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :12317:26 - Object of type `Self@test_sub_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :12318:9 - Object of type `Self@test_sub_vector_2d` has no attribute `assertEqual`
[error] unresolved-attribute - :12318:26 - Object of type `Self@test_sub_vector_2d` has no attribute `rf`
[error] unresolved-attribute - :12333:13 - Object of type `Self@test_sub_vector_2d_max` has no attribute `_execute`
[error] unresolved-attribute - :12334:9 - Object of type `Self@test_sub_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12334:26 - Object of type `Self@test_sub_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :12335:9 - Object of type `Self@test_sub_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12335:26 - Object of type `Self@test_sub_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :12336:9 - Object of type `Self@test_sub_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12336:26 - Object of type `Self@test_sub_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :12337:9 - Object of type `Self@test_sub_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12337:26 - Object of type `Self@test_sub_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :12338:9 - Object of type `Self@test_sub_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12338:26 - Object of type `Self@test_sub_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :12339:9 - Object of type `Self@test_sub_vector_2d_max` has no attribute `assertEqual`
[error] unresolved-attribute - :12339:26 - Object of type `Self@test_sub_vector_2d_max` has no attribute `rf`
[error] unresolved-attribute - :12348:9 - Object of type `Self@test_subs_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :12348:26 - Object of type `Self@test_subs_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :12349:9 - Object of type `Self@test_subs_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :12349:26 - Object of type `Self@test_subs_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :12350:9 - Object of type `Self@test_subs_ext_reg_uxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :12350:26 - Object of type `Self@test_subs_ext_reg_uxtb32` has no attribute `rf`
[error] unresolved-attribute - :12355:9 - Object of type `Self@test_subs_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12355:26 - Object of type `Self@test_subs_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :12356:9 - Object of type `Self@test_subs_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12356:26 - Object of type `Self@test_subs_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :12357:9 - Object of type `Self@test_subs_ext_reg_uxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12357:26 - Object of type `Self@test_subs_ext_reg_uxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :12362:9 - Object of type `Self@test_subs_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12362:26 - Object of type `Self@test_subs_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :12363:9 - Object of type `Self@test_subs_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12363:26 - Object of type `Self@test_subs_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :12364:9 - Object of type `Self@test_subs_ext_reg_uxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12364:26 - Object of type `Self@test_subs_ext_reg_uxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :12369:9 - Object of type `Self@test_subs_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :12369:26 - Object of type `Self@test_subs_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :12370:9 - Object of type `Self@test_subs_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :12370:26 - Object of type `Self@test_subs_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :12371:9 - Object of type `Self@test_subs_ext_reg_uxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :12371:26 - Object of type `Self@test_subs_ext_reg_uxth32` has no attribute `rf`
[error] unresolved-attribute - :12376:9 - Object of type `Self@test_subs_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12376:26 - Object of type `Self@test_subs_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :12377:9 - Object of type `Self@test_subs_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12377:26 - Object of type `Self@test_subs_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :12378:9 - Object of type `Self@test_subs_ext_reg_uxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12378:26 - Object of type `Self@test_subs_ext_reg_uxth0_32` has no attribute `rf`
[error] unresolved-attribute - :12383:9 - Object of type `Self@test_subs_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12383:26 - Object of type `Self@test_subs_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :12384:9 - Object of type `Self@test_subs_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12384:26 - Object of type `Self@test_subs_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :12385:9 - Object of type `Self@test_subs_ext_reg_uxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12385:26 - Object of type `Self@test_subs_ext_reg_uxth4_32` has no attribute `rf`
[error] unresolved-attribute - :12390:9 - Object of type `Self@test_subs_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :12390:26 - Object of type `Self@test_subs_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :12391:9 - Object of type `Self@test_subs_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :12391:26 - Object of type `Self@test_subs_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :12392:9 - Object of type `Self@test_subs_ext_reg_uxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :12392:26 - Object of type `Self@test_subs_ext_reg_uxtw32` has no attribute `rf`
[error] unresolved-attribute - :12397:9 - Object of type `Self@test_subs_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12397:26 - Object of type `Self@test_subs_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :12398:9 - Object of type `Self@test_subs_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12398:26 - Object of type `Self@test_subs_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :12399:9 - Object of type `Self@test_subs_ext_reg_uxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12399:26 - Object of type `Self@test_subs_ext_reg_uxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :12404:9 - Object of type `Self@test_subs_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12404:26 - Object of type `Self@test_subs_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :12405:9 - Object of type `Self@test_subs_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12405:26 - Object of type `Self@test_subs_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :12406:9 - Object of type `Self@test_subs_ext_reg_uxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12406:26 - Object of type `Self@test_subs_ext_reg_uxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :12411:9 - Object of type `Self@test_subs_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :12411:26 - Object of type `Self@test_subs_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :12412:9 - Object of type `Self@test_subs_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :12412:26 - Object of type `Self@test_subs_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :12413:9 - Object of type `Self@test_subs_ext_reg_uxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :12413:26 - Object of type `Self@test_subs_ext_reg_uxtx32` has no attribute `rf`
[error] unresolved-attribute - :12418:9 - Object of type `Self@test_subs_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12418:26 - Object of type `Self@test_subs_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :12419:9 - Object of type `Self@test_subs_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12419:26 - Object of type `Self@test_subs_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :12420:9 - Object of type `Self@test_subs_ext_reg_uxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12420:26 - Object of type `Self@test_subs_ext_reg_uxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :12425:9 - Object of type `Self@test_subs_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12425:26 - Object of type `Self@test_subs_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :12426:9 - Object of type `Self@test_subs_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12426:26 - Object of type `Self@test_subs_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :12427:9 - Object of type `Self@test_subs_ext_reg_uxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12427:26 - Object of type `Self@test_subs_ext_reg_uxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :12432:9 - Object of type `Self@test_subs_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :12432:26 - Object of type `Self@test_subs_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :12433:9 - Object of type `Self@test_subs_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :12433:26 - Object of type `Self@test_subs_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :12434:9 - Object of type `Self@test_subs_ext_reg_sxtb32` has no attribute `assertEqual`
[error] unresolved-attribute - :12434:26 - Object of type `Self@test_subs_ext_reg_sxtb32` has no attribute `rf`
[error] unresolved-attribute - :12439:9 - Object of type `Self@test_subs_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12439:26 - Object of type `Self@test_subs_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :12440:9 - Object of type `Self@test_subs_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12440:26 - Object of type `Self@test_subs_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :12441:9 - Object of type `Self@test_subs_ext_reg_sxtb0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12441:26 - Object of type `Self@test_subs_ext_reg_sxtb0_32` has no attribute `rf`
[error] unresolved-attribute - :12446:9 - Object of type `Self@test_subs_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12446:26 - Object of type `Self@test_subs_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :12447:9 - Object of type `Self@test_subs_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12447:26 - Object of type `Self@test_subs_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :12448:9 - Object of type `Self@test_subs_ext_reg_sxtb4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12448:26 - Object of type `Self@test_subs_ext_reg_sxtb4_32` has no attribute `rf`
[error] unresolved-attribute - :12453:9 - Object of type `Self@test_subs_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :12453:26 - Object of type `Self@test_subs_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :12454:9 - Object of type `Self@test_subs_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :12454:26 - Object of type `Self@test_subs_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :12455:9 - Object of type `Self@test_subs_ext_reg_sxth32` has no attribute `assertEqual`
[error] unresolved-attribute - :12455:26 - Object of type `Self@test_subs_ext_reg_sxth32` has no attribute `rf`
[error] unresolved-attribute - :12460:9 - Object of type `Self@test_subs_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12460:26 - Object of type `Self@test_subs_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :12461:9 - Object of type `Self@test_subs_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12461:26 - Object of type `Self@test_subs_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :12462:9 - Object of type `Self@test_subs_ext_reg_sxth0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12462:26 - Object of type `Self@test_subs_ext_reg_sxth0_32` has no attribute `rf`
[error] unresolved-attribute - :12467:9 - Object of type `Self@test_subs_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12467:26 - Object of type `Self@test_subs_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :12468:9 - Object of type `Self@test_subs_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12468:26 - Object of type `Self@test_subs_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :12469:9 - Object of type `Self@test_subs_ext_reg_sxth4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12469:26 - Object of type `Self@test_subs_ext_reg_sxth4_32` has no attribute `rf`
[error] unresolved-attribute - :12474:9 - Object of type `Self@test_subs_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :12474:26 - Object of type `Self@test_subs_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :12475:9 - Object of type `Self@test_subs_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :12475:26 - Object of type `Self@test_subs_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :12476:9 - Object of type `Self@test_subs_ext_reg_sxtw32` has no attribute `assertEqual`
[error] unresolved-attribute - :12476:26 - Object of type `Self@test_subs_ext_reg_sxtw32` has no attribute `rf`
[error] unresolved-attribute - :12481:9 - Object of type `Self@test_subs_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12481:26 - Object of type `Self@test_subs_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :12482:9 - Object of type `Self@test_subs_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12482:26 - Object of type `Self@test_subs_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :12483:9 - Object of type `Self@test_subs_ext_reg_sxtw0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12483:26 - Object of type `Self@test_subs_ext_reg_sxtw0_32` has no attribute `rf`
[error] unresolved-attribute - :12488:9 - Object of type `Self@test_subs_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12488:26 - Object of type `Self@test_subs_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :12489:9 - Object of type `Self@test_subs_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12489:26 - Object of type `Self@test_subs_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :12490:9 - Object of type `Self@test_subs_ext_reg_sxtw4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12490:26 - Object of type `Self@test_subs_ext_reg_sxtw4_32` has no attribute `rf`
[error] unresolved-attribute - :12495:9 - Object of type `Self@test_subs_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :12495:26 - Object of type `Self@test_subs_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :12496:9 - Object of type `Self@test_subs_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :12496:26 - Object of type `Self@test_subs_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :12497:9 - Object of type `Self@test_subs_ext_reg_sxtx32` has no attribute `assertEqual`
[error] unresolved-attribute - :12497:26 - Object of type `Self@test_subs_ext_reg_sxtx32` has no attribute `rf`
[error] unresolved-attribute - :12502:9 - Object of type `Self@test_subs_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12502:26 - Object of type `Self@test_subs_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :12503:9 - Object of type `Self@test_subs_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12503:26 - Object of type `Self@test_subs_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :12504:9 - Object of type `Self@test_subs_ext_reg_sxtx0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12504:26 - Object of type `Self@test_subs_ext_reg_sxtx0_32` has no attribute `rf`
[error] unresolved-attribute - :12509:9 - Object of type `Self@test_subs_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12509:26 - Object of type `Self@test_subs_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :12510:9 - Object of type `Self@test_subs_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12510:26 - Object of type `Self@test_subs_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :12511:9 - Object of type `Self@test_subs_ext_reg_sxtx4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12511:26 - Object of type `Self@test_subs_ext_reg_sxtx4_32` has no attribute `rf`
[error] unresolved-attribute - :12516:9 - Object of type `Self@test_subs_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12516:26 - Object of type `Self@test_subs_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :12517:9 - Object of type `Self@test_subs_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12517:26 - Object of type `Self@test_subs_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :12518:9 - Object of type `Self@test_subs_ext_reg_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12518:26 - Object of type `Self@test_subs_ext_reg_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :12523:9 - Object of type `Self@test_subs_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12523:26 - Object of type `Self@test_subs_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :12524:9 - Object of type `Self@test_subs_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12524:26 - Object of type `Self@test_subs_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :12525:9 - Object of type `Self@test_subs_ext_reg_lsl4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12525:26 - Object of type `Self@test_subs_ext_reg_lsl4_32` has no attribute `rf`
[error] unresolved-attribute - :12532:9 - Object of type `Self@test_subs_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :12532:26 - Object of type `Self@test_subs_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :12533:9 - Object of type `Self@test_subs_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :12533:26 - Object of type `Self@test_subs_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :12534:9 - Object of type `Self@test_subs_ext_reg_uxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :12534:26 - Object of type `Self@test_subs_ext_reg_uxtb64` has no attribute `rf`
[error] unresolved-attribute - :12539:9 - Object of type `Self@test_subs_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12539:26 - Object of type `Self@test_subs_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :12540:9 - Object of type `Self@test_subs_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12540:26 - Object of type `Self@test_subs_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :12541:9 - Object of type `Self@test_subs_ext_reg_uxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12541:26 - Object of type `Self@test_subs_ext_reg_uxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :12546:9 - Object of type `Self@test_subs_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12546:26 - Object of type `Self@test_subs_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :12547:9 - Object of type `Self@test_subs_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12547:26 - Object of type `Self@test_subs_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :12548:9 - Object of type `Self@test_subs_ext_reg_uxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12548:26 - Object of type `Self@test_subs_ext_reg_uxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :12553:9 - Object of type `Self@test_subs_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :12553:26 - Object of type `Self@test_subs_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :12554:9 - Object of type `Self@test_subs_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :12554:26 - Object of type `Self@test_subs_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :12555:9 - Object of type `Self@test_subs_ext_reg_uxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :12555:26 - Object of type `Self@test_subs_ext_reg_uxth64` has no attribute `rf`
[error] unresolved-attribute - :12560:9 - Object of type `Self@test_subs_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12560:26 - Object of type `Self@test_subs_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :12561:9 - Object of type `Self@test_subs_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12561:26 - Object of type `Self@test_subs_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :12562:9 - Object of type `Self@test_subs_ext_reg_uxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12562:26 - Object of type `Self@test_subs_ext_reg_uxth0_64` has no attribute `rf`
[error] unresolved-attribute - :12567:9 - Object of type `Self@test_subs_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12567:26 - Object of type `Self@test_subs_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :12568:9 - Object of type `Self@test_subs_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12568:26 - Object of type `Self@test_subs_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :12569:9 - Object of type `Self@test_subs_ext_reg_uxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12569:26 - Object of type `Self@test_subs_ext_reg_uxth4_64` has no attribute `rf`
[error] unresolved-attribute - :12574:9 - Object of type `Self@test_subs_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :12574:26 - Object of type `Self@test_subs_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :12575:9 - Object of type `Self@test_subs_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :12575:26 - Object of type `Self@test_subs_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :12576:9 - Object of type `Self@test_subs_ext_reg_uxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :12576:26 - Object of type `Self@test_subs_ext_reg_uxtw64` has no attribute `rf`
[error] unresolved-attribute - :12581:9 - Object of type `Self@test_subs_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12581:26 - Object of type `Self@test_subs_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :12582:9 - Object of type `Self@test_subs_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12582:26 - Object of type `Self@test_subs_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :12583:9 - Object of type `Self@test_subs_ext_reg_uxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12583:26 - Object of type `Self@test_subs_ext_reg_uxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :12588:9 - Object of type `Self@test_subs_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12588:26 - Object of type `Self@test_subs_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :12589:9 - Object of type `Self@test_subs_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12589:26 - Object of type `Self@test_subs_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :12590:9 - Object of type `Self@test_subs_ext_reg_uxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12590:26 - Object of type `Self@test_subs_ext_reg_uxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :12595:9 - Object of type `Self@test_subs_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :12595:26 - Object of type `Self@test_subs_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :12596:9 - Object of type `Self@test_subs_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :12596:26 - Object of type `Self@test_subs_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :12597:9 - Object of type `Self@test_subs_ext_reg_uxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :12597:26 - Object of type `Self@test_subs_ext_reg_uxtx64` has no attribute `rf`
[error] unresolved-attribute - :12602:9 - Object of type `Self@test_subs_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12602:26 - Object of type `Self@test_subs_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :12603:9 - Object of type `Self@test_subs_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12603:26 - Object of type `Self@test_subs_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :12604:9 - Object of type `Self@test_subs_ext_reg_uxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12604:26 - Object of type `Self@test_subs_ext_reg_uxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :12609:9 - Object of type `Self@test_subs_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12609:26 - Object of type `Self@test_subs_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :12610:9 - Object of type `Self@test_subs_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12610:26 - Object of type `Self@test_subs_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :12611:9 - Object of type `Self@test_subs_ext_reg_uxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12611:26 - Object of type `Self@test_subs_ext_reg_uxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :12616:9 - Object of type `Self@test_subs_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :12616:26 - Object of type `Self@test_subs_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :12617:9 - Object of type `Self@test_subs_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :12617:26 - Object of type `Self@test_subs_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :12618:9 - Object of type `Self@test_subs_ext_reg_sxtb64` has no attribute `assertEqual`
[error] unresolved-attribute - :12618:26 - Object of type `Self@test_subs_ext_reg_sxtb64` has no attribute `rf`
[error] unresolved-attribute - :12623:9 - Object of type `Self@test_subs_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12623:26 - Object of type `Self@test_subs_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :12624:9 - Object of type `Self@test_subs_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12624:26 - Object of type `Self@test_subs_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :12625:9 - Object of type `Self@test_subs_ext_reg_sxtb0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12625:26 - Object of type `Self@test_subs_ext_reg_sxtb0_64` has no attribute `rf`
[error] unresolved-attribute - :12630:9 - Object of type `Self@test_subs_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12630:26 - Object of type `Self@test_subs_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :12631:9 - Object of type `Self@test_subs_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12631:26 - Object of type `Self@test_subs_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :12632:9 - Object of type `Self@test_subs_ext_reg_sxtb4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12632:26 - Object of type `Self@test_subs_ext_reg_sxtb4_64` has no attribute `rf`
[error] unresolved-attribute - :12637:9 - Object of type `Self@test_subs_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :12637:26 - Object of type `Self@test_subs_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :12638:9 - Object of type `Self@test_subs_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :12638:26 - Object of type `Self@test_subs_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :12639:9 - Object of type `Self@test_subs_ext_reg_sxth64` has no attribute `assertEqual`
[error] unresolved-attribute - :12639:26 - Object of type `Self@test_subs_ext_reg_sxth64` has no attribute `rf`
[error] unresolved-attribute - :12644:9 - Object of type `Self@test_subs_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12644:26 - Object of type `Self@test_subs_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :12645:9 - Object of type `Self@test_subs_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12645:26 - Object of type `Self@test_subs_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :12646:9 - Object of type `Self@test_subs_ext_reg_sxth0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12646:26 - Object of type `Self@test_subs_ext_reg_sxth0_64` has no attribute `rf`
[error] unresolved-attribute - :12651:9 - Object of type `Self@test_subs_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12651:26 - Object of type `Self@test_subs_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :12652:9 - Object of type `Self@test_subs_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12652:26 - Object of type `Self@test_subs_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :12653:9 - Object of type `Self@test_subs_ext_reg_sxth4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12653:26 - Object of type `Self@test_subs_ext_reg_sxth4_64` has no attribute `rf`
[error] unresolved-attribute - :12658:9 - Object of type `Self@test_subs_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :12658:26 - Object of type `Self@test_subs_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :12659:9 - Object of type `Self@test_subs_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :12659:26 - Object of type `Self@test_subs_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :12660:9 - Object of type `Self@test_subs_ext_reg_sxtw64` has no attribute `assertEqual`
[error] unresolved-attribute - :12660:26 - Object of type `Self@test_subs_ext_reg_sxtw64` has no attribute `rf`
[error] unresolved-attribute - :12665:9 - Object of type `Self@test_subs_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12665:26 - Object of type `Self@test_subs_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :12666:9 - Object of type `Self@test_subs_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12666:26 - Object of type `Self@test_subs_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :12667:9 - Object of type `Self@test_subs_ext_reg_sxtw0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12667:26 - Object of type `Self@test_subs_ext_reg_sxtw0_64` has no attribute `rf`
[error] unresolved-attribute - :12672:9 - Object of type `Self@test_subs_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12672:26 - Object of type `Self@test_subs_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :12673:9 - Object of type `Self@test_subs_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12673:26 - Object of type `Self@test_subs_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :12674:9 - Object of type `Self@test_subs_ext_reg_sxtw4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12674:26 - Object of type `Self@test_subs_ext_reg_sxtw4_64` has no attribute `rf`
[error] unresolved-attribute - :12679:9 - Object of type `Self@test_subs_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :12679:26 - Object of type `Self@test_subs_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :12680:9 - Object of type `Self@test_subs_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :12680:26 - Object of type `Self@test_subs_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :12681:9 - Object of type `Self@test_subs_ext_reg_sxtx64` has no attribute `assertEqual`
[error] unresolved-attribute - :12681:26 - Object of type `Self@test_subs_ext_reg_sxtx64` has no attribute `rf`
[error] unresolved-attribute - :12686:9 - Object of type `Self@test_subs_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12686:26 - Object of type `Self@test_subs_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :12687:9 - Object of type `Self@test_subs_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12687:26 - Object of type `Self@test_subs_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :12688:9 - Object of type `Self@test_subs_ext_reg_sxtx0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12688:26 - Object of type `Self@test_subs_ext_reg_sxtx0_64` has no attribute `rf`
[error] unresolved-attribute - :12693:9 - Object of type `Self@test_subs_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12693:26 - Object of type `Self@test_subs_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :12694:9 - Object of type `Self@test_subs_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12694:26 - Object of type `Self@test_subs_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :12695:9 - Object of type `Self@test_subs_ext_reg_sxtx4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12695:26 - Object of type `Self@test_subs_ext_reg_sxtx4_64` has no attribute `rf`
[error] unresolved-attribute - :12700:9 - Object of type `Self@test_subs_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12700:26 - Object of type `Self@test_subs_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :12701:9 - Object of type `Self@test_subs_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12701:26 - Object of type `Self@test_subs_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :12702:9 - Object of type `Self@test_subs_ext_reg_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12702:26 - Object of type `Self@test_subs_ext_reg_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :12707:9 - Object of type `Self@test_subs_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12707:26 - Object of type `Self@test_subs_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :12708:9 - Object of type `Self@test_subs_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12708:26 - Object of type `Self@test_subs_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :12709:9 - Object of type `Self@test_subs_ext_reg_lsl4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12709:26 - Object of type `Self@test_subs_ext_reg_lsl4_64` has no attribute `rf`
[error] unresolved-attribute - :12718:9 - Object of type `Self@test_subs_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12718:26 - Object of type `Self@test_subs_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :12719:9 - Object of type `Self@test_subs_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12719:26 - Object of type `Self@test_subs_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :12720:9 - Object of type `Self@test_subs_imm_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12720:26 - Object of type `Self@test_subs_imm_min32` has no attribute `rf`
[error] unresolved-attribute - :12725:9 - Object of type `Self@test_subs_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12725:26 - Object of type `Self@test_subs_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :12726:9 - Object of type `Self@test_subs_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12726:26 - Object of type `Self@test_subs_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :12727:9 - Object of type `Self@test_subs_imm_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12727:26 - Object of type `Self@test_subs_imm_max32` has no attribute `rf`
[error] unresolved-attribute - :12732:9 - Object of type `Self@test_subs_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :12732:26 - Object of type `Self@test_subs_imm32` has no attribute `rf`
[error] unresolved-attribute - :12733:9 - Object of type `Self@test_subs_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :12733:26 - Object of type `Self@test_subs_imm32` has no attribute `rf`
[error] unresolved-attribute - :12734:9 - Object of type `Self@test_subs_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :12734:26 - Object of type `Self@test_subs_imm32` has no attribute `rf`
[error] unresolved-attribute - :12739:9 - Object of type `Self@test_subs_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12739:26 - Object of type `Self@test_subs_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :12740:9 - Object of type `Self@test_subs_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12740:26 - Object of type `Self@test_subs_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :12741:9 - Object of type `Self@test_subs_imm_lsl0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12741:26 - Object of type `Self@test_subs_imm_lsl0_32` has no attribute `rf`
[error] unresolved-attribute - :12746:9 - Object of type `Self@test_subs_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12746:26 - Object of type `Self@test_subs_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :12747:9 - Object of type `Self@test_subs_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12747:26 - Object of type `Self@test_subs_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :12748:9 - Object of type `Self@test_subs_imm_lsl12_32` has no attribute `assertEqual`
[error] unresolved-attribute - :12748:26 - Object of type `Self@test_subs_imm_lsl12_32` has no attribute `rf`
[error] unresolved-attribute - :12755:9 - Object of type `Self@test_subs_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12755:26 - Object of type `Self@test_subs_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :12756:9 - Object of type `Self@test_subs_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12756:26 - Object of type `Self@test_subs_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :12757:9 - Object of type `Self@test_subs_imm_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12757:26 - Object of type `Self@test_subs_imm_min64` has no attribute `rf`
[error] unresolved-attribute - :12762:9 - Object of type `Self@test_subs_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12762:26 - Object of type `Self@test_subs_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :12763:9 - Object of type `Self@test_subs_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12763:26 - Object of type `Self@test_subs_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :12764:9 - Object of type `Self@test_subs_imm_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12764:26 - Object of type `Self@test_subs_imm_max64` has no attribute `rf`
[error] unresolved-attribute - :12769:9 - Object of type `Self@test_subs_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :12769:26 - Object of type `Self@test_subs_imm64` has no attribute `rf`
[error] unresolved-attribute - :12770:9 - Object of type `Self@test_subs_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :12770:26 - Object of type `Self@test_subs_imm64` has no attribute `rf`
[error] unresolved-attribute - :12771:9 - Object of type `Self@test_subs_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :12771:26 - Object of type `Self@test_subs_imm64` has no attribute `rf`
[error] unresolved-attribute - :12776:9 - Object of type `Self@test_subs_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12776:26 - Object of type `Self@test_subs_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :12777:9 - Object of type `Self@test_subs_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12777:26 - Object of type `Self@test_subs_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :12778:9 - Object of type `Self@test_subs_imm_lsl0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12778:26 - Object of type `Self@test_subs_imm_lsl0_64` has no attribute `rf`
[error] unresolved-attribute - :12783:9 - Object of type `Self@test_subs_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12783:26 - Object of type `Self@test_subs_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :12784:9 - Object of type `Self@test_subs_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12784:26 - Object of type `Self@test_subs_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :12785:9 - Object of type `Self@test_subs_imm_lsl12_64` has no attribute `assertEqual`
[error] unresolved-attribute - :12785:26 - Object of type `Self@test_subs_imm_lsl12_64` has no attribute `rf`
[error] unresolved-attribute - :12794:9 - Object of type `Self@test_subs_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :12794:26 - Object of type `Self@test_subs_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :12795:9 - Object of type `Self@test_subs_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :12795:26 - Object of type `Self@test_subs_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :12796:9 - Object of type `Self@test_subs_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :12796:26 - Object of type `Self@test_subs_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :12801:9 - Object of type `Self@test_subs_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12801:26 - Object of type `Self@test_subs_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :12802:9 - Object of type `Self@test_subs_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12802:26 - Object of type `Self@test_subs_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :12803:9 - Object of type `Self@test_subs_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12803:26 - Object of type `Self@test_subs_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :12808:9 - Object of type `Self@test_subs_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12808:26 - Object of type `Self@test_subs_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :12809:9 - Object of type `Self@test_subs_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12809:26 - Object of type `Self@test_subs_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :12810:9 - Object of type `Self@test_subs_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12810:26 - Object of type `Self@test_subs_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :12815:9 - Object of type `Self@test_subs_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :12815:26 - Object of type `Self@test_subs_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :12816:9 - Object of type `Self@test_subs_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :12816:26 - Object of type `Self@test_subs_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :12817:9 - Object of type `Self@test_subs_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :12817:26 - Object of type `Self@test_subs_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :12822:9 - Object of type `Self@test_subs_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12822:26 - Object of type `Self@test_subs_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :12823:9 - Object of type `Self@test_subs_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12823:26 - Object of type `Self@test_subs_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :12824:9 - Object of type `Self@test_subs_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12824:26 - Object of type `Self@test_subs_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :12829:9 - Object of type `Self@test_subs_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12829:26 - Object of type `Self@test_subs_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :12830:9 - Object of type `Self@test_subs_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12830:26 - Object of type `Self@test_subs_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :12831:9 - Object of type `Self@test_subs_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12831:26 - Object of type `Self@test_subs_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :12836:9 - Object of type `Self@test_subs_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :12836:26 - Object of type `Self@test_subs_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :12837:9 - Object of type `Self@test_subs_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :12837:26 - Object of type `Self@test_subs_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :12838:9 - Object of type `Self@test_subs_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :12838:26 - Object of type `Self@test_subs_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :12843:9 - Object of type `Self@test_subs_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12843:26 - Object of type `Self@test_subs_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :12844:9 - Object of type `Self@test_subs_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12844:26 - Object of type `Self@test_subs_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :12845:9 - Object of type `Self@test_subs_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :12845:26 - Object of type `Self@test_subs_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :12850:9 - Object of type `Self@test_subs_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12850:26 - Object of type `Self@test_subs_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :12851:9 - Object of type `Self@test_subs_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12851:26 - Object of type `Self@test_subs_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :12852:9 - Object of type `Self@test_subs_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :12852:26 - Object of type `Self@test_subs_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :12857:9 - Object of type `Self@test_subs_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :12857:26 - Object of type `Self@test_subs_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :12858:9 - Object of type `Self@test_subs_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :12858:26 - Object of type `Self@test_subs_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :12859:9 - Object of type `Self@test_subs_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :12859:26 - Object of type `Self@test_subs_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :12866:9 - Object of type `Self@test_subs_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :12866:26 - Object of type `Self@test_subs_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :12867:9 - Object of type `Self@test_subs_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :12867:26 - Object of type `Self@test_subs_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :12868:9 - Object of type `Self@test_subs_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :12868:26 - Object of type `Self@test_subs_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :12873:9 - Object of type `Self@test_subs_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12873:26 - Object of type `Self@test_subs_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :12874:9 - Object of type `Self@test_subs_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12874:26 - Object of type `Self@test_subs_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :12875:9 - Object of type `Self@test_subs_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12875:26 - Object of type `Self@test_subs_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :12880:9 - Object of type `Self@test_subs_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12880:26 - Object of type `Self@test_subs_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :12881:9 - Object of type `Self@test_subs_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12881:26 - Object of type `Self@test_subs_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :12882:9 - Object of type `Self@test_subs_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12882:26 - Object of type `Self@test_subs_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :12887:9 - Object of type `Self@test_subs_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :12887:26 - Object of type `Self@test_subs_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :12888:9 - Object of type `Self@test_subs_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :12888:26 - Object of type `Self@test_subs_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :12889:9 - Object of type `Self@test_subs_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :12889:26 - Object of type `Self@test_subs_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :12894:9 - Object of type `Self@test_subs_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12894:26 - Object of type `Self@test_subs_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :12895:9 - Object of type `Self@test_subs_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12895:26 - Object of type `Self@test_subs_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :12896:9 - Object of type `Self@test_subs_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12896:26 - Object of type `Self@test_subs_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :12901:9 - Object of type `Self@test_subs_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12901:26 - Object of type `Self@test_subs_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :12902:9 - Object of type `Self@test_subs_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12902:26 - Object of type `Self@test_subs_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :12903:9 - Object of type `Self@test_subs_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12903:26 - Object of type `Self@test_subs_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :12908:9 - Object of type `Self@test_subs_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :12908:26 - Object of type `Self@test_subs_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :12909:9 - Object of type `Self@test_subs_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :12909:26 - Object of type `Self@test_subs_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :12910:9 - Object of type `Self@test_subs_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :12910:26 - Object of type `Self@test_subs_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :12915:9 - Object of type `Self@test_subs_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12915:26 - Object of type `Self@test_subs_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :12916:9 - Object of type `Self@test_subs_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12916:26 - Object of type `Self@test_subs_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :12917:9 - Object of type `Self@test_subs_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :12917:26 - Object of type `Self@test_subs_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :12922:9 - Object of type `Self@test_subs_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12922:26 - Object of type `Self@test_subs_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :12923:9 - Object of type `Self@test_subs_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12923:26 - Object of type `Self@test_subs_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :12924:9 - Object of type `Self@test_subs_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :12924:26 - Object of type `Self@test_subs_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :12929:9 - Object of type `Self@test_subs_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :12929:26 - Object of type `Self@test_subs_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :12930:9 - Object of type `Self@test_subs_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :12930:26 - Object of type `Self@test_subs_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :12931:9 - Object of type `Self@test_subs_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :12931:26 - Object of type `Self@test_subs_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :12937:14 - Object of type `Self@test_svc0` has no attribute `assertRaises`
[error] unresolved-attribute - :12939:13 - Object of type `Self@test_svc0` has no attribute `_execute`
[error] unresolved-attribute - :12949:13 - Object of type `Self@test_svc1` has no attribute `fail`
[error] unresolved-attribute - :12953:13 - Object of type `Self@test_svc1` has no attribute `_execute`
[error] unresolved-attribute - :12962:9 - Object of type `Self@test_sxtb_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :12962:26 - Object of type `Self@test_sxtb_zero32` has no attribute `rf`
[error] unresolved-attribute - :12963:9 - Object of type `Self@test_sxtb_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :12963:26 - Object of type `Self@test_sxtb_zero32` has no attribute `rf`
[error] unresolved-attribute - :12968:9 - Object of type `Self@test_sxtb_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :12968:26 - Object of type `Self@test_sxtb_one32` has no attribute `rf`
[error] unresolved-attribute - :12969:9 - Object of type `Self@test_sxtb_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :12969:26 - Object of type `Self@test_sxtb_one32` has no attribute `rf`
[error] unresolved-attribute - :12976:9 - Object of type `Self@test_sxtb_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :12976:26 - Object of type `Self@test_sxtb_zero64` has no attribute `rf`
[error] unresolved-attribute - :12977:9 - Object of type `Self@test_sxtb_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :12977:26 - Object of type `Self@test_sxtb_zero64` has no attribute `rf`
[error] unresolved-attribute - :12982:9 - Object of type `Self@test_sxtb_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :12982:26 - Object of type `Self@test_sxtb_one64` has no attribute `rf`
[error] unresolved-attribute - :12983:9 - Object of type `Self@test_sxtb_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :12983:26 - Object of type `Self@test_sxtb_one64` has no attribute `rf`
[error] unresolved-attribute - :12992:9 - Object of type `Self@test_sxth_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :12992:26 - Object of type `Self@test_sxth_zero32` has no attribute `rf`
[error] unresolved-attribute - :12993:9 - Object of type `Self@test_sxth_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :12993:26 - Object of type `Self@test_sxth_zero32` has no attribute `rf`
[error] unresolved-attribute - :12998:9 - Object of type `Self@test_sxth_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :12998:26 - Object of type `Self@test_sxth_one32` has no attribute `rf`
[error] unresolved-attribute - :12999:9 - Object of type `Self@test_sxth_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :12999:26 - Object of type `Self@test_sxth_one32` has no attribute `rf`
[error] unresolved-attribute - :13006:9 - Object of type `Self@test_sxth_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13006:26 - Object of type `Self@test_sxth_zero64` has no attribute `rf`
[error] unresolved-attribute - :13007:9 - Object of type `Self@test_sxth_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13007:26 - Object of type `Self@test_sxth_zero64` has no attribute `rf`
[error] unresolved-attribute - :13012:9 - Object of type `Self@test_sxth_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13012:26 - Object of type `Self@test_sxth_one64` has no attribute `rf`
[error] unresolved-attribute - :13013:9 - Object of type `Self@test_sxth_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13013:26 - Object of type `Self@test_sxth_one64` has no attribute `rf`
[error] unresolved-attribute - :13020:9 - Object of type `Self@test_sxtw_zero` has no attribute `assertEqual`
[error] unresolved-attribute - :13020:26 - Object of type `Self@test_sxtw_zero` has no attribute `rf`
[error] unresolved-attribute - :13021:9 - Object of type `Self@test_sxtw_zero` has no attribute `assertEqual`
[error] unresolved-attribute - :13021:26 - Object of type `Self@test_sxtw_zero` has no attribute `rf`
[error] unresolved-attribute - :13026:9 - Object of type `Self@test_sxtw_one` has no attribute `assertEqual`
[error] unresolved-attribute - :13026:26 - Object of type `Self@test_sxtw_one` has no attribute `rf`
[error] unresolved-attribute - :13027:9 - Object of type `Self@test_sxtw_one` has no attribute `assertEqual`
[error] unresolved-attribute - :13027:26 - Object of type `Self@test_sxtw_one` has no attribute `rf`
[error] unresolved-attribute - :13037:28 - Object of type `Self@test_tbnz_min_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13038:14 - Object of type `Self@test_tbnz_min_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13039:9 - Object of type `Self@test_tbnz_min_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13040:9 - Object of type `Self@test_tbnz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13040:26 - Object of type `Self@test_tbnz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13041:9 - Object of type `Self@test_tbnz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13041:26 - Object of type `Self@test_tbnz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13042:9 - Object of type `Self@test_tbnz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13042:26 - Object of type `Self@test_tbnz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13043:9 - Object of type `Self@test_tbnz_min_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13044:9 - Object of type `Self@test_tbnz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13044:26 - Object of type `Self@test_tbnz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13045:9 - Object of type `Self@test_tbnz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13045:26 - Object of type `Self@test_tbnz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13051:28 - Object of type `Self@test_tbnz_min_one32` has no attribute `cpu`
[error] unresolved-attribute - :13052:14 - Object of type `Self@test_tbnz_min_one32` has no attribute `cpu`
[error] unresolved-attribute - :13053:9 - Object of type `Self@test_tbnz_min_one32` has no attribute `_execute`
[error] unresolved-attribute - :13054:9 - Object of type `Self@test_tbnz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13054:26 - Object of type `Self@test_tbnz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13055:9 - Object of type `Self@test_tbnz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13055:26 - Object of type `Self@test_tbnz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13056:9 - Object of type `Self@test_tbnz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13056:26 - Object of type `Self@test_tbnz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13057:9 - Object of type `Self@test_tbnz_min_one32` has no attribute `_execute`
[error] unresolved-attribute - :13058:9 - Object of type `Self@test_tbnz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13058:26 - Object of type `Self@test_tbnz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13059:9 - Object of type `Self@test_tbnz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13059:26 - Object of type `Self@test_tbnz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13065:28 - Object of type `Self@test_tbnz_max_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13066:14 - Object of type `Self@test_tbnz_max_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13067:9 - Object of type `Self@test_tbnz_max_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13068:9 - Object of type `Self@test_tbnz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13068:26 - Object of type `Self@test_tbnz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13069:9 - Object of type `Self@test_tbnz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13069:26 - Object of type `Self@test_tbnz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13070:9 - Object of type `Self@test_tbnz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13070:26 - Object of type `Self@test_tbnz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13071:9 - Object of type `Self@test_tbnz_max_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13072:9 - Object of type `Self@test_tbnz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13072:26 - Object of type `Self@test_tbnz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13073:9 - Object of type `Self@test_tbnz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13073:26 - Object of type `Self@test_tbnz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13079:28 - Object of type `Self@test_tbnz_max_one32` has no attribute `cpu`
[error] unresolved-attribute - :13080:14 - Object of type `Self@test_tbnz_max_one32` has no attribute `cpu`
[error] unresolved-attribute - :13081:9 - Object of type `Self@test_tbnz_max_one32` has no attribute `_execute`
[error] unresolved-attribute - :13082:9 - Object of type `Self@test_tbnz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13082:26 - Object of type `Self@test_tbnz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13083:9 - Object of type `Self@test_tbnz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13083:26 - Object of type `Self@test_tbnz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13084:9 - Object of type `Self@test_tbnz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13084:26 - Object of type `Self@test_tbnz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13085:9 - Object of type `Self@test_tbnz_max_one32` has no attribute `_execute`
[error] unresolved-attribute - :13086:9 - Object of type `Self@test_tbnz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13086:26 - Object of type `Self@test_tbnz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13087:9 - Object of type `Self@test_tbnz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13087:26 - Object of type `Self@test_tbnz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13093:28 - Object of type `Self@test_tbnz_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13094:14 - Object of type `Self@test_tbnz_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13095:9 - Object of type `Self@test_tbnz_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13096:9 - Object of type `Self@test_tbnz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13096:26 - Object of type `Self@test_tbnz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13097:9 - Object of type `Self@test_tbnz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13097:26 - Object of type `Self@test_tbnz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13098:9 - Object of type `Self@test_tbnz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13098:26 - Object of type `Self@test_tbnz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13099:9 - Object of type `Self@test_tbnz_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13100:9 - Object of type `Self@test_tbnz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13100:26 - Object of type `Self@test_tbnz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13101:9 - Object of type `Self@test_tbnz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13101:26 - Object of type `Self@test_tbnz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13107:28 - Object of type `Self@test_tbnz_one32` has no attribute `cpu`
[error] unresolved-attribute - :13108:14 - Object of type `Self@test_tbnz_one32` has no attribute `cpu`
[error] unresolved-attribute - :13109:9 - Object of type `Self@test_tbnz_one32` has no attribute `_execute`
[error] unresolved-attribute - :13110:9 - Object of type `Self@test_tbnz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13110:26 - Object of type `Self@test_tbnz_one32` has no attribute `rf`
[error] unresolved-attribute - :13111:9 - Object of type `Self@test_tbnz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13111:26 - Object of type `Self@test_tbnz_one32` has no attribute `rf`
[error] unresolved-attribute - :13112:9 - Object of type `Self@test_tbnz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13112:26 - Object of type `Self@test_tbnz_one32` has no attribute `rf`
[error] unresolved-attribute - :13113:9 - Object of type `Self@test_tbnz_one32` has no attribute `_execute`
[error] unresolved-attribute - :13114:9 - Object of type `Self@test_tbnz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13114:26 - Object of type `Self@test_tbnz_one32` has no attribute `rf`
[error] unresolved-attribute - :13115:9 - Object of type `Self@test_tbnz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13115:26 - Object of type `Self@test_tbnz_one32` has no attribute `rf`
[error] unresolved-attribute - :13123:28 - Object of type `Self@test_tbnz_min_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13124:14 - Object of type `Self@test_tbnz_min_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13125:9 - Object of type `Self@test_tbnz_min_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13126:9 - Object of type `Self@test_tbnz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13126:26 - Object of type `Self@test_tbnz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13127:9 - Object of type `Self@test_tbnz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13127:26 - Object of type `Self@test_tbnz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13128:9 - Object of type `Self@test_tbnz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13128:26 - Object of type `Self@test_tbnz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13129:9 - Object of type `Self@test_tbnz_min_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13130:9 - Object of type `Self@test_tbnz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13130:26 - Object of type `Self@test_tbnz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13131:9 - Object of type `Self@test_tbnz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13131:26 - Object of type `Self@test_tbnz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13137:28 - Object of type `Self@test_tbnz_min_one64` has no attribute `cpu`
[error] unresolved-attribute - :13138:14 - Object of type `Self@test_tbnz_min_one64` has no attribute `cpu`
[error] unresolved-attribute - :13139:9 - Object of type `Self@test_tbnz_min_one64` has no attribute `_execute`
[error] unresolved-attribute - :13140:9 - Object of type `Self@test_tbnz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13140:26 - Object of type `Self@test_tbnz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13141:9 - Object of type `Self@test_tbnz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13141:26 - Object of type `Self@test_tbnz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13142:9 - Object of type `Self@test_tbnz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13142:26 - Object of type `Self@test_tbnz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13143:9 - Object of type `Self@test_tbnz_min_one64` has no attribute `_execute`
[error] unresolved-attribute - :13144:9 - Object of type `Self@test_tbnz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13144:26 - Object of type `Self@test_tbnz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13145:9 - Object of type `Self@test_tbnz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13145:26 - Object of type `Self@test_tbnz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13151:28 - Object of type `Self@test_tbnz_max_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13152:14 - Object of type `Self@test_tbnz_max_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13153:9 - Object of type `Self@test_tbnz_max_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13154:9 - Object of type `Self@test_tbnz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13154:26 - Object of type `Self@test_tbnz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13155:9 - Object of type `Self@test_tbnz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13155:26 - Object of type `Self@test_tbnz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13156:9 - Object of type `Self@test_tbnz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13156:26 - Object of type `Self@test_tbnz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13157:9 - Object of type `Self@test_tbnz_max_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13158:9 - Object of type `Self@test_tbnz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13158:26 - Object of type `Self@test_tbnz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13159:9 - Object of type `Self@test_tbnz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13159:26 - Object of type `Self@test_tbnz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13165:28 - Object of type `Self@test_tbnz_max_one64` has no attribute `cpu`
[error] unresolved-attribute - :13166:14 - Object of type `Self@test_tbnz_max_one64` has no attribute `cpu`
[error] unresolved-attribute - :13167:9 - Object of type `Self@test_tbnz_max_one64` has no attribute `_execute`
[error] unresolved-attribute - :13168:9 - Object of type `Self@test_tbnz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13168:26 - Object of type `Self@test_tbnz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13169:9 - Object of type `Self@test_tbnz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13169:26 - Object of type `Self@test_tbnz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13170:9 - Object of type `Self@test_tbnz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13170:26 - Object of type `Self@test_tbnz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13171:9 - Object of type `Self@test_tbnz_max_one64` has no attribute `_execute`
[error] unresolved-attribute - :13172:9 - Object of type `Self@test_tbnz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13172:26 - Object of type `Self@test_tbnz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13173:9 - Object of type `Self@test_tbnz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13173:26 - Object of type `Self@test_tbnz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13179:28 - Object of type `Self@test_tbnz_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13180:14 - Object of type `Self@test_tbnz_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13181:9 - Object of type `Self@test_tbnz_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13182:9 - Object of type `Self@test_tbnz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13182:26 - Object of type `Self@test_tbnz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13183:9 - Object of type `Self@test_tbnz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13183:26 - Object of type `Self@test_tbnz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13184:9 - Object of type `Self@test_tbnz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13184:26 - Object of type `Self@test_tbnz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13185:9 - Object of type `Self@test_tbnz_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13186:9 - Object of type `Self@test_tbnz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13186:26 - Object of type `Self@test_tbnz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13187:9 - Object of type `Self@test_tbnz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13187:26 - Object of type `Self@test_tbnz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13193:28 - Object of type `Self@test_tbnz_one64` has no attribute `cpu`
[error] unresolved-attribute - :13194:14 - Object of type `Self@test_tbnz_one64` has no attribute `cpu`
[error] unresolved-attribute - :13195:9 - Object of type `Self@test_tbnz_one64` has no attribute `_execute`
[error] unresolved-attribute - :13196:9 - Object of type `Self@test_tbnz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13196:26 - Object of type `Self@test_tbnz_one64` has no attribute `rf`
[error] unresolved-attribute - :13197:9 - Object of type `Self@test_tbnz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13197:26 - Object of type `Self@test_tbnz_one64` has no attribute `rf`
[error] unresolved-attribute - :13198:9 - Object of type `Self@test_tbnz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13198:26 - Object of type `Self@test_tbnz_one64` has no attribute `rf`
[error] unresolved-attribute - :13199:9 - Object of type `Self@test_tbnz_one64` has no attribute `_execute`
[error] unresolved-attribute - :13200:9 - Object of type `Self@test_tbnz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13200:26 - Object of type `Self@test_tbnz_one64` has no attribute `rf`
[error] unresolved-attribute - :13201:9 - Object of type `Self@test_tbnz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13201:26 - Object of type `Self@test_tbnz_one64` has no attribute `rf`
[error] unresolved-attribute - :13211:28 - Object of type `Self@test_tbz_min_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13212:14 - Object of type `Self@test_tbz_min_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13213:9 - Object of type `Self@test_tbz_min_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13214:9 - Object of type `Self@test_tbz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13214:26 - Object of type `Self@test_tbz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13215:9 - Object of type `Self@test_tbz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13215:26 - Object of type `Self@test_tbz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13216:9 - Object of type `Self@test_tbz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13216:26 - Object of type `Self@test_tbz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13217:9 - Object of type `Self@test_tbz_min_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13218:9 - Object of type `Self@test_tbz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13218:26 - Object of type `Self@test_tbz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13219:9 - Object of type `Self@test_tbz_min_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13219:26 - Object of type `Self@test_tbz_min_zero32` has no attribute `rf`
[error] unresolved-attribute - :13225:28 - Object of type `Self@test_tbz_min_one32` has no attribute `cpu`
[error] unresolved-attribute - :13226:14 - Object of type `Self@test_tbz_min_one32` has no attribute `cpu`
[error] unresolved-attribute - :13227:9 - Object of type `Self@test_tbz_min_one32` has no attribute `_execute`
[error] unresolved-attribute - :13228:9 - Object of type `Self@test_tbz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13228:26 - Object of type `Self@test_tbz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13229:9 - Object of type `Self@test_tbz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13229:26 - Object of type `Self@test_tbz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13230:9 - Object of type `Self@test_tbz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13230:26 - Object of type `Self@test_tbz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13231:9 - Object of type `Self@test_tbz_min_one32` has no attribute `_execute`
[error] unresolved-attribute - :13232:9 - Object of type `Self@test_tbz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13232:26 - Object of type `Self@test_tbz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13233:9 - Object of type `Self@test_tbz_min_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13233:26 - Object of type `Self@test_tbz_min_one32` has no attribute `rf`
[error] unresolved-attribute - :13239:28 - Object of type `Self@test_tbz_max_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13240:14 - Object of type `Self@test_tbz_max_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13241:9 - Object of type `Self@test_tbz_max_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13242:9 - Object of type `Self@test_tbz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13242:26 - Object of type `Self@test_tbz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13243:9 - Object of type `Self@test_tbz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13243:26 - Object of type `Self@test_tbz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13244:9 - Object of type `Self@test_tbz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13244:26 - Object of type `Self@test_tbz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13245:9 - Object of type `Self@test_tbz_max_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13246:9 - Object of type `Self@test_tbz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13246:26 - Object of type `Self@test_tbz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13247:9 - Object of type `Self@test_tbz_max_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13247:26 - Object of type `Self@test_tbz_max_zero32` has no attribute `rf`
[error] unresolved-attribute - :13253:28 - Object of type `Self@test_tbz_max_one32` has no attribute `cpu`
[error] unresolved-attribute - :13254:14 - Object of type `Self@test_tbz_max_one32` has no attribute `cpu`
[error] unresolved-attribute - :13255:9 - Object of type `Self@test_tbz_max_one32` has no attribute `_execute`
[error] unresolved-attribute - :13256:9 - Object of type `Self@test_tbz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13256:26 - Object of type `Self@test_tbz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13257:9 - Object of type `Self@test_tbz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13257:26 - Object of type `Self@test_tbz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13258:9 - Object of type `Self@test_tbz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13258:26 - Object of type `Self@test_tbz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13259:9 - Object of type `Self@test_tbz_max_one32` has no attribute `_execute`
[error] unresolved-attribute - :13260:9 - Object of type `Self@test_tbz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13260:26 - Object of type `Self@test_tbz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13261:9 - Object of type `Self@test_tbz_max_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13261:26 - Object of type `Self@test_tbz_max_one32` has no attribute `rf`
[error] unresolved-attribute - :13267:28 - Object of type `Self@test_tbz_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13268:14 - Object of type `Self@test_tbz_zero32` has no attribute `cpu`
[error] unresolved-attribute - :13269:9 - Object of type `Self@test_tbz_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13270:9 - Object of type `Self@test_tbz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13270:26 - Object of type `Self@test_tbz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13271:9 - Object of type `Self@test_tbz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13271:26 - Object of type `Self@test_tbz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13272:9 - Object of type `Self@test_tbz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13272:26 - Object of type `Self@test_tbz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13273:9 - Object of type `Self@test_tbz_zero32` has no attribute `_execute`
[error] unresolved-attribute - :13274:9 - Object of type `Self@test_tbz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13274:26 - Object of type `Self@test_tbz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13275:9 - Object of type `Self@test_tbz_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13275:26 - Object of type `Self@test_tbz_zero32` has no attribute `rf`
[error] unresolved-attribute - :13281:28 - Object of type `Self@test_tbz_one32` has no attribute `cpu`
[error] unresolved-attribute - :13282:14 - Object of type `Self@test_tbz_one32` has no attribute `cpu`
[error] unresolved-attribute - :13283:9 - Object of type `Self@test_tbz_one32` has no attribute `_execute`
[error] unresolved-attribute - :13284:9 - Object of type `Self@test_tbz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13284:26 - Object of type `Self@test_tbz_one32` has no attribute `rf`
[error] unresolved-attribute - :13285:9 - Object of type `Self@test_tbz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13285:26 - Object of type `Self@test_tbz_one32` has no attribute `rf`
[error] unresolved-attribute - :13286:9 - Object of type `Self@test_tbz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13286:26 - Object of type `Self@test_tbz_one32` has no attribute `rf`
[error] unresolved-attribute - :13287:9 - Object of type `Self@test_tbz_one32` has no attribute `_execute`
[error] unresolved-attribute - :13288:9 - Object of type `Self@test_tbz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13288:26 - Object of type `Self@test_tbz_one32` has no attribute `rf`
[error] unresolved-attribute - :13289:9 - Object of type `Self@test_tbz_one32` has no attribute `assertEqual`
[error] unresolved-attribute - :13289:26 - Object of type `Self@test_tbz_one32` has no attribute `rf`
[error] unresolved-attribute - :13297:28 - Object of type `Self@test_tbz_min_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13298:14 - Object of type `Self@test_tbz_min_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13299:9 - Object of type `Self@test_tbz_min_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13300:9 - Object of type `Self@test_tbz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13300:26 - Object of type `Self@test_tbz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13301:9 - Object of type `Self@test_tbz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13301:26 - Object of type `Self@test_tbz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13302:9 - Object of type `Self@test_tbz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13302:26 - Object of type `Self@test_tbz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13303:9 - Object of type `Self@test_tbz_min_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13304:9 - Object of type `Self@test_tbz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13304:26 - Object of type `Self@test_tbz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13305:9 - Object of type `Self@test_tbz_min_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13305:26 - Object of type `Self@test_tbz_min_zero64` has no attribute `rf`
[error] unresolved-attribute - :13311:28 - Object of type `Self@test_tbz_min_one64` has no attribute `cpu`
[error] unresolved-attribute - :13312:14 - Object of type `Self@test_tbz_min_one64` has no attribute `cpu`
[error] unresolved-attribute - :13313:9 - Object of type `Self@test_tbz_min_one64` has no attribute `_execute`
[error] unresolved-attribute - :13314:9 - Object of type `Self@test_tbz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13314:26 - Object of type `Self@test_tbz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13315:9 - Object of type `Self@test_tbz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13315:26 - Object of type `Self@test_tbz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13316:9 - Object of type `Self@test_tbz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13316:26 - Object of type `Self@test_tbz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13317:9 - Object of type `Self@test_tbz_min_one64` has no attribute `_execute`
[error] unresolved-attribute - :13318:9 - Object of type `Self@test_tbz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13318:26 - Object of type `Self@test_tbz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13319:9 - Object of type `Self@test_tbz_min_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13319:26 - Object of type `Self@test_tbz_min_one64` has no attribute `rf`
[error] unresolved-attribute - :13325:28 - Object of type `Self@test_tbz_max_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13326:14 - Object of type `Self@test_tbz_max_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13327:9 - Object of type `Self@test_tbz_max_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13328:9 - Object of type `Self@test_tbz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13328:26 - Object of type `Self@test_tbz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13329:9 - Object of type `Self@test_tbz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13329:26 - Object of type `Self@test_tbz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13330:9 - Object of type `Self@test_tbz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13330:26 - Object of type `Self@test_tbz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13331:9 - Object of type `Self@test_tbz_max_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13332:9 - Object of type `Self@test_tbz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13332:26 - Object of type `Self@test_tbz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13333:9 - Object of type `Self@test_tbz_max_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13333:26 - Object of type `Self@test_tbz_max_zero64` has no attribute `rf`
[error] unresolved-attribute - :13339:28 - Object of type `Self@test_tbz_max_one64` has no attribute `cpu`
[error] unresolved-attribute - :13340:14 - Object of type `Self@test_tbz_max_one64` has no attribute `cpu`
[error] unresolved-attribute - :13341:9 - Object of type `Self@test_tbz_max_one64` has no attribute `_execute`
[error] unresolved-attribute - :13342:9 - Object of type `Self@test_tbz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13342:26 - Object of type `Self@test_tbz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13343:9 - Object of type `Self@test_tbz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13343:26 - Object of type `Self@test_tbz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13344:9 - Object of type `Self@test_tbz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13344:26 - Object of type `Self@test_tbz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13345:9 - Object of type `Self@test_tbz_max_one64` has no attribute `_execute`
[error] unresolved-attribute - :13346:9 - Object of type `Self@test_tbz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13346:26 - Object of type `Self@test_tbz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13347:9 - Object of type `Self@test_tbz_max_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13347:26 - Object of type `Self@test_tbz_max_one64` has no attribute `rf`
[error] unresolved-attribute - :13353:28 - Object of type `Self@test_tbz_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13354:14 - Object of type `Self@test_tbz_zero64` has no attribute `cpu`
[error] unresolved-attribute - :13355:9 - Object of type `Self@test_tbz_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13356:9 - Object of type `Self@test_tbz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13356:26 - Object of type `Self@test_tbz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13357:9 - Object of type `Self@test_tbz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13357:26 - Object of type `Self@test_tbz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13358:9 - Object of type `Self@test_tbz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13358:26 - Object of type `Self@test_tbz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13359:9 - Object of type `Self@test_tbz_zero64` has no attribute `_execute`
[error] unresolved-attribute - :13360:9 - Object of type `Self@test_tbz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13360:26 - Object of type `Self@test_tbz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13361:9 - Object of type `Self@test_tbz_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13361:26 - Object of type `Self@test_tbz_zero64` has no attribute `rf`
[error] unresolved-attribute - :13367:28 - Object of type `Self@test_tbz_one64` has no attribute `cpu`
[error] unresolved-attribute - :13368:14 - Object of type `Self@test_tbz_one64` has no attribute `cpu`
[error] unresolved-attribute - :13369:9 - Object of type `Self@test_tbz_one64` has no attribute `_execute`
[error] unresolved-attribute - :13370:9 - Object of type `Self@test_tbz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13370:26 - Object of type `Self@test_tbz_one64` has no attribute `rf`
[error] unresolved-attribute - :13371:9 - Object of type `Self@test_tbz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13371:26 - Object of type `Self@test_tbz_one64` has no attribute `rf`
[error] unresolved-attribute - :13372:9 - Object of type `Self@test_tbz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13372:26 - Object of type `Self@test_tbz_one64` has no attribute `rf`
[error] unresolved-attribute - :13373:9 - Object of type `Self@test_tbz_one64` has no attribute `_execute`
[error] unresolved-attribute - :13374:9 - Object of type `Self@test_tbz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13374:26 - Object of type `Self@test_tbz_one64` has no attribute `rf`
[error] unresolved-attribute - :13375:9 - Object of type `Self@test_tbz_one64` has no attribute `assertEqual`
[error] unresolved-attribute - :13375:26 - Object of type `Self@test_tbz_one64` has no attribute `rf`
[error] unresolved-attribute - :13384:9 - Object of type `Self@test_tst_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :13384:26 - Object of type `Self@test_tst_imm32` has no attribute `rf`
[error] unresolved-attribute - :13385:9 - Object of type `Self@test_tst_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :13385:26 - Object of type `Self@test_tst_imm32` has no attribute `rf`
[error] unresolved-attribute - :13386:9 - Object of type `Self@test_tst_imm32` has no attribute `assertEqual`
[error] unresolved-attribute - :13386:26 - Object of type `Self@test_tst_imm32` has no attribute `rf`
[error] unresolved-attribute - :13391:9 - Object of type `Self@test_tst_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13391:26 - Object of type `Self@test_tst_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :13392:9 - Object of type `Self@test_tst_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13392:26 - Object of type `Self@test_tst_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :13393:9 - Object of type `Self@test_tst_imm2_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13393:26 - Object of type `Self@test_tst_imm2_32` has no attribute `rf`
[error] unresolved-attribute - :13398:9 - Object of type `Self@test_tst_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13398:26 - Object of type `Self@test_tst_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :13399:9 - Object of type `Self@test_tst_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13399:26 - Object of type `Self@test_tst_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :13400:9 - Object of type `Self@test_tst_imm3_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13400:26 - Object of type `Self@test_tst_imm3_32` has no attribute `rf`
[error] unresolved-attribute - :13405:9 - Object of type `Self@test_tst_imm4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13405:26 - Object of type `Self@test_tst_imm4_32` has no attribute `rf`
[error] unresolved-attribute - :13406:9 - Object of type `Self@test_tst_imm4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13406:26 - Object of type `Self@test_tst_imm4_32` has no attribute `rf`
[error] unresolved-attribute - :13407:9 - Object of type `Self@test_tst_imm4_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13407:26 - Object of type `Self@test_tst_imm4_32` has no attribute `rf`
[error] unresolved-attribute - :13414:9 - Object of type `Self@test_tst_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :13414:26 - Object of type `Self@test_tst_imm64` has no attribute `rf`
[error] unresolved-attribute - :13415:9 - Object of type `Self@test_tst_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :13415:26 - Object of type `Self@test_tst_imm64` has no attribute `rf`
[error] unresolved-attribute - :13416:9 - Object of type `Self@test_tst_imm64` has no attribute `assertEqual`
[error] unresolved-attribute - :13416:26 - Object of type `Self@test_tst_imm64` has no attribute `rf`
[error] unresolved-attribute - :13421:9 - Object of type `Self@test_tst_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13421:26 - Object of type `Self@test_tst_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :13422:9 - Object of type `Self@test_tst_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13422:26 - Object of type `Self@test_tst_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :13423:9 - Object of type `Self@test_tst_imm2_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13423:26 - Object of type `Self@test_tst_imm2_64` has no attribute `rf`
[error] unresolved-attribute - :13428:9 - Object of type `Self@test_tst_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13428:26 - Object of type `Self@test_tst_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :13429:9 - Object of type `Self@test_tst_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13429:26 - Object of type `Self@test_tst_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :13430:9 - Object of type `Self@test_tst_imm3_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13430:26 - Object of type `Self@test_tst_imm3_64` has no attribute `rf`
[error] unresolved-attribute - :13435:9 - Object of type `Self@test_tst_imm4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13435:26 - Object of type `Self@test_tst_imm4_64` has no attribute `rf`
[error] unresolved-attribute - :13436:9 - Object of type `Self@test_tst_imm4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13436:26 - Object of type `Self@test_tst_imm4_64` has no attribute `rf`
[error] unresolved-attribute - :13437:9 - Object of type `Self@test_tst_imm4_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13437:26 - Object of type `Self@test_tst_imm4_64` has no attribute `rf`
[error] unresolved-attribute - :13446:9 - Object of type `Self@test_tst_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :13446:26 - Object of type `Self@test_tst_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :13447:9 - Object of type `Self@test_tst_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :13447:26 - Object of type `Self@test_tst_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :13448:9 - Object of type `Self@test_tst_sft_reg32` has no attribute `assertEqual`
[error] unresolved-attribute - :13448:26 - Object of type `Self@test_tst_sft_reg32` has no attribute `rf`
[error] unresolved-attribute - :13453:9 - Object of type `Self@test_tst_sft_reg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13453:26 - Object of type `Self@test_tst_sft_reg_zero32` has no attribute `rf`
[error] unresolved-attribute - :13454:9 - Object of type `Self@test_tst_sft_reg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13454:26 - Object of type `Self@test_tst_sft_reg_zero32` has no attribute `rf`
[error] unresolved-attribute - :13455:9 - Object of type `Self@test_tst_sft_reg_zero32` has no attribute `assertEqual`
[error] unresolved-attribute - :13455:26 - Object of type `Self@test_tst_sft_reg_zero32` has no attribute `rf`
[error] unresolved-attribute - :13460:9 - Object of type `Self@test_tst_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13460:26 - Object of type `Self@test_tst_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :13461:9 - Object of type `Self@test_tst_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13461:26 - Object of type `Self@test_tst_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :13462:9 - Object of type `Self@test_tst_sft_reg_lsl_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13462:26 - Object of type `Self@test_tst_sft_reg_lsl_min32` has no attribute `rf`
[error] unresolved-attribute - :13467:9 - Object of type `Self@test_tst_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13467:26 - Object of type `Self@test_tst_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :13468:9 - Object of type `Self@test_tst_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13468:26 - Object of type `Self@test_tst_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :13469:9 - Object of type `Self@test_tst_sft_reg_lsl_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13469:26 - Object of type `Self@test_tst_sft_reg_lsl_max32` has no attribute `rf`
[error] unresolved-attribute - :13474:9 - Object of type `Self@test_tst_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :13474:26 - Object of type `Self@test_tst_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :13475:9 - Object of type `Self@test_tst_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :13475:26 - Object of type `Self@test_tst_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :13476:9 - Object of type `Self@test_tst_sft_reg_lsl32` has no attribute `assertEqual`
[error] unresolved-attribute - :13476:26 - Object of type `Self@test_tst_sft_reg_lsl32` has no attribute `rf`
[error] unresolved-attribute - :13481:9 - Object of type `Self@test_tst_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13481:26 - Object of type `Self@test_tst_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :13482:9 - Object of type `Self@test_tst_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13482:26 - Object of type `Self@test_tst_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :13483:9 - Object of type `Self@test_tst_sft_reg_lsr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13483:26 - Object of type `Self@test_tst_sft_reg_lsr_min32` has no attribute `rf`
[error] unresolved-attribute - :13488:9 - Object of type `Self@test_tst_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13488:26 - Object of type `Self@test_tst_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :13489:9 - Object of type `Self@test_tst_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13489:26 - Object of type `Self@test_tst_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :13490:9 - Object of type `Self@test_tst_sft_reg_lsr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13490:26 - Object of type `Self@test_tst_sft_reg_lsr_max32` has no attribute `rf`
[error] unresolved-attribute - :13495:9 - Object of type `Self@test_tst_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :13495:26 - Object of type `Self@test_tst_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :13496:9 - Object of type `Self@test_tst_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :13496:26 - Object of type `Self@test_tst_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :13497:9 - Object of type `Self@test_tst_sft_reg_lsr32` has no attribute `assertEqual`
[error] unresolved-attribute - :13497:26 - Object of type `Self@test_tst_sft_reg_lsr32` has no attribute `rf`
[error] unresolved-attribute - :13502:9 - Object of type `Self@test_tst_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13502:26 - Object of type `Self@test_tst_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :13503:9 - Object of type `Self@test_tst_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13503:26 - Object of type `Self@test_tst_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :13504:9 - Object of type `Self@test_tst_sft_reg_asr_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13504:26 - Object of type `Self@test_tst_sft_reg_asr_min32` has no attribute `rf`
[error] unresolved-attribute - :13509:9 - Object of type `Self@test_tst_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13509:26 - Object of type `Self@test_tst_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :13510:9 - Object of type `Self@test_tst_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13510:26 - Object of type `Self@test_tst_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :13511:9 - Object of type `Self@test_tst_sft_reg_asr_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13511:26 - Object of type `Self@test_tst_sft_reg_asr_max32` has no attribute `rf`
[error] unresolved-attribute - :13516:9 - Object of type `Self@test_tst_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :13516:26 - Object of type `Self@test_tst_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :13517:9 - Object of type `Self@test_tst_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :13517:26 - Object of type `Self@test_tst_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :13518:9 - Object of type `Self@test_tst_sft_reg_asr32` has no attribute `assertEqual`
[error] unresolved-attribute - :13518:26 - Object of type `Self@test_tst_sft_reg_asr32` has no attribute `rf`
[error] unresolved-attribute - :13523:9 - Object of type `Self@test_tst_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13523:26 - Object of type `Self@test_tst_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :13524:9 - Object of type `Self@test_tst_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13524:26 - Object of type `Self@test_tst_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :13525:9 - Object of type `Self@test_tst_sft_reg_ror_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13525:26 - Object of type `Self@test_tst_sft_reg_ror_min32` has no attribute `rf`
[error] unresolved-attribute - :13530:9 - Object of type `Self@test_tst_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13530:26 - Object of type `Self@test_tst_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :13531:9 - Object of type `Self@test_tst_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13531:26 - Object of type `Self@test_tst_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :13532:9 - Object of type `Self@test_tst_sft_reg_ror_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13532:26 - Object of type `Self@test_tst_sft_reg_ror_max32` has no attribute `rf`
[error] unresolved-attribute - :13537:9 - Object of type `Self@test_tst_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :13537:26 - Object of type `Self@test_tst_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :13538:9 - Object of type `Self@test_tst_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :13538:26 - Object of type `Self@test_tst_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :13539:9 - Object of type `Self@test_tst_sft_reg_ror32` has no attribute `assertEqual`
[error] unresolved-attribute - :13539:26 - Object of type `Self@test_tst_sft_reg_ror32` has no attribute `rf`
[error] unresolved-attribute - :13546:9 - Object of type `Self@test_tst_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :13546:26 - Object of type `Self@test_tst_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :13547:9 - Object of type `Self@test_tst_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :13547:26 - Object of type `Self@test_tst_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :13548:9 - Object of type `Self@test_tst_sft_reg64` has no attribute `assertEqual`
[error] unresolved-attribute - :13548:26 - Object of type `Self@test_tst_sft_reg64` has no attribute `rf`
[error] unresolved-attribute - :13553:9 - Object of type `Self@test_tst_sft_reg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13553:26 - Object of type `Self@test_tst_sft_reg_zero64` has no attribute `rf`
[error] unresolved-attribute - :13554:9 - Object of type `Self@test_tst_sft_reg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13554:26 - Object of type `Self@test_tst_sft_reg_zero64` has no attribute `rf`
[error] unresolved-attribute - :13555:9 - Object of type `Self@test_tst_sft_reg_zero64` has no attribute `assertEqual`
[error] unresolved-attribute - :13555:26 - Object of type `Self@test_tst_sft_reg_zero64` has no attribute `rf`
[error] unresolved-attribute - :13560:9 - Object of type `Self@test_tst_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13560:26 - Object of type `Self@test_tst_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :13561:9 - Object of type `Self@test_tst_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13561:26 - Object of type `Self@test_tst_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :13562:9 - Object of type `Self@test_tst_sft_reg_lsl_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13562:26 - Object of type `Self@test_tst_sft_reg_lsl_min64` has no attribute `rf`
[error] unresolved-attribute - :13567:9 - Object of type `Self@test_tst_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13567:26 - Object of type `Self@test_tst_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :13568:9 - Object of type `Self@test_tst_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13568:26 - Object of type `Self@test_tst_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :13569:9 - Object of type `Self@test_tst_sft_reg_lsl_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13569:26 - Object of type `Self@test_tst_sft_reg_lsl_max64` has no attribute `rf`
[error] unresolved-attribute - :13574:9 - Object of type `Self@test_tst_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :13574:26 - Object of type `Self@test_tst_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :13575:9 - Object of type `Self@test_tst_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :13575:26 - Object of type `Self@test_tst_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :13576:9 - Object of type `Self@test_tst_sft_reg_lsl64` has no attribute `assertEqual`
[error] unresolved-attribute - :13576:26 - Object of type `Self@test_tst_sft_reg_lsl64` has no attribute `rf`
[error] unresolved-attribute - :13581:9 - Object of type `Self@test_tst_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13581:26 - Object of type `Self@test_tst_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :13582:9 - Object of type `Self@test_tst_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13582:26 - Object of type `Self@test_tst_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :13583:9 - Object of type `Self@test_tst_sft_reg_lsr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13583:26 - Object of type `Self@test_tst_sft_reg_lsr_min64` has no attribute `rf`
[error] unresolved-attribute - :13588:9 - Object of type `Self@test_tst_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13588:26 - Object of type `Self@test_tst_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :13589:9 - Object of type `Self@test_tst_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13589:26 - Object of type `Self@test_tst_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :13590:9 - Object of type `Self@test_tst_sft_reg_lsr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13590:26 - Object of type `Self@test_tst_sft_reg_lsr_max64` has no attribute `rf`
[error] unresolved-attribute - :13595:9 - Object of type `Self@test_tst_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :13595:26 - Object of type `Self@test_tst_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :13596:9 - Object of type `Self@test_tst_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :13596:26 - Object of type `Self@test_tst_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :13597:9 - Object of type `Self@test_tst_sft_reg_lsr64` has no attribute `assertEqual`
[error] unresolved-attribute - :13597:26 - Object of type `Self@test_tst_sft_reg_lsr64` has no attribute `rf`
[error] unresolved-attribute - :13602:9 - Object of type `Self@test_tst_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13602:26 - Object of type `Self@test_tst_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :13603:9 - Object of type `Self@test_tst_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13603:26 - Object of type `Self@test_tst_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :13604:9 - Object of type `Self@test_tst_sft_reg_asr_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13604:26 - Object of type `Self@test_tst_sft_reg_asr_min64` has no attribute `rf`
[error] unresolved-attribute - :13609:9 - Object of type `Self@test_tst_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13609:26 - Object of type `Self@test_tst_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :13610:9 - Object of type `Self@test_tst_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13610:26 - Object of type `Self@test_tst_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :13611:9 - Object of type `Self@test_tst_sft_reg_asr_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13611:26 - Object of type `Self@test_tst_sft_reg_asr_max64` has no attribute `rf`
[error] unresolved-attribute - :13616:9 - Object of type `Self@test_tst_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :13616:26 - Object of type `Self@test_tst_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :13617:9 - Object of type `Self@test_tst_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :13617:26 - Object of type `Self@test_tst_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :13618:9 - Object of type `Self@test_tst_sft_reg_asr64` has no attribute `assertEqual`
[error] unresolved-attribute - :13618:26 - Object of type `Self@test_tst_sft_reg_asr64` has no attribute `rf`
[error] unresolved-attribute - :13623:9 - Object of type `Self@test_tst_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13623:26 - Object of type `Self@test_tst_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :13624:9 - Object of type `Self@test_tst_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13624:26 - Object of type `Self@test_tst_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :13625:9 - Object of type `Self@test_tst_sft_reg_ror_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13625:26 - Object of type `Self@test_tst_sft_reg_ror_min64` has no attribute `rf`
[error] unresolved-attribute - :13630:9 - Object of type `Self@test_tst_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13630:26 - Object of type `Self@test_tst_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :13631:9 - Object of type `Self@test_tst_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13631:26 - Object of type `Self@test_tst_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :13632:9 - Object of type `Self@test_tst_sft_reg_ror_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13632:26 - Object of type `Self@test_tst_sft_reg_ror_max64` has no attribute `rf`
[error] unresolved-attribute - :13637:9 - Object of type `Self@test_tst_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :13637:26 - Object of type `Self@test_tst_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :13638:9 - Object of type `Self@test_tst_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :13638:26 - Object of type `Self@test_tst_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :13639:9 - Object of type `Self@test_tst_sft_reg_ror64` has no attribute `assertEqual`
[error] unresolved-attribute - :13639:26 - Object of type `Self@test_tst_sft_reg_ror64` has no attribute `rf`
[error] unresolved-attribute - :13648:9 - Object of type `Self@test_ubfiz_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13648:26 - Object of type `Self@test_ubfiz_min_min32` has no attribute `rf`
[error] unresolved-attribute - :13649:9 - Object of type `Self@test_ubfiz_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13649:26 - Object of type `Self@test_ubfiz_min_min32` has no attribute `rf`
[error] unresolved-attribute - :13654:9 - Object of type `Self@test_ubfiz_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13654:26 - Object of type `Self@test_ubfiz_min_max32` has no attribute `rf`
[error] unresolved-attribute - :13655:9 - Object of type `Self@test_ubfiz_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13655:26 - Object of type `Self@test_ubfiz_min_max32` has no attribute `rf`
[error] unresolved-attribute - :13660:9 - Object of type `Self@test_ubfiz_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13660:26 - Object of type `Self@test_ubfiz_max_min32` has no attribute `rf`
[error] unresolved-attribute - :13661:9 - Object of type `Self@test_ubfiz_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13661:26 - Object of type `Self@test_ubfiz_max_min32` has no attribute `rf`
[error] unresolved-attribute - :13666:9 - Object of type `Self@test_ubfiz32` has no attribute `assertEqual`
[error] unresolved-attribute - :13666:26 - Object of type `Self@test_ubfiz32` has no attribute `rf`
[error] unresolved-attribute - :13667:9 - Object of type `Self@test_ubfiz32` has no attribute `assertEqual`
[error] unresolved-attribute - :13667:26 - Object of type `Self@test_ubfiz32` has no attribute `rf`
[error] unresolved-attribute - :13674:9 - Object of type `Self@test_ubfiz_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13674:26 - Object of type `Self@test_ubfiz_min_min64` has no attribute `rf`
[error] unresolved-attribute - :13675:9 - Object of type `Self@test_ubfiz_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13675:26 - Object of type `Self@test_ubfiz_min_min64` has no attribute `rf`
[error] unresolved-attribute - :13680:9 - Object of type `Self@test_ubfiz_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13680:26 - Object of type `Self@test_ubfiz_min_max64` has no attribute `rf`
[error] unresolved-attribute - :13681:9 - Object of type `Self@test_ubfiz_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13681:26 - Object of type `Self@test_ubfiz_min_max64` has no attribute `rf`
[error] unresolved-attribute - :13686:9 - Object of type `Self@test_ubfiz_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13686:26 - Object of type `Self@test_ubfiz_max_min64` has no attribute `rf`
[error] unresolved-attribute - :13687:9 - Object of type `Self@test_ubfiz_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13687:26 - Object of type `Self@test_ubfiz_max_min64` has no attribute `rf`
[error] unresolved-attribute - :13692:9 - Object of type `Self@test_ubfiz64` has no attribute `assertEqual`
[error] unresolved-attribute - :13692:26 - Object of type `Self@test_ubfiz64` has no attribute `rf`
[error] unresolved-attribute - :13693:9 - Object of type `Self@test_ubfiz64` has no attribute `assertEqual`
[error] unresolved-attribute - :13693:26 - Object of type `Self@test_ubfiz64` has no attribute `rf`
[error] unresolved-attribute - :13703:9 - Object of type `Self@test_ubfm_ge32` has no attribute `assertEqual`
[error] unresolved-attribute - :13703:26 - Object of type `Self@test_ubfm_ge32` has no attribute `rf`
[error] unresolved-attribute - :13704:9 - Object of type `Self@test_ubfm_ge32` has no attribute `assertEqual`
[error] unresolved-attribute - :13704:26 - Object of type `Self@test_ubfm_ge32` has no attribute `rf`
[error] unresolved-attribute - :13710:9 - Object of type `Self@test_ubfm_lt32` has no attribute `assertEqual`
[error] unresolved-attribute - :13710:26 - Object of type `Self@test_ubfm_lt32` has no attribute `rf`
[error] unresolved-attribute - :13711:9 - Object of type `Self@test_ubfm_lt32` has no attribute `assertEqual`
[error] unresolved-attribute - :13711:26 - Object of type `Self@test_ubfm_lt32` has no attribute `rf`
[error] unresolved-attribute - :13717:9 - Object of type `Self@test_ubfm_ge_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13717:26 - Object of type `Self@test_ubfm_ge_max32` has no attribute `rf`
[error] unresolved-attribute - :13718:9 - Object of type `Self@test_ubfm_ge_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13718:26 - Object of type `Self@test_ubfm_ge_max32` has no attribute `rf`
[error] unresolved-attribute - :13724:9 - Object of type `Self@test_ubfm_lt_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13724:26 - Object of type `Self@test_ubfm_lt_max32` has no attribute `rf`
[error] unresolved-attribute - :13725:9 - Object of type `Self@test_ubfm_lt_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13725:26 - Object of type `Self@test_ubfm_lt_max32` has no attribute `rf`
[error] unresolved-attribute - :13731:9 - Object of type `Self@test_ubfm_ge_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13731:26 - Object of type `Self@test_ubfm_ge_min32` has no attribute `rf`
[error] unresolved-attribute - :13732:9 - Object of type `Self@test_ubfm_ge_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13732:26 - Object of type `Self@test_ubfm_ge_min32` has no attribute `rf`
[error] unresolved-attribute - :13738:9 - Object of type `Self@test_ubfm_lt_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13738:26 - Object of type `Self@test_ubfm_lt_min32` has no attribute `rf`
[error] unresolved-attribute - :13739:9 - Object of type `Self@test_ubfm_lt_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13739:26 - Object of type `Self@test_ubfm_lt_min32` has no attribute `rf`
[error] unresolved-attribute - :13745:9 - Object of type `Self@test_ubfm_uxtb` has no attribute `assertEqual`
[error] unresolved-attribute - :13745:26 - Object of type `Self@test_ubfm_uxtb` has no attribute `rf`
[error] unresolved-attribute - :13746:9 - Object of type `Self@test_ubfm_uxtb` has no attribute `assertEqual`
[error] unresolved-attribute - :13746:26 - Object of type `Self@test_ubfm_uxtb` has no attribute `rf`
[error] unresolved-attribute - :13752:9 - Object of type `Self@test_ubfm_uxth` has no attribute `assertEqual`
[error] unresolved-attribute - :13752:26 - Object of type `Self@test_ubfm_uxth` has no attribute `rf`
[error] unresolved-attribute - :13753:9 - Object of type `Self@test_ubfm_uxth` has no attribute `assertEqual`
[error] unresolved-attribute - :13753:26 - Object of type `Self@test_ubfm_uxth` has no attribute `rf`
[error] unresolved-attribute - :13761:9 - Object of type `Self@test_ubfm_ge64` has no attribute `assertEqual`
[error] unresolved-attribute - :13761:26 - Object of type `Self@test_ubfm_ge64` has no attribute `rf`
[error] unresolved-attribute - :13762:9 - Object of type `Self@test_ubfm_ge64` has no attribute `assertEqual`
[error] unresolved-attribute - :13762:26 - Object of type `Self@test_ubfm_ge64` has no attribute `rf`
[error] unresolved-attribute - :13768:9 - Object of type `Self@test_ubfm_lt64` has no attribute `assertEqual`
[error] unresolved-attribute - :13768:26 - Object of type `Self@test_ubfm_lt64` has no attribute `rf`
[error] unresolved-attribute - :13769:9 - Object of type `Self@test_ubfm_lt64` has no attribute `assertEqual`
[error] unresolved-attribute - :13769:26 - Object of type `Self@test_ubfm_lt64` has no attribute `rf`
[error] unresolved-attribute - :13775:9 - Object of type `Self@test_ubfm_ge_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13775:26 - Object of type `Self@test_ubfm_ge_max64` has no attribute `rf`
[error] unresolved-attribute - :13776:9 - Object of type `Self@test_ubfm_ge_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13776:26 - Object of type `Self@test_ubfm_ge_max64` has no attribute `rf`
[error] unresolved-attribute - :13782:9 - Object of type `Self@test_ubfm_lt_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13782:26 - Object of type `Self@test_ubfm_lt_max64` has no attribute `rf`
[error] unresolved-attribute - :13783:9 - Object of type `Self@test_ubfm_lt_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13783:26 - Object of type `Self@test_ubfm_lt_max64` has no attribute `rf`
[error] unresolved-attribute - :13789:9 - Object of type `Self@test_ubfm_ge_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13789:26 - Object of type `Self@test_ubfm_ge_min64` has no attribute `rf`
[error] unresolved-attribute - :13790:9 - Object of type `Self@test_ubfm_ge_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13790:26 - Object of type `Self@test_ubfm_ge_min64` has no attribute `rf`
[error] unresolved-attribute - :13796:9 - Object of type `Self@test_ubfm_lt_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13796:26 - Object of type `Self@test_ubfm_lt_min64` has no attribute `rf`
[error] unresolved-attribute - :13797:9 - Object of type `Self@test_ubfm_lt_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13797:26 - Object of type `Self@test_ubfm_lt_min64` has no attribute `rf`
[error] unresolved-attribute - :13806:9 - Object of type `Self@test_ubfx_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13806:26 - Object of type `Self@test_ubfx_min_min32` has no attribute `rf`
[error] unresolved-attribute - :13807:9 - Object of type `Self@test_ubfx_min_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13807:26 - Object of type `Self@test_ubfx_min_min32` has no attribute `rf`
[error] unresolved-attribute - :13812:9 - Object of type `Self@test_ubfx_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13812:26 - Object of type `Self@test_ubfx_min_max32` has no attribute `rf`
[error] unresolved-attribute - :13813:9 - Object of type `Self@test_ubfx_min_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13813:26 - Object of type `Self@test_ubfx_min_max32` has no attribute `rf`
[error] unresolved-attribute - :13818:9 - Object of type `Self@test_ubfx_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13818:26 - Object of type `Self@test_ubfx_max_min32` has no attribute `rf`
[error] unresolved-attribute - :13819:9 - Object of type `Self@test_ubfx_max_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13819:26 - Object of type `Self@test_ubfx_max_min32` has no attribute `rf`
[error] unresolved-attribute - :13824:9 - Object of type `Self@test_ubfx32` has no attribute `assertEqual`
[error] unresolved-attribute - :13824:26 - Object of type `Self@test_ubfx32` has no attribute `rf`
[error] unresolved-attribute - :13825:9 - Object of type `Self@test_ubfx32` has no attribute `assertEqual`
[error] unresolved-attribute - :13825:26 - Object of type `Self@test_ubfx32` has no attribute `rf`
[error] unresolved-attribute - :13832:9 - Object of type `Self@test_ubfx_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13832:26 - Object of type `Self@test_ubfx_min_min64` has no attribute `rf`
[error] unresolved-attribute - :13833:9 - Object of type `Self@test_ubfx_min_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13833:26 - Object of type `Self@test_ubfx_min_min64` has no attribute `rf`
[error] unresolved-attribute - :13838:9 - Object of type `Self@test_ubfx_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13838:26 - Object of type `Self@test_ubfx_min_max64` has no attribute `rf`
[error] unresolved-attribute - :13839:9 - Object of type `Self@test_ubfx_min_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13839:26 - Object of type `Self@test_ubfx_min_max64` has no attribute `rf`
[error] unresolved-attribute - :13844:9 - Object of type `Self@test_ubfx_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13844:26 - Object of type `Self@test_ubfx_max_min64` has no attribute `rf`
[error] unresolved-attribute - :13845:9 - Object of type `Self@test_ubfx_max_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13845:26 - Object of type `Self@test_ubfx_max_min64` has no attribute `rf`
[error] unresolved-attribute - :13850:9 - Object of type `Self@test_ubfx64` has no attribute `assertEqual`
[error] unresolved-attribute - :13850:26 - Object of type `Self@test_ubfx64` has no attribute `rf`
[error] unresolved-attribute - :13851:9 - Object of type `Self@test_ubfx64` has no attribute `assertEqual`
[error] unresolved-attribute - :13851:26 - Object of type `Self@test_ubfx64` has no attribute `rf`
[error] unresolved-attribute - :13860:9 - Object of type `Self@test_udiv_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13860:26 - Object of type `Self@test_udiv_min32` has no attribute `rf`
[error] unresolved-attribute - :13861:9 - Object of type `Self@test_udiv_min32` has no attribute `assertEqual`
[error] unresolved-attribute - :13861:26 - Object of type `Self@test_udiv_min32` has no attribute `rf`
[error] unresolved-attribute - :13866:9 - Object of type `Self@test_udiv_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13866:26 - Object of type `Self@test_udiv_max32` has no attribute `rf`
[error] unresolved-attribute - :13867:9 - Object of type `Self@test_udiv_max32` has no attribute `assertEqual`
[error] unresolved-attribute - :13867:26 - Object of type `Self@test_udiv_max32` has no attribute `rf`
[error] unresolved-attribute - :13872:9 - Object of type `Self@test_udiv0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13872:26 - Object of type `Self@test_udiv0_32` has no attribute `rf`
[error] unresolved-attribute - :13873:9 - Object of type `Self@test_udiv0_32` has no attribute `assertEqual`
[error] unresolved-attribute - :13873:26 - Object of type `Self@test_udiv0_32` has no attribute `rf`
[error] unresolved-attribute - :13878:9 - Object of type `Self@test_udiv_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :13878:26 - Object of type `Self@test_udiv_neg32` has no attribute `rf`
[error] unresolved-attribute - :13879:9 - Object of type `Self@test_udiv_neg32` has no attribute `assertEqual`
[error] unresolved-attribute - :13879:26 - Object of type `Self@test_udiv_neg32` has no attribute `rf`
[error] unresolved-attribute - :13884:9 - Object of type `Self@test_udiv_pos32` has no attribute `assertEqual`
[error] unresolved-attribute - :13884:26 - Object of type `Self@test_udiv_pos32` has no attribute `rf`
[error] unresolved-attribute - :13885:9 - Object of type `Self@test_udiv_pos32` has no attribute `assertEqual`
[error] unresolved-attribute - :13885:26 - Object of type `Self@test_udiv_pos32` has no attribute `rf`
[error] unresolved-attribute - :13892:9 - Object of type `Self@test_udiv_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13892:26 - Object of type `Self@test_udiv_min64` has no attribute `rf`
[error] unresolved-attribute - :13893:9 - Object of type `Self@test_udiv_min64` has no attribute `assertEqual`
[error] unresolved-attribute - :13893:26 - Object of type `Self@test_udiv_min64` has no attribute `rf`
[error] unresolved-attribute - :13898:9 - Object of type `Self@test_udiv_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13898:26 - Object of type `Self@test_udiv_max64` has no attribute `rf`
[error] unresolved-attribute - :13899:9 - Object of type `Self@test_udiv_max64` has no attribute `assertEqual`
[error] unresolved-attribute - :13899:26 - Object of type `Self@test_udiv_max64` has no attribute `rf`
[error] unresolved-attribute - :13904:9 - Object of type `Self@test_udiv0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13904:26 - Object of type `Self@test_udiv0_64` has no attribute `rf`
[error] unresolved-attribute - :13905:9 - Object of type `Self@test_udiv0_64` has no attribute `assertEqual`
[error] unresolved-attribute - :13905:26 - Object of type `Self@test_udiv0_64` has no attribute `rf`
[error] unresolved-attribute - :13910:9 - Object of type `Self@test_udiv_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :13910:26 - Object of type `Self@test_udiv_neg64` has no attribute `rf`
[error] unresolved-attribute - :13911:9 - Object of type `Self@test_udiv_neg64` has no attribute `assertEqual`
[error] unresolved-attribute - :13911:26 - Object of type `Self@test_udiv_neg64` has no attribute `rf`
[error] unresolved-attribute - :13916:9 - Object of type `Self@test_udiv_pos64` has no attribute `assertEqual`
[error] unresolved-attribute - :13916:26 - Object of type `Self@test_udiv_pos64` has no attribute `rf`
[error] unresolved-attribute - :13917:9 - Object of type `Self@test_udiv_pos64` has no attribute `assertEqual`
[error] unresolved-attribute - :13917:26 - Object of type `Self@test_udiv_pos64` has no attribute `rf`
[error] unresolved-attribute - :13959:9 - Object of type `Self@test_umulh_min` has no attribute `assertEqual`
[error] unresolved-attribute - :13959:26 - Object of type `Self@test_umulh_min` has no attribute `rf`
[error] unresolved-attribute - :13960:9 - Object of type `Self@test_umulh_min` has no attribute `assertEqual`
[error] unresolved-attribute - :13960:26 - Object of type `Self@test_umulh_min` has no attribute `rf`
[error] unresolved-attribute - :13965:9 - Object of type `Self@test_umulh_max` has no attribute `assertEqual`
[error] unresolved-attribute - :13965:26 - Object of type `Self@test_umulh_max` has no attribute `rf`
[error] unresolved-attribute - :13966:9 - Object of type `Self@test_umulh_max` has no attribute `assertEqual`
[error] unresolved-attribute - :13966:26 - Object of type `Self@test_umulh_max` has no attribute `rf`
[error] unresolved-attribute - :13971:9 - Object of type `Self@test_umulh` has no attribute `assertEqual`
[error] unresolved-attribute - :13971:26 - Object of type `Self@test_umulh` has no attribute `rf`
[error] unresolved-attribute - :13972:9 - Object of type `Self@test_umulh` has no attribute `assertEqual`
[error] unresolved-attribute - :13972:26 - Object of type `Self@test_umulh` has no attribute `rf`
[error] unresolved-attribute - :13979:9 - Object of type `Self@test_uxtb` has no attribute `assertEqual`
[error] unresolved-attribute - :13979:26 - Object of type `Self@test_uxtb` has no attribute `rf`
[error] unresolved-attribute - :13980:9 - Object of type `Self@test_uxtb` has no attribute `assertEqual`
[error] unresolved-attribute - :13980:26 - Object of type `Self@test_uxtb` has no attribute `rf`
[error] unresolved-attribute - :13987:9 - Object of type `Self@test_uxth` has no attribute `assertEqual`
[error] unresolved-attribute - :13987:26 - Object of type `Self@test_uxth` has no attribute `rf`
[error] unresolved-attribute - :13988:9 - Object of type `Self@test_uxth` has no attribute `assertEqual`
[error] unresolved-attribute - :13988:26 - Object of type `Self@test_uxth` has no attribute `rf`
[error] unresolved-attribute - :12951:14 - Object of type `Self@test_svc1` has no attribute `assertRaises`

tests/native/test_armv7cpu.py

[warning] possibly-missing-attribute - :1599:15 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[warning] possibly-missing-attribute - :1600:9 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[warning] possibly-missing-attribute - :1601:9 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[warning] possibly-missing-attribute - :1604:42 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[warning] possibly-missing-attribute - :2447:16 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[warning] possibly-missing-attribute - :2448:9 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[warning] possibly-missing-attribute - :2449:9 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[warning] possibly-missing-attribute - :2458:43 - Attribute `constraints` may be missing on object of type `Unknown | Memory`

tests/native/test_armv7unicorn.py

[warning] possibly-missing-attribute - :1518:9 - Attribute `STACK` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1520:15 - Attribute `symbolicate_buffer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1521:9 - Attribute `write_bytes` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1527:9 - Attribute `STACK` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1529:15 - Attribute `symbolicate_buffer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1531:9 - Attribute `write_bytes` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1542:15 - Attribute `new_symbolic_value` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1576:15 - Attribute `new_symbolic_value` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1580:13 - Attribute `emulate` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1580:30 - Attribute `decode_instruction` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1580:58 - Attribute `PC` may be missing on object of type `Unknown | None`

tests/native/test_state.py

[warning] possibly-missing-attribute - :364:18 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :369:18 - Attribute `locked_context` may be missing on object of type `Unknown | None`

meson (https://github.com/mesonbuild/meson)

mesonbuild/interpreter/interpreterobjects.py

[warning] possibly-missing-attribute - :956:50 - Attribute `get_target_private_dir` may be missing on object of type `Unknown | Backend | None`
[warning] possibly-missing-attribute - :962:16 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[warning] possibly-missing-attribute - :969:16 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[warning] possibly-missing-attribute - :975:16 - Attribute `get_target_dir` may be missing on object of type `Unknown | Backend | None`
[warning] possibly-missing-attribute - :1126:16 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`

mesonbuild/backend/backends.py

[warning] possibly-missing-attribute - :374:14 - Attribute `coredata` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :815:16 - Attribute `is_source` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :817:18 - Attribute `is_object` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :1396:16 - Attribute `is_library` may be missing on object of type `Environment | None`

mesonbuild/backend/ninjabackend.py

[warning] possibly-missing-attribute - :3016:39 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] invalid-argument-type - :3048:65 - Argument to bound method `get_custom_target_dir_include_args` is incorrect: Expected `CustomTarget`, found `BuildTarget`
[error] invalid-return-type - :3094:16 - Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `CompilerArgs`
[error] invalid-argument-type - :3517:55 - Argument to function `_get_file_from_list` is incorrect: Expected `Environment`, found `Environment | None`

mesonbuild/backend/xcodebackend.py

[warning] possibly-missing-attribute - :283:67 - Attribute `coredata` may be missing on object of type `Environment | None`

mesonbuild/build.py

[error] unresolved-attribute - :734:27 - Object of type `Self@id` has no attribute `suffix`

mesonbuild/compilers/mixins/clike.py

[error] invalid-return-type - :201:20 - Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `list[str]`
[error] invalid-return-type - :248:16 - Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `list[str]`

mesonbuild/compilers/rust.py

[warning] possibly-missing-attribute - :213:21 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :213:40 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`

mesonbuild/dependencies/pkgconfig.py

[warning] possibly-missing-attribute - :147:82 - Attribute `get_path` may be missing on object of type `Unknown | None`
[error] invalid-return-type - :172:16 - Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `list[str]`
[error] invalid-return-type - :189:16 - Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `list[str]`

mesonbuild/interpreter/compiler.py

[error] invalid-argument-type - :286:94 - Argument to bound method `_determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :484:74 - Argument to bound method `_determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :515:74 - Argument to bound method `_determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :565:94 - Argument to bound method `_determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :720:53 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | None`
[error] invalid-argument-type - :915:13 - Argument to bound method `__init__` is incorrect: Expected `Backend`, found `Unknown | Backend | None`
[warning] possibly-missing-attribute - :923:39 - Attribute `get_target_private_dir` may be missing on object of type `Unknown | Backend | None`

mesonbuild/interpreter/interpreter.py

[warning] possibly-missing-attribute - :1188:79 - Attribute `cmd_line_options` may be missing on object of type `Unknown | SharedCMDOptions | None`
[warning] possibly-missing-attribute - :1194:72 - Attribute `cmd_line_options` may be missing on object of type `Unknown | SharedCMDOptions | None`
[warning] possibly-missing-attribute - :1212:62 - Attribute `cmd_line_options` may be missing on object of type `Unknown | SharedCMDOptions | None`
[error] invalid-return-type - :1833:20 - Return type does not match returned value: expected `Executable`, found `SharedLibrary`
[error] invalid-return-type - :1870:16 - Return type does not match returned value: expected `SharedModule`, found `SharedLibrary`
[warning] possibly-missing-attribute - :2455:25 - Attribute `interpret` may be missing on object of type `Unknown | None | Interpreter`
[error] invalid-argument-type - :2729:41 - Argument to bound method `run_command_impl` is incorrect: Expected `tuple[Executable | ExternalProgram | Compiler | File | str, list[Executable | ExternalProgram | Compiler | File | str]]`, found `tuple[str | ExternalProgram, list[str | ExternalProgram]]`

mesonbuild/interpreter/mesonmain.py

[warning] possibly-missing-attribute - :205:16 - Attribute `name` may be missing on object of type `Unknown | Backend | None`

mesonbuild/modules/gnome.py

[warning] possibly-missing-attribute - :817:30 - Attribute `get_command` may be missing on object of type `(@Todo & ~Executable & ~OverrideProgram) | None`

mesonbuild/modules/i18n.py

[error] unsupported-operator - :315:13 - Operator `+` is unsupported between objects of type `Literal["--msgfmt="]` and `str | None`
[warning] possibly-missing-attribute - :367:20 - Attribute `found` may be missing on object of type `ExternalProgram | Executable | None`
[warning] possibly-missing-attribute - :406:12 - Attribute `found` may be missing on object of type `ExternalProgram | Executable | None`
[error] unsupported-operator - :407:28 - Operator `+` is unsupported between objects of type `Literal["--xgettext="]` and `str | None`
[warning] possibly-missing-attribute - :407:44 - Attribute `get_path` may be missing on object of type `ExternalProgram | Executable | None`
[warning] possibly-missing-attribute - :455:16 - Attribute `found` may be missing on object of type `ExternalProgram | Executable | None`
[error] unsupported-operator - :456:37 - Operator `+` is unsupported between objects of type `str` and `str | None`
[warning] possibly-missing-attribute - :456:52 - Attribute `get_path` may be missing on object of type `ExternalProgram | Executable | None`
[warning] possibly-missing-attribute - :549:48 - Attribute `found` may be missing on object of type `ExternalProgram | Executable | None`

mesonbuild/modules/pkgconfig.py

[error] invalid-argument-type - :745:67 - Argument to bound method `_generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :754:67 - Argument to bound method `_generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None | Unknown`

mesonbuild/modules/python.py

[error] invalid-argument-type - :175:104 - Argument to bound method `_convert_api_version_to_py_version_hex` is incorrect: Expected `str`, found `Unknown | str | None`
[warning] possibly-missing-attribute - :190:17 - Attribute `find_libpy_windows` may be missing on object of type `(Unknown & ~None) | Dependency`
[warning] possibly-missing-attribute - :203:25 - Attribute `replace` may be missing on object of type `Unknown | str | None`
[error] invalid-return-type - :231:16 - Return type does not match returned value: expected `SharedModule`, found `Unknown | SharedLibrary`
[error] invalid-argument-type - :525:41 - Argument to bound method `get` is incorrect: Expected `str`, found `@Todo | None`
[error] invalid-argument-type - :527:72 - Argument to bound method `_find_installation_impl` is incorrect: Expected `str`, found `@Todo | None`
[error] invalid-assignment - :528:13 - Method `__setitem__` of type `bound method dict[str, @Todo].__setitem__(key: str, value: @Todo, /) -> None` cannot be called with a key of type `@Todo | None` and a value of type `@Todo` on object of type `dict[str, @Todo]`

mesonbuild/modules/rust.py

[warning] possibly-missing-attribute - :282:16 - Attribute `found` may be missing on object of type `ExternalProgram | None`
[error] invalid-argument-type - :286:44 - Argument to bound method `make_test` is incorrect: Expected `tuple[str, Executable | Jar | ExternalProgram | ... omitted 3 union elements]`, found `tuple[str, ExternalProgram | None]`

mesonbuild/modules/windows.py

[warning] possibly-missing-attribute - :149:84 - Attribute `get_target_dir` may be missing on object of type `Unknown | Backend | None`

mesonbuild/scripts/depfixer.py

[warning] possibly-missing-attribute - :282:13 - Attribute `seek` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :326:26 - Attribute `sh_offset` may be missing on object of type `SectionHeader | None`
[warning] possibly-missing-attribute - :327:17 - Attribute `seek` may be missing on object of type `Unknown | None`

unittests/allplatformstests.py

[warning] possibly-unresolved-reference - :1157:28 - Name `ecc` used when possibly not defined
[warning] possibly-unresolved-reference - :1158:37 - Name `ecc` used when possibly not defined
[warning] possibly-unresolved-reference - :1159:57 - Name `ecc` used when possibly not defined
[warning] possibly-unresolved-reference - :1164:47 - Name `ecc` used when possibly not defined
[warning] possibly-unresolved-reference - :1167:47 - Name `ecc` used when possibly not defined
[warning] possibly-unresolved-reference - :1170:47 - Name `ecc` used when possibly not defined
[warning] possibly-unresolved-reference - :1173:47 - Name `ecc` used when possibly not defined
[warning] possibly-unresolved-reference - :1176:47 - Name `ecc` used when possibly not defined
[warning] possibly-unresolved-reference - :1181:38 - Name `ecc` used when possibly not defined
[warning] possibly-unresolved-reference - :1194:24 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1195:33 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1196:52 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1198:31 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1201:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1203:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1205:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1206:31 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1208:43 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1209:31 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1212:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1217:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1219:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1221:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1222:31 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1225:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1227:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1229:47 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1230:31 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1233:38 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1234:45 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1235:43 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1239:45 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1241:46 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1248:58 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1271:36 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1271:46 - Name `wcc` used when possibly not defined
[warning] possibly-unresolved-reference - :1280:28 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1267:53 - Name `wcc` used when possibly not defined
[warning] possibly-unresolved-reference - :1275:34 - Name `wcc` used when possibly not defined
[warning] possibly-unresolved-reference - :1279:34 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1279:46 - Name `wcc` used when possibly not defined
[warning] possibly-unresolved-reference - :1281:38 - Name `cc` used when possibly not defined
[warning] possibly-unresolved-reference - :1281:48 - Name `wcc` used when possibly not defined

mitmproxy (https://github.com/mitmproxy/mitmproxy)

docs/scripts/clirecording/clidirector.py

[error] unsupported-operator - :186:22 - Operator `-` is unsupported between objects of type `int | float` and `Unknown | None | int | float`

mitmproxy/tools/console/flowview.py

[error] invalid-assignment - :346:9 - Object of type `Unknown | None` is not assignable to `Message`

test/mitmproxy/addons/test_tlsconfig.py

[error] invalid-argument-type - :361:38 - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - :506:38 - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`

mkdocs (https://github.com/mkdocs/mkdocs)

mkdocs/tests/structure/page_tests.py

[error] invalid-argument-type - :544:36 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | None`

mongo-python-driver (https://github.com/mongodb/mongo-python-driver)

pymongo/asynchronous/client_session.py

[warning] possibly-missing-attribute - :573:16 - Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :579:16 - Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`

pymongo/asynchronous/mongo_client.py

[warning] possibly-missing-attribute - :2285:21 - Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
[warning] unused-ignore-comment - :1637:52 - Unused blanket `type: ignore` directive

pymongo/synchronous/client_session.py

[warning] possibly-missing-attribute - :572:16 - Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :578:16 - Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`

pymongo/synchronous/mongo_client.py

[warning] possibly-missing-attribute - :2281:21 - Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
[warning] unused-ignore-comment - :1633:46 - Unused blanket `type: ignore` directive

more-itertools (https://github.com/more-itertools/more-itertools)

more_itertools/more.py

[warning] possibly-missing-attribute - :4049:16 - Attribute `result` may be missing on object of type `Unknown | None`

mypy (https://github.com/python/mypy)

mypy/checker.py

[error] invalid-argument-type - :7626:69 - Argument is incorrect: Expected `bool`, found `(list[PartialTypeScope] & ~AlwaysTruthy & ~AlwaysFalsy) | (@Todo & ~AlwaysFalsy) | bool`

nionutils (https://github.com/nion-software/nionutils)

nion/utils/ListModel.py

[error] unresolved-attribute - :792:55 - Object of type `object` has no attribute `listen`
[error] unresolved-attribute - :793:53 - Object of type `object` has no attribute `listen`

openlibrary (https://github.com/internetarchive/openlibrary)

openlibrary/book_providers.py

[error] invalid-return-type - :287:16 - Return type does not match returned value: expected `str`, found `Unknown | str | None`

openlibrary/plugins/books/code.py

[warning] possibly-missing-attribute - :90:20 - Attribute `groups` may be missing on object of type `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :92:36 - Attribute `groups` may be missing on object of type `Unknown | Match[str] | None`

openlibrary/plugins/upstream/mybooks.py

[warning] possibly-missing-attribute - :481:16 - Attribute `get_lists` may be missing on object of type `Unknown | User | None`
[warning] possibly-missing-attribute - :485:43 - Attribute `get_username` may be missing on object of type `Unknown | User | None`
[warning] possibly-missing-attribute - :497:17 - Attribute `get_username` may be missing on object of type `Unknown | User | None`
[warning] possibly-missing-attribute - :499:16 - Attribute `get_username` may be missing on object of type `Unknown | User | None`

optuna (https://github.com/optuna/optuna)

optuna/importance/_fanova/_tree.py

[error] invalid-return-type - :45:16 - Return type does not match returned value: expected `int | float`, found `(Unknown & ~None) | floating[Any]`

paasta (https://github.com/yelp/paasta)

paasta_tools/api/tweens/auth.py

[error] invalid-argument-type - :90:17 - Argument to bound method `post` is incorrect: Expected `str | bytes`, found `Unknown | str | None`

pandas (https://github.com/pandas-dev/pandas)

pandas/io/formats/info.py

[error] invalid-argument-type - :462:44 - Argument to function `_get_dataframe_dtype_counts` is incorrect: Expected `DataFrame`, found `DataFrame | Series`
[error] invalid-return-type - :496:16 - Return type does not match returned value: expected `Series`, found `Series | int`
[warning] possibly-missing-attribute - :501:16 - Attribute `sum` may be missing on object of type `Series | int`
[error] invalid-return-type - :555:16 - Return type does not match returned value: expected `list[int]`, found `list[int | Series]`
[error] invalid-return-type - :577:16 - Return type does not match returned value: expected `int`, found `Series | int`
[error] invalid-return-type - :811:16 - Return type does not match returned value: expected `DataFrame`, found `DataFrame | Series`
[error] unresolved-attribute - :816:16 - Object of type `_BaseInfo` has no attribute `ids`
[error] unresolved-attribute - :821:16 - Object of type `_BaseInfo` has no attribute `col_count`
[error] invalid-return-type - :1034:16 - Return type does not match returned value: expected `Series`, found `DataFrame | Series`

pandas/core/arrays/_mixins.py

[warning] unused-ignore-comment - :335:45 - Unused blanket `type: ignore` directive

pandas/core/arrays/arrow/array.py

[error] invalid-return-type - :1369:20 - Return type does not match returned value: expected `Self@fillna`, found `ArrowExtensionArray`
[error] invalid-return-type - :1397:16 - Return type does not match returned value: expected `Self@fillna`, found `ArrowExtensionArray`
[error] unresolved-attribute - :1737:22 - Object of type `ndarray[@Todo, Unknown]` has no attribute `to_numpy`

pandas/core/arrays/datetimelike.py

[error] invalid-argument-type - :2471:36 - Argument to function `py_get_unit_from_dtype` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype`
[warning] unused-ignore-comment - :954:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2151:43 - Unused blanket `type: ignore` directive

pandas/core/arrays/interval.py

[warning] unused-ignore-comment - :2107:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2108:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2112:45 - Unused blanket `type: ignore` directive

pandas/core/arrays/period.py

[error] invalid-return-type - :929:16 - Return type does not match returned value: expected `Self@asfreq`, found `PeriodArray`

pandas/core/arrays/sparse/accessor.py

[warning] possibly-missing-attribute - :464:62 - Attribute `items` may be missing on object of type `Unknown | None`

pandas/core/generic.py

[error] invalid-assignment - :7163:25 - Cannot assign to object of type `Self@fillna` with no `__setitem__` method
[error] invalid-assignment - :7173:33 - Cannot assign to object of type `Self@fillna` with no `__setitem__` method
[warning] unused-ignore-comment - :9477:67 - Unused blanket `type: ignore` directive

pandas/core/groupby/groupby.py

[error] invalid-return-type - :3537:16 - Return type does not match returned value: expected `NDFrameT@GroupBy`, found `Unknown | DataFrame`

pandas/core/groupby/grouper.py

[warning] possibly-missing-attribute - :625:26 - Attribute `categories` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
[warning] possibly-missing-attribute - :628:46 - Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
[warning] possibly-missing-attribute - :637:27 - Attribute `isna` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
[warning] possibly-missing-attribute - :647:59 - Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
[warning] possibly-missing-attribute - :651:62 - Attribute `ordered` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`
[warning] possibly-missing-attribute - :653:21 - Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, Unknown] | Categorical`

pandas/core/groupby/ops.py

[warning] unused-ignore-comment - :692:52 - Unused blanket `type: ignore` directive

pandas/core/indexes/base.py

[warning] unused-ignore-comment - :883:50 - Unused blanket `type: ignore` directive

pandas/core/indexes/datetimelike.py

[error] invalid-return-type - :823:16 - Return type does not match returned value: expected `Self@delete`, found `DatetimeTimedeltaMixin`
[warning] unused-ignore-comment - :132:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :149:40 - Unused blanket `type: ignore` directive

pandas/core/interchange/column.py

[warning] unused-ignore-comment - :219:75 - Unused blanket `type: ignore` directive

pandas/core/internals/managers.py

[error] unresolved-attribute - :235:13 - Object of type `Self@blknos` has no attribute `_rebuild_blknos_and_blklocs`
[error] unresolved-attribute - :246:13 - Object of type `Self@blklocs` has no attribute `_rebuild_blknos_and_blklocs`
[error] invalid-assignment - :1234:17 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Unknown | None, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | None], /) -> None]` cannot be called with a key of type `Unknown | BlockPlacement` and a value of type `ndarray[@Todo, Unknown]` on object of type `list[Unknown | None]`

pandas/core/window/ewm.py

[warning] unused-ignore-comment - :800:36 - Unused blanket `type: ignore` directive

pandas/io/pytables.py

[warning] possibly-missing-attribute - :2196:16 - Attribute `itemsize` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :2312:16 - Attribute `_v_attrs` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :2316:16 - Attribute `description` may be missing on object of type `Unknown | None`
[error] invalid-argument-type - :3666:24 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

pandas/plotting/_matplotlib/core.py

[warning] unused-ignore-comment - :630:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :638:91 - Unused blanket `type: ignore` directive

pandas/tests/arrays/test_datetimelike.py

[error] unresolved-attribute - :95:12 - Object of type `Self@arr1d` has no attribute `array_cls`
[error] unresolved-attribute - :96:19 - Object of type `Self@arr1d` has no attribute `array_cls`

pandera (https://github.com/pandera-dev/pandera)

pandera/api/function_dispatch.py

[error] unresolved-attribute - :32:22 - Object of type `(...) -> Unknown` has no attribute `__code__`

pandera/api/dataframe/container.py

[warning] unused-ignore-comment - :195:29 - Unused blanket `type: ignore` directive

pandera/api/pandas/array.py

[warning] unused-ignore-comment - :38:29 - Unused blanket `type: ignore` directive

pandera/api/pyspark/column_schema.py

[warning] unused-ignore-comment - :80:29 - Unused blanket `type: ignore` directive

pandera/api/pyspark/container.py

[warning] unused-ignore-comment - :255:29 - Unused blanket `type: ignore` directive

pandera/backends/pandas/hypotheses.py

[warning] possibly-missing-attribute - :96:20 - Attribute `samples` may be missing on object of type `Unknown | Check`

parso (https://github.com/davidhalter/parso)

parso/python/errors.py

[warning] possibly-missing-attribute - :415:18 - Attribute `add_block` may be missing on object of type `Unknown | None | _Context`
[warning] possibly-missing-attribute - :416:24 - Attribute `blocks` may be missing on object of type `Unknown | None | _Context`
[warning] possibly-missing-attribute - :431:28 - Attribute `parent_context` may be missing on object of type `Unknown | None | _Context`
[warning] possibly-missing-attribute - :432:13 - Attribute `close_child_context` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :470:32 - Attribute `add_context` may be missing on object of type `Unknown | None | _Context`
[warning] possibly-missing-attribute - :489:9 - Attribute `finalize` may be missing on object of type `Unknown | None | _Context`

parso/python/pep8.py

[warning] possibly-missing-attribute - :258:16 - Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :259:41 - Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :263:17 - Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :270:20 - Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :271:37 - Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :276:16 - Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :277:41 - Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :290:22 -
Old: Attribute `get_latest_suite_node` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `get_latest_suite_node` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :362:17 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :363:37 -
Old: Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :385:37 -
Old: Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :414:16 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :415:20 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :418:35 -
Old: Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :419:54 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :431:16 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :433:41 -
Old: Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :436:41 -
Old: Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :460:49 -
Old: Attribute `bracket_indentation` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `bracket_indentation` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :462:49 -
Old: Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :464:29 -
Old: Attribute `get_latest_suite_node` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `get_latest_suite_node` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :471:36 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :486:40 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :492:42 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :498:42 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :507:40 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :513:42 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :537:24 -
Old: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :538:41 -
Old: Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
[warning] possibly-missing-attribute - :541:27 -
Old: Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
New: Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`

parso/python/tree.py

[warning] possibly-missing-attribute - :856:30 - Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :971:16 - Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1105:24 - Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1161:17 - Attribute `children` may be missing on object of type `BaseNode | None`
[warning] possibly-missing-attribute - :1163:34 - Attribute `children` may be missing on object of type `BaseNode | None`
[error] invalid-argument-type - :1163:61 - Argument to bound method `index` is incorrect: Expected `NodeOrLeaf`, found `Literal["*"]`
[warning] possibly-missing-attribute - :1170:34 - Attribute `children` may be missing on object of type `BaseNode | None`
[error] invalid-argument-type - :1170:61 - Argument to bound method `index` is incorrect: Expected `NodeOrLeaf`, found `Literal["/"]`

pip (https://github.com/pypa/pip)

src/pip/_internal/metadata/pkg_resources.py

[warning] possibly-missing-attribute - :179:25 - Attribute `path` may be missing on object of type `Unknown | EmptyProvider`

src/pip/_internal/index/package_finder.py

[error] invalid-argument-type - :693:32 - Argument to function `build_netloc` is incorrect: Expected `int | None`, found `Unknown | str | int | None`
[error] invalid-argument-type - :693:32 - Argument to function `build_netloc` is incorrect: Expected `str`, found `Unknown | str | int | None`

src/pip/_vendor/distlib/util.py

[warning] division-by-zero - :1386:17 - Cannot divide object of type `float` by zero

src/pip/_vendor/requests/models.py

[error] unresolved-attribute - :91:22 - Object of type `Self@path_url` has no attribute `url`
[error] invalid-argument-type - :935:41 - Argument to class `str` is incorrect: Expected `str`, found `Unknown | None`

src/pip/_vendor/rich/style.py

[error] too-many-positional-arguments - :478:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2
[error] too-many-positional-arguments - :653:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2
[error] too-many-positional-arguments - :734:41 - Too many positional arguments to bound method `__new__`: expected 1, got 2

prefect (https://github.com/PrefectHQ/prefect)

src/integrations/prefect-aws/prefect_aws/lambda_function.py

[error] invalid-assignment - :232:13 - Method `__setitem__` of type `bound method dict[str, str].__setitem__(key: str, value: str, /) -> None` cannot be called with a key of type `Literal["Payload"]` and a value of type `bytes` on object of type `dict[str, str]`

src/integrations/prefect-aws/prefect_aws/s3.py

[error] non-subscriptable - :1782:32 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1797:21 - Cannot subscript object of type `object` with no `__getitem__` method

src/integrations/prefect-azure/prefect_azure/blob_storage.py

[error] invalid-return-type - :621:20 - Return type does not match returned value: expected `Coroutine[Any, Any, str]`, found `str`

src/integrations/prefect-dbt/prefect_dbt/cloud/jobs.py

[error] invalid-argument-type - :732:13 - Argument to bound method `_wait_until_state` is incorrect: Expected `Awaitable[(...) -> Unknown]`, found `(...) -> Unknown | Coroutine[Any, Any, Unknown]`

src/integrations/prefect-dbt/prefect_dbt/core/runner.py

[error] invalid-return-type - :185:16 - Return type does not match returned value: expected `str`, found `str | None`

src/integrations/prefect-gcp/prefect_gcp/workers/cloud_run.py

[warning] possibly-missing-attribute - :334:16 - Attribute `project` may be missing on object of type `Unknown | None`

src/integrations/prefect-gcp/prefect_gcp/workers/vertex.py

[warning] possibly-missing-attribute - :307:16 - Attribute `project` may be missing on object of type `Unknown | None`

src/integrations/prefect-github/prefect_github/repository.py

[error] invalid-argument-type - :136:59 - Argument to function `_get_paths` is incorrect: Expected `str`, found `str | None`

src/integrations/prefect-kubernetes/prefect_kubernetes/jobs.py

[error] invalid-return-type - :499:16 - Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | dict[Unknown, Unknown] | None`

src/integrations/prefect-slack/prefect_slack/credentials.py

[error] call-non-callable - :133:9 - Object of type `bool` is not callable

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/database.py

[error] invalid-context-manager - :341:24 - Object of type `Connection | AsyncConnection` cannot be used with `async with` because the methods `__aenter__` and `__aexit__` are possibly missing
[error] invalid-argument-type - :341:44 - Argument to bound method `get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[error] invalid-context-manager - :344:18 - Object of type `Connection | AsyncConnection` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[error] invalid-argument-type - :344:38 - Argument to bound method `get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[warning] possibly-missing-attribute - :426:9 - Attribute `close` may be missing on object of type `ExitStack[bool | None] | AsyncExitStack[bool | None]`
[error] invalid-argument-type - :508:30 - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-return-type - :512:16 - Return type does not match returned value: expected `tuple[Any]`, found `Row[Unknown] | None`
[error] invalid-argument-type - :563:30 - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-return-type - :568:16 - Return type does not match returned value: expected `list[tuple[Any]]`, found `Sequence[Row[Unknown]]`
[error] invalid-argument-type - :613:30 - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-return-type - :617:16 - Return type does not match returned value: expected `list[tuple[Any]]`, found `Sequence[Row[Unknown]]`
[error] invalid-argument-type - :655:17 - Argument to bound method `_async_sync_execute` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - :701:17 - Argument to bound method `_async_sync_execute` is incorrect: Expected `tuple[Any]`, found `list[dict[str, Any]]`

src/prefect/filesystems.py

[error] invalid-assignment - :176:13 - Object of type `Path` is not assignable to `str | None`
[error] invalid-argument-type - :270:47 - Argument to bound method `_resolve_path` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :194:17 -
Old: Argument to function `filter_files` is incorrect: Expected `str`, found `str | None | Unknown`
New: Argument to function `filter_files` is incorrect: Expected `str`, found `str | None`

src/prefect/flow_engine.py

[error] invalid-argument-type - :647:37 - Argument to function `resolve_custom_flow_run_name` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`
[warning] possibly-missing-attribute - :786:75 - Attribute `name` may be missing on object of type `FlowRun | None`
[error] invalid-argument-type - :1224:37 - Argument to function `resolve_custom_flow_run_name` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`
[warning] possibly-missing-attribute - :1369:75 - Attribute `name` may be missing on object of type `FlowRun | None`
[warning] unused-ignore-comment - :189:37 - Unused blanket `type: ignore` directive

src/prefect/infrastructure/provisioners/container_instance.py

[error] invalid-argument-type - :976:35 - Argument to bound method `_assign_contributor_role` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :988:17 - Argument to bound method `_get_or_create_registry` is incorrect: Expected `str`, found `Unknown | (str & ~AlwaysFalsy) | (dict[str, Any] & ~AlwaysFalsy)`
[error] invalid-argument-type - :989:17 - Argument to bound method `_get_or_create_registry` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :993:17 - Argument to bound method `_log_into_registry` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :1004:17 - Argument to bound method `_get_or_create_identity` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :1009:17 - Argument to bound method `_assign_acr_pull_role` is incorrect: Expected `str`, found `Unknown | None`

src/prefect/results.py

[error] invalid-argument-type - :499:21 - Argument to function `call_explicitly_async_block_method` is incorrect: Expected `WritableFileSystem | NullFileSystem`, found `WritableFileSystem | None`
[error] invalid-argument-type - :985:13 - Argument to function `call_explicitly_async_block_method` is incorrect: Expected `WritableFileSystem | NullFileSystem`, found `WritableFileSystem | None`

src/prefect/runner/storage.py

[error] invalid-assignment - :222:17 - Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (Overload[(key: Literal["username"], value: str, /) -> None, (key: Literal["access_token"], value: str | Secret[str], /) -> None])` cannot be called with a key of type `str | Unknown` and a value of type `object` on object of type `dict[str, Any] | (Unknown & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block) | (GitCredentials & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block)`
[error] invalid-assignment - :224:17 - Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (Overload[(key: Literal["username"], value: str, /) -> None, (key: Literal["access_token"], value: str | Secret[str], /) -> None])` cannot be called with a key of type `str | Unknown` and a value of type `str` on object of type `dict[str, Any] | (Unknown & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block) | (GitCredentials & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block)`
[error] invalid-assignment - :268:25 - Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (Overload[(key: Literal["username"], value: str, /) -> None, (key: Literal["access_token"], value: str | Secret[str], /) -> None])` cannot be called with a key of type `str | Unknown` and a value of type `object` on object of type `dict[str, Any] | (Unknown & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block) | (GitCredentials & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block)`
[error] invalid-assignment - :270:25 - Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (Overload[(key: Literal["username"], value: str, /) -> None, (key: Literal["access_token"], value: str | Secret[str], /) -> None])` cannot be called with a key of type `str | Unknown` and a value of type `str` on object of type `dict[str, Any] | (Unknown & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block) | (GitCredentials & ~AlwaysFalsy & ~_GitCredentialsFormatter & ~Block)`

src/prefect/server/database/dependencies.py

[error] invalid-return-type - :325:16 - Return type does not match returned value: expected `T@__self__`, found `typing.TypeVar`

src/prefect/task_engine.py

[warning] possibly-missing-attribute - :693:28 - Attribute `id` may be missing on object of type `TaskRun | None`
[error] invalid-argument-type - :693:46 - Argument to bound method `from_task_and_inputs` is incorrect: Expected `dict[str, set[Any]] | None`, found `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`
[warning] possibly-missing-attribute - :693:46 - Attribute `task_inputs` may be missing on object of type `TaskRun | None`
[warning] possibly-missing-attribute - :830:52 - Attribute `tags` may be missing on object of type `TaskRun | None`
[warning] possibly-missing-attribute - :832:71 - Attribute `id` may be missing on object of type `TaskRun | None`
[warning] possibly-missing-attribute - :879:75 - Attribute `name` may be missing on object of type `TaskRun | None`
[warning] possibly-missing-attribute - :1300:28 - Attribute `id` may be missing on object of type `TaskRun | None`
[error] invalid-argument-type - :1300:46 - Argument to bound method `from_task_and_inputs` is incorrect: Expected `dict[str, set[Any]] | None`, found `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`
[warning] possibly-missing-attribute - :1300:46 - Attribute `task_inputs` may be missing on object of type `TaskRun | None`
[warning] possibly-missing-attribute - :1437:52 - Attribute `tags` may be missing on object of type `TaskRun | None`
[warning] possibly-missing-attribute - :1439:71 - Attribute `id` may be missing on object of type `TaskRun | None`
[warning] possibly-missing-attribute - :1485:75 - Attribute `name` may be missing on object of type `TaskRun | None`

src/prefect/testing/fixtures.py

[warning] possibly-missing-attribute - :430:27 - Attribute `events` may be missing on object of type `Unknown | EventsClient`
[warning] possibly-missing-attribute - :438:113 - Attribute `events` may be missing on object of type `Unknown | EventsClient`
[warning] possibly-missing-attribute - :444:26 - Attribute `pop_events` may be missing on object of type `Unknown | EventsClient`
[warning] possibly-missing-attribute - :446:26 - Attribute `events` may be missing on object of type `Unknown | EventsClient`
[warning] possibly-missing-attribute - :462:22 - Attribute `pop_events` may be missing on object of type `Unknown | EventsClient`

psycopg (https://github.com/psycopg/psycopg)

psycopg/psycopg/errors.py

[error] invalid-return-type - :116:25 - Function always implicitly returns `None`, which is not assignable to return type `Never`

psycopg/psycopg/pq/pq_ctypes.py

[warning] unused-ignore-comment - :147:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :868:56 - Unused blanket `type: ignore` directive

docs/lib/libpq_docs.py

[warning] possibly-missing-attribute - :125:21 - Attribute `doctreedir` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :139:16 - Attribute `config` may be missing on object of type `Unknown | None`

pwndbg (https://github.com/pwndbg/pwndbg)

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - :751:38 - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :1198:16 - Argument to bound method `keys` is incorrect: Expected `Type`, found `TheType@GlibcMemoryAllocator`
[warning] possibly-missing-attribute - :1198:16 - Attribute `keys` may be missing on object of type `TheType@GlibcMemoryAllocator | None`
[warning] possibly-missing-attribute - :1608:26 - Attribute `heaps` may be missing on object of type `Arena | None`
[error] invalid-argument-type - :1861:38 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | None`
[warning] possibly-missing-attribute - :2028:17 - Attribute `address` may be missing on object of type `Arena | None`
[warning] possibly-missing-attribute - :2065:12 - Attribute `next` may be missing on object of type `Arena | None`
[warning] possibly-missing-attribute - :2065:36 - Attribute `address` may be missing on object of type `Arena | None`
[error] unresolved-attribute - :2134:41 - Object of type `ModuleType | None` has no attribute `DEFAULT_MP_`
[error] invalid-argument-type - :2154:59 - Argument to function `u` is incorrect: Expected `int`, found `int | None`
[error] unresolved-attribute - :2178:16 - Object of type `ModuleType & ~AlwaysFalsy` has no attribute `HeapInfo`
[error] unresolved-attribute - :2185:16 - Object of type `ModuleType & ~AlwaysFalsy` has no attribute `MallocChunk`
[error] unresolved-attribute - :2192:16 - Object of type `ModuleType & ~AlwaysFalsy` has no attribute `MallocState`
[error] unresolved-attribute - :2201:16 - Object of type `ModuleType & ~AlwaysFalsy` has no attribute `TcachePerthreadStruct`
[error] unresolved-attribute - :2208:16 - Object of type `ModuleType & ~AlwaysFalsy` has no attribute `TcacheEntry`
[error] unresolved-attribute - :2221:16 - Object of type `ModuleType & ~AlwaysFalsy` has no attribute `MallocPar`
[error] unsupported-operator - :763:20 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Page | None`
New: Operator `not in` is not supported for types `int` and `None`, in comparing `int | None` with `Page | None`
[warning] possibly-missing-attribute - :1989:13 - Attribute `address` may be missing on object of type `Arena | None`

pwndbg/aglib/kernel/paging.py

[error] invalid-return-type - :267:16 -
Old: Return type does not match returned value: expected `tuple[tuple[str, int], ...]`, found `tuple[tuple[Unknown, Literal[0]], tuple[None, int], tuple[Literal["ldt remap"], int], tuple[Unknown, Unknown], tuple[Unknown, Unknown], tuple[Unknown, Unknown], tuple[Literal["cpu entry"], int], tuple[Unknown, int], tuple[Literal["EFI"], int], tuple[Unknown, Unknown], tuple[Literal["fixmap"], int], tuple[Literal["legacy abi"], int], tuple[None, int]]`
New: Return type does not match returned value: expected `tuple[tuple[str, int], ...]`, found `tuple[tuple[Unknown | Literal["userland"], Literal[0]], tuple[None, int], tuple[Literal["ldt remap"], int], tuple[Unknown | Literal["physmap"], Unknown], tuple[Unknown | Literal["vmalloc"], Unknown], tuple[Unknown | Literal["vmemmap"], Unknown], tuple[Literal["cpu entry"], int], tuple[Unknown | Literal["espfix"], int], tuple[Literal["EFI"], int], tuple[Unknown | Literal["kernel [.text]"], Unknown], tuple[Literal["fixmap"], int], tuple[Literal["legacy abi"], int], tuple[None, int]]`
[error] invalid-return-type - :551:16 -
Old: Return type does not match returned value: expected `tuple[tuple[str, int], ...]`, found `tuple[tuple[Unknown, Literal[0]], tuple[None, Unknown], tuple[Unknown, Unknown], tuple[None, Unknown], tuple[Unknown, Unknown], tuple[None, Unknown], tuple[Unknown, Unknown], tuple[None, Unknown], tuple[Literal["pci"], Unknown], tuple[None, Unknown], tuple[Literal["fixmap"], Unknown], tuple[None, int]]`
New: Return type does not match returned value: expected `tuple[tuple[str, int], ...]`, found `tuple[tuple[Unknown | Literal["userland"], Literal[0]], tuple[None, Unknown], tuple[Unknown | Literal["physmap"], Unknown], tuple[None, int], tuple[Unknown | Literal["vmalloc"], int], tuple[None, Unknown], tuple[Unknown | Literal["vmemmap"], Unknown], tuple[None, Unknown], tuple[Literal["pci"], Unknown], tuple[None, Unknown | int], tuple[Literal["fixmap"], Unknown], tuple[None, int]]`

pwndbg/aglib/kernel/slab.py

[error] invalid-argument-type - :288:59 - Argument to bound method `__init__` is incorrect: Expected `Slab`, found `Slab | None`

pwndbg/commands/procinfo.py

[error] unresolved-attribute - :194:24 - Object of type `Self@open_files` has no attribute `fdsize`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/PublicKey/RSA.py

[error] unresolved-attribute - :115:20 - Object of type `Self@n` has no attribute `_n`
[error] unresolved-attribute - :119:20 - Object of type `Self@e` has no attribute `_e`
[error] unresolved-attribute - :125:20 - Object of type `Self@d` has no attribute `_d`
[error] unresolved-attribute - :131:20 - Object of type `Self@p` has no attribute `_p`
[error] unresolved-attribute - :137:20 - Object of type `Self@q` has no attribute `_q`
[error] unresolved-attribute - :156:26 - Object of type `Self@invq` has no attribute `_q`
[error] unresolved-attribute - :156:42 - Object of type `Self@invq` has no attribute `_p`
[error] unresolved-attribute - :167:20 - Object of type `Self@u` has no attribute `_u`

pydantic (https://github.com/pydantic/pydantic)

pydantic/_internal/_model_construction.py

[error] unresolved-attribute - :346:52 - Object of type `Self@__pydantic_fields_complete__` has no attribute `__pydantic_fields__`

pydantic/networks.py

[error] unresolved-attribute - :771:16 - Object of type `MultiHostUrl` has no attribute `host`
[error] invalid-return-type - :794:16 - Return type does not match returned value: expected `str`, found `str | None`
[error] invalid-return-type - :827:16 - Return type does not match returned value: expected `str`, found `str | None`
[error] invalid-return-type - :959:16 - Return type does not match returned value: expected `str`, found `str | None`

pytest (https://github.com/pytest-dev/pytest)

src/_pytest/capture.py

[error] unresolved-attribute - :200:26 - Object of type `object` has no attribute `replace`
[warning] unused-ignore-comment - :296:22 - Unused blanket `type: ignore` directive

src/_pytest/fixtures.py

[warning] possibly-missing-attribute - :1032:16 - Attribute `value` may be missing on object of type `Scope | (@Todo & ~str) | (((str, Config, /) -> @Todo) & ~(() -> object) & ~str)`

rich (https://github.com/Textualize/rich)

rich/style.py

[error] too-many-positional-arguments - :478:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2
[error] too-many-positional-arguments - :653:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2
[error] too-many-positional-arguments - :734:41 - Too many positional arguments to bound method `__new__`: expected 1, got 2

rotki (https://github.com/rotki/rotki)

rotkehlchen/api/rest.py

[error] unknown-argument - :4576:21 - Argument `signature` does not match any known parameter of bound method `get_or_create_transaction`
[warning] unused-ignore-comment - :4575:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :5970:116 - Unused blanket `type: ignore` directive

rotkehlchen/db/filtering.py

[error] unresolved-attribute - :461:20 - Object of type `DBFilter` has no attribute `chain_id`

rotkehlchen/exchanges/kraken.py

[warning] unused-ignore-comment - :835:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :837:50 - Unused blanket `type: ignore` directive

schemathesis (https://github.com/schemathesis/schemathesis)

src/schemathesis/engine/errors.py

[warning] unused-ignore-comment - :129:41 - Unused blanket `type: ignore` directive

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/decomposition/_incremental_pca.py

[warning] possibly-missing-attribute - :353:21 - Attribute `reshape` may be missing on object of type `Unknown | None`

sklearn/linear_model/_quantile.py

[error] non-subscriptable - :286:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :286:40 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/model_selection/_classification_threshold.py

[error] unresolved-attribute - :129:9 - Object of type `Self@fit` has no attribute `_fit`
[error] unresolved-attribute - :131:20 - Object of type `Self@fit` has no attribute `estimator_`
[error] unresolved-attribute - :132:35 - Object of type `Self@fit` has no attribute `estimator_`
[error] unresolved-attribute - :133:20 - Object of type `Self@fit` has no attribute `estimator_`
[error] unresolved-attribute - :134:38 - Object of type `Self@fit` has no attribute `estimator_`
[error] unresolved-attribute - :141:16 - Object of type `Self@classes_` has no attribute `estimator_`

sklearn/neighbors/_lof.py

[error] unsupported-operator - :514:60 - Operator `-` is unsupported between objects of type `Unknown | Literal[1] | None` and `Literal[1]`

sklearn/semi_supervised/_label_propagation.py

[error] unresolved-attribute - :289:12 - Object of type `Self@fit` has no attribute `_variant`
[error] unresolved-attribute - :311:16 - Object of type `Self@fit` has no attribute `_variant`

sklearn/base.py

[error] unresolved-attribute - :745:16 - Object of type `Self@biclusters_` has no attribute `rows_`
[error] unresolved-attribute - :745:28 - Object of type `Self@biclusters_` has no attribute `columns_`

sklearn/cluster/_bicluster.py

[error] unresolved-attribute - :136:9 - Object of type `Self@fit` has no attribute `_fit`

sklearn/cluster/_birch.py

[warning] division-by-zero - :355:21 - Cannot divide object of type `float` by zero

sklearn/cluster/_kmeans.py

[error] invalid-argument-type - :1503:24 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | Literal[1] | None`
[error] invalid-argument-type - :2113:31 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | Literal[1] | None`

sklearn/covariance/_graph_lasso.py

[error] not-iterable - :993:26 - Object of type `Unknown | Literal[4]` may not be iterable
[error] invalid-argument-type - :1046:29 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Literal[4]`

sklearn/decomposition/_base.py

[error] unresolved-attribute - :210:16 - Object of type `Self@_n_features_out` has no attribute `components_`

sklearn/decomposition/_nmf.py

[error] unresolved-attribute - :1307:16 - Object of type `Self@_n_features_out` has no attribute `components_`

sklearn/decomposition/_sparse_pca.py

[error] unresolved-attribute - :94:16 - Object of type `Self@fit` has no attribute `_fit`
[error] unresolved-attribute - :154:16 - Object of type `Self@_n_features_out` has no attribute `components_`

sklearn/ensemble/_forest.py

[error] unresolved-attribute - :372:52 - Object of type `Self@fit` has no attribute `criterion`
[warning] possibly-missing-attribute - :374:13 - Attribute `_compute_missing_values_in_feature_mask` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :404:12 - Object of type `Self@fit` has no attribute `criterion`
[error] unresolved-attribute - :679:29 - Object of type `Self@feature_importances_` has no attribute `n_features_in_`

sklearn/ensemble/_gb.py

[error] unresolved-attribute - :705:20 - Object of type `Self@fit` has no attribute `n_classes_`
[error] unresolved-attribute - :729:39 - Object of type `Self@fit` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :1040:35 - Object of type `Self@feature_importances_` has no attribute `n_features_in_`

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

[error] unresolved-attribute - :758:35 - Object of type `Self@fit` has no attribute `n_trees_per_iteration_`
[warning] possibly-missing-attribute - :861:33 - Attribute `tolist` may be missing on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :862:38 - Attribute `tolist` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :936:28 - Object of type `Self@fit` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :782:55 - Object of type `Self@fit` has no attribute `n_trees_per_iteration_`

sklearn/ensemble/_stacking.py

[error] unresolved-attribute - :186:9 - Object of type `Self@fit` has no attribute `_validate_final_estimator`
[error] unresolved-attribute - :373:46 - Object of type `Self@predict` has no attribute `transform`

sklearn/ensemble/_voting.py

[error] unresolved-attribute - :69:12 - Object of type `Self@_weights_not_none` has no attribute `weights`
[error] unresolved-attribute - :71:54 - Object of type `Self@_weights_not_none` has no attribute `weights`

sklearn/feature_extraction/text.py

[error] not-iterable - :1376:25 - Object of type `Unknown | None` may not be iterable
[error] invalid-argument-type - :2037:40 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

sklearn/gaussian_process/_gpc.py

[warning] possibly-missing-attribute - :779:38 - Attribute `estimators_` may be missing on object of type `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :784:17 - Attribute `log_marginal_likelihood` may be missing on object of type `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :845:20 - Attribute `kernel_` may be missing on object of type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :848:53 - Attribute `estimators_` may be missing on object of type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`

sklearn/gaussian_process/kernels.py

[error] unresolved-attribute - :582:18 - Object of type `Self@theta` has no attribute `k1`
[error] invalid-argument-type - :1512:55 - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & Iterable[object]) | (float & Iterable[object])`
[error] invalid-argument-type - :1521:21 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | float`

sklearn/linear_model/_coordinate_descent.py

[error] invalid-argument-type - :1813:43 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[100] | (Unknown & ~Literal["deprecated"] & ~Integral) | (Unknown & ~Literal["warn"] & ~None & ~Integral)`

sklearn/linear_model/_stochastic_gradient.py

[error] unresolved-attribute - :1358:26 - Object of type `Self@predict_proba` has no attribute `classes_`
[error] unresolved-attribute - :1382:46 - Object of type `Self@predict_proba` has no attribute `classes_`

sklearn/mixture/_base.py

[error] unknown-argument - :269:47 - Argument `xp` does not match any known parameter of bound method `_m_step`
[error] unresolved-attribute - :270:35 - Object of type `Self@fit_predict` has no attribute `_compute_lower_bound`
[error] unknown-argument - :302:43 - Argument `xp` does not match any known parameter of bound method `_set_parameters`

sklearn/neighbors/_classification.py

[warning] possibly-missing-attribute - :675:18 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] non-subscriptable - :686:43 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/preprocessing/_data.py

[error] unresolved-attribute - :2578:16 - Object of type `Self@_n_features_out` has no attribute `n_features_in_`

sklearn/preprocessing/_encoders.py

[error] unsupported-operator - :1541:20 - Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[0]` with `Unknown | None`
[error] non-subscriptable - :1575:44 - Cannot subscript object of type `object` with no `__getitem__` method

sklearn/preprocessing/_polynomial.py

[error] unresolved-attribute - :248:24 - Object of type `Self@powers_` has no attribute `n_features_in_`
[error] unresolved-attribute - :255:39 - Object of type `Self@powers_` has no attribute `n_features_in_`

sklearn/preprocessing/_target_encoder.py

[error] invalid-argument-type - :292:63 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

sklearn/svm/_base.py

[error] unresolved-attribute - :220:41 - Object of type `Self@fit` has no attribute `_impl`
[error] unresolved-attribute - :276:12 - Object of type `Self@fit` has no attribute `_impl`
[error] unresolved-attribute - :276:54 - Object of type `Self@fit` has no attribute `classes_`
[error] unresolved-attribute - :296:12 - Object of type `Self@fit` has no attribute `_impl`
[error] unresolved-attribute - :693:38 - Object of type `Self@n_support_` has no attribute `_impl`

scipy (https://github.com/scipy/scipy)

benchmarks/benchmarks/go_benchmark_functions/go_benchmark.py

[error] unresolved-attribute - :166:21 - Object of type `Self@bounds` has no attribute `_bounds`
[error] unresolved-attribute - :168:20 - Object of type `Self@bounds` has no attribute `_bounds`

scipy/integrate/_rules/_gauss_legendre.py

[warning] possibly-missing-attribute - :60:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :60:42 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :61:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :61:44 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`

scipy/io/_mmio.py

[error] unresolved-attribute - :258:16 - Object of type `Self@rows` has no attribute `_rows`
[error] unresolved-attribute - :262:16 - Object of type `Self@cols` has no attribute `_cols`
[error] unresolved-attribute - :266:16 - Object of type `Self@entries` has no attribute `_entries`
[error] unresolved-attribute - :270:16 - Object of type `Self@format` has no attribute `_format`
[error] unresolved-attribute - :274:16 - Object of type `Self@field` has no attribute `_field`
[error] unresolved-attribute - :278:16 - Object of type `Self@symmetry` has no attribute `_symmetry`
[error] unresolved-attribute - :282:16 - Object of type `Self@has_symmetry` has no attribute `_symmetry`

scipy/integrate/_ode.py

[error] unsupported-operator - :674:31 - Operator `*` is unsupported between objects of type `complex` and `Unknown | list[Unknown]`

scipy/integrate/_rules/_base.py

[warning] possibly-missing-attribute - :414:19 - Attribute `prod` may be missing on object of type `(Unknown & ~None) | ModuleType`
[warning] possibly-missing-attribute - :432:19 - Attribute `prod` may be missing on object of type `(Unknown & ~None) | ModuleType`

scipy/integrate/_rules/_gauss_kronrod.py

[warning] possibly-missing-attribute - :102:21 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :126:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :129:23 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :153:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :156:21 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :174:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :177:23 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :195:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`

scipy/integrate/_rules/_genz_malik.py

[warning] possibly-missing-attribute - :99:17 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :101:19 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :104:17 - Attribute `reshape` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :119:19 - Attribute `concat` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :120:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :120:46 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :121:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :121:60 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :122:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :122:60 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :123:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :125:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :127:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :127:59 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :156:17 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :156:56 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :157:17 - Attribute `reshape` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :166:19 - Attribute `concat` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :167:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :167:46 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :168:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :168:60 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :169:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :169:60 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :170:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :172:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`

scipy/optimize/_trustregion.py

[error] call-non-callable - :74:23 - Object of type `None` is not callable

scipy/signal/_ltisys.py

[error] unresolved-attribute - :82:16 - Object of type `Self@zeros` has no attribute `to_zpk`
[error] unresolved-attribute - :87:16 - Object of type `Self@poles` has no attribute `to_zpk`

scipy/sparse/_base.py

[error] invalid-argument-type - :96:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] non-subscriptable - :101:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :101:34 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

scipy/spatial/transform/_rigid_transform.py

[warning] possibly-missing-attribute - :1119:18 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :1386:17 - Attribute `take` may be missing on object of type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :1876:20 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :1877:16 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :1380:42 - Attribute `bool` may be missing on object of type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :1382:25 - Attribute `isdtype` may be missing on object of type `Unknown | ModuleType`

scipy/spatial/transform/_rotation.py

[warning] possibly-missing-attribute - :1407:16 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :1673:19 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :2223:29 - Attribute `take` may be missing on object of type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :2216:42 - Attribute `bool` may be missing on object of type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :2218:25 - Attribute `isdtype` may be missing on object of type `Unknown | ModuleType`

scipy/special/_support_alternative_backends.py

[error] unresolved-attribute - :77:16 - Object of type `(...) -> Unknown` has no attribute `__name__`

scipy/stats/_covariance.py

[error] unresolved-attribute - :425:25 - Object of type `Self@log_pdet` has no attribute `_log_pdet`
[error] unresolved-attribute - :432:25 - Object of type `Self@rank` has no attribute `_rank`
[error] unresolved-attribute - :439:16 - Object of type `Self@covariance` has no attribute `_covariance`
[error] unresolved-attribute - :446:16 - Object of type `Self@shape` has no attribute `_shape`

scipy/stats/_multivariate.py

[error] unresolved-attribute - :259:16 - Object of type `Self@random_state` has no attribute `_dist`
[error] unresolved-attribute - :263:9 - Object of type `Self@random_state` has no attribute `_dist`

scrapy (https://github.com/scrapy/scrapy)

scrapy/http/cookies.py

[warning] unused-ignore-comment - :77:35 - Unused blanket `type: ignore` directive

scrapy/core/downloader/handlers/__init__.py

[error] call-non-callable - :114:23 - Object of type `object` is not callable

scrapy/http/response/__init__.py

[warning] unused-ignore-comment - :84:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :94:39 - Unused blanket `type: ignore` directive

tests/test_closespider.py

[warning] possibly-missing-attribute - :29:18 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :39:18 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :58:18 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :76:18 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :86:18 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :88:36 - Attribute `exception_cls` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :98:18 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :108:18 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`

tests/test_contracts.py

[warning] possibly-missing-attribute - :534:16 - Attribute `visited` may be missing on object of type `Unknown | Spider | None`

tests/test_crawl.py

[warning] possibly-missing-attribute - :79:20 - Attribute `urls_visited` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :127:16 - Attribute `t1` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :128:16 - Attribute `t2` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :129:16 - Attribute `t2` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :129:36 - Attribute `t1` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :135:16 - Attribute `t1` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :136:16 - Attribute `t2` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :137:16 - Attribute `t2_err` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :138:16 - Attribute `t2_err` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :138:40 - Attribute `t1` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :143:16 - Attribute `t1` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :144:16 - Attribute `t2` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :145:16 - Attribute `t2_err` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :146:16 - Attribute `t2_err` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :146:40 - Attribute `t1` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :243:16 - Attribute `visited` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :252:16 - Attribute `visited` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :323:31 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :324:34 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :326:39 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :329:39 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :332:39 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :335:39 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[error] invalid-argument-type - :343:42 - Argument to function `get_engine_status` is incorrect: Expected `ExecutionEngine`, found `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :351:43 - Attribute `name` may be missing on object of type `Unknown | Spider | None`
[error] invalid-argument-type - :359:45 - Argument to function `format_engine_status` is incorrect: Expected `ExecutionEngine`, found `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :374:43 - Attribute `name` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :628:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :635:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :648:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :658:22 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :667:22 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :675:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :676:27 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :677:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :677:56 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :681:17 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :682:15 - Attribute `full_response_length` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :689:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :690:27 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :691:27 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :692:27 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :693:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :695:34 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :697:17 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :698:15 - Attribute `full_response_length` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :705:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :706:27 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :707:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :707:59 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :715:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :716:27 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :717:27 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :718:27 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :719:16 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :721:37 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`

tests/test_downloader_handlers.py

[error] unresolved-attribute - :322:16 - Object of type `Response` has no attribute `encoding`
[error] unresolved-attribute - :330:16 - Object of type `Response` has no attribute `encoding`
[error] unresolved-attribute - :338:16 - Object of type `Response` has no attribute `encoding`
[error] unresolved-attribute - :350:16 - Object of type `Response` has no attribute `encoding`

tests/test_downloader_handlers_http_base.py

[warning] unused-ignore-comment - :720:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :732:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :734:55 - Unused blanket `type: ignore` directive

tests/test_downloaderslotssettings.py

[warning] possibly-missing-attribute - :69:17 - Attribute `downloader` may be missing on object of type `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :70:17 - Attribute `times` may be missing on object of type `Unknown | Spider | None`

tests/test_engine_loop.py

[warning] possibly-missing-attribute - :48:17 - Attribute `_slot` may be missing on object of type `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :48:17 - Attribute `pause` may be missing on object of type `Unknown | BaseScheduler`
[warning] possibly-missing-attribute - :48:17 - Attribute `scheduler` may be missing on object of type `Unknown | _Slot | None`
[warning] possibly-missing-attribute - :49:17 - Attribute `_slot` may be missing on object of type `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :49:17 - Attribute `scheduler` may be missing on object of type `Unknown | _Slot | None`
[warning] possibly-missing-attribute - :55:17 - Attribute `_slot` may be missing on object of type `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :55:17 - Attribute `scheduler` may be missing on object of type `Unknown | _Slot | None`
[warning] possibly-missing-attribute - :55:17 - Attribute `unpause` may be missing on object of type `Unknown | BaseScheduler`
[warning] possibly-missing-attribute - :64:17 - Attribute `_slot` may be missing on object of type `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :64:17 - Attribute `pause` may be missing on object of type `Unknown | BaseScheduler`
[warning] possibly-missing-attribute - :64:17 - Attribute `scheduler` may be missing on object of type `Unknown | _Slot | None`
[warning] possibly-missing-attribute - :65:17 - Attribute `_slot` may be missing on object of type `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :65:17 - Attribute `scheduler` may be missing on object of type `Unknown | _Slot | None`
[warning] possibly-missing-attribute - :71:44 - Attribute `_slot` may be missing on object of type `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :71:44 - Attribute `scheduler` may be missing on object of type `Unknown | _Slot | None`
[warning] possibly-missing-attribute - :71:44 - Attribute `unpause` may be missing on object of type `Unknown | BaseScheduler`

tests/test_feedexport.py

[error] invalid-argument-type - :1679:20 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Unknown | str | None | bytes | int` on object of type `dict[str, Any]`
[error] invalid-argument-type - :1778:20 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Unknown | str | dict[Unknown | str, Unknown | bool]` on object of type `dict[str, Any]`

tests/test_pipeline_crawl.py

[warning] possibly-missing-attribute - :196:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`

tests/test_proxy_connect.py

[warning] possibly-missing-attribute - :115:27 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`

tests/test_request_attribute_binding.py

[warning] possibly-missing-attribute - :80:20 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :89:23 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :106:19 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :139:20 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :172:20 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :195:20 - Attribute `meta` may be missing on object of type `Unknown | Spider | None`

tests/test_request_cb_kwargs.py

[warning] possibly-missing-attribute - :166:20 - Attribute `checks` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :167:20 - Attribute `checks` may be missing on object of type `Unknown | Spider | None`

tests/test_request_left.py

[warning] possibly-missing-attribute - :40:16 - Attribute `caught_times` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :46:16 - Attribute `caught_times` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :52:16 - Attribute `caught_times` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :58:16 - Attribute `caught_times` may be missing on object of type `Unknown | Spider | None`

tests/test_scheduler.py

[warning] possibly-missing-attribute - :119:9 - Attribute `downloader` may be missing on object of type `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :372:20 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`

tests/test_scheduler_base.py

[warning] possibly-missing-attribute - :137:29 - Attribute `url` may be missing on object of type `Unknown | Request | None`

tests/test_spidermiddleware_httperror.py

[warning] possibly-missing-attribute - :208:20 - Attribute `skipped` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :209:16 - Attribute `parsed` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :210:16 - Attribute `failed` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :223:16 - Attribute `parsed` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :224:16 - Attribute `skipped` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :225:16 - Attribute `failed` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :238:16 - Attribute `parsed` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :239:16 - Attribute `failed` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :250:16 - Attribute `parsed` may be missing on object of type `Unknown | Spider | None`
[warning] possibly-missing-attribute - :251:16 - Attribute `failed` may be missing on object of type `Unknown | Spider | None`
[warning] unused-ignore-comment - :104:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :144:59 - Unused blanket `type: ignore` directive

setuptools (https://github.com/pypa/setuptools)

setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py

[error] no-matching-overload - :39:34 - No overload of bound method `split` matches arguments

setuptools/_distutils/command/install_data.py

[error] no-matching-overload - :87:20 - No overload of bound method `copy_file` matches arguments

setuptools/_distutils/compilers/C/base.py

[error] no-matching-overload - :1030:16 - No overload of bound method `fromkeys` matches arguments

setuptools/_vendor/importlib_metadata/_adapters.py

[error] no-matching-overload - :79:25 - No overload of function `split` matches arguments

setuptools/_vendor/more_itertools/more.py

[warning] possibly-missing-attribute - :3752:16 - Attribute `result` may be missing on object of type `Unknown | None`

setuptools/_vendor/wheel/_bdist_wheel.py

[error] unresolved-attribute - :503:20 - Object of type `DistributionMetadata` has no attribute `license_files`
[error] unresolved-attribute - :509:44 - Object of type `DistributionMetadata` has no attribute `license_files`

setuptools/command/bdist_wheel.py

[error] unresolved-attribute - :490:20 - Object of type `DistributionMetadata` has no attribute `license_files`
[error] unresolved-attribute - :496:44 - Object of type `DistributionMetadata` has no attribute `license_files`

setuptools/command/egg_info.py

[error] unresolved-attribute - :129:41 - Object of type `Self@name` has no attribute `distribution`

sockeye (https://github.com/awslabs/sockeye)

sockeye/training.py

[warning] possibly-missing-attribute - :835:69 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`

sockeye/utils.py

[warning] division-by-zero - :168:20 - Cannot divide object of type `float` by zero

spack (https://github.com/spack/spack)

lib/spack/spack/config.py

[error] invalid-assignment - :612:9 - Object of type `ConfigScope` is not assignable to `str | None`
[error] unresolved-attribute - :615:40 - Object of type `str | None` has no attribute `sections`
[error] unresolved-attribute - :615:59 - Object of type `str | None` has no attribute `sections`
[error] unresolved-attribute - :617:47 - Object of type `str | None` has no attribute `sections`
[error] unresolved-attribute - :620:9 - Object of type `str | None` has no attribute `sections`
[error] unresolved-attribute - :624:9 - Object of type `str | None` has no attribute `_write_section`
[error] unresolved-attribute - :622:32 - Object of type `str | None` has no attribute `sections`

lib/spack/spack/fetch_strategy.py

[warning] possibly-missing-attribute - :430:21 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :469:12 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :470:25 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :471:28 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :499:26 - Attribute `path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :524:16 - Attribute `archive_file` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :535:40 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :538:20 - Attribute `expanded` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :539:24 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :540:33 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :555:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :556:55 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :596:36 - Attribute `path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :597:36 - Attribute `path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :624:20 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :652:16 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :706:16 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :706:50 - Attribute `path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :708:34 - Attribute `srcdir` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :708:72 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :710:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :767:26 - Attribute `path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :784:45 - Attribute `path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :785:32 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :789:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :919:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :920:42 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1142:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1236:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1237:52 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] invalid-assignment - :1254:13 - Object of type `Unknown` is not assignable to attribute `srcdir` on type `Unknown | None`
[warning] possibly-missing-attribute - :1255:36 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1273:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1329:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1330:52 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] invalid-assignment - :1343:13 - Object of type `Unknown` is not assignable to attribute `srcdir` on type `Unknown | None`
[warning] possibly-missing-attribute - :1344:36 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1366:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1425:44 - Object of type `Self@cachable` has no attribute `revision`
[warning] possibly-missing-attribute - :1438:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1439:52 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1443:12 - Object of type `Self@fetch` has no attribute `revision`
[error] unresolved-attribute - :1444:44 - Object of type `Self@fetch` has no attribute `revision`
[error] unresolved-attribute - :1452:12 - Object of type `Self@fetch` has no attribute `revision`
[error] unresolved-attribute - :1453:32 - Object of type `Self@fetch` has no attribute `revision`
[error] invalid-assignment - :1460:13 - Object of type `Unknown` is not assignable to attribute `srcdir` on type `Unknown | None`
[warning] possibly-missing-attribute - :1461:36 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1468:26 - Attribute `path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1469:27 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1473:16 - Object of type `Self@reset` has no attribute `revision`
[error] unresolved-attribute - :1474:32 - Object of type `Self@reset` has no attribute `revision`

lib/spack/spack/install_test.py

[warning] unused-ignore-comment - :305:45 - Unused blanket `type: ignore` directive

lib/spack/spack/mirrors/mirror.py

[error] invalid-return-type - :114:16 - Return type does not match returned value: expected `bool`, found `Literal[True] | Unknown | str`
[error] invalid-return-type - :120:16 - Return type does not match returned value: expected `bool`, found `Unknown | str`

lib/spack/spack/package_base.py

[error] unresolved-attribute - :830:21 - Object of type `Self@fullnames` has no attribute `__mro__`
[error] unresolved-attribute - :850:45 - Object of type `Self@name` has no attribute `__qualname__`
[error] invalid-argument-type - :2292:25 - Argument to bound method `append` is incorrect: Expected `str`, found `~AlwaysFalsy`

lib/spack/spack/spec.py

[warning] possibly-missing-attribute - :4535:16 - Attribute `platform` may be missing on object of type `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :4539:16 - Attribute `os` may be missing on object of type `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :4543:16 - Attribute `target` may be missing on object of type `Unknown | None | ArchSpec`

lib/spack/spack/vendor/jinja2/compiler.py

[warning] unused-ignore-comment - :1779:38 - Unused blanket `type: ignore` directive

lib/spack/spack/vendor/jinja2/runtime.py

[warning] unused-ignore-comment - :489:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :650:49 - Unused blanket `type: ignore` directive

lib/spack/spack/vendor/pyrsistent/_pdeque.py

[error] unresolved-attribute - :71:39 - Object of type `Self@right` has no attribute `_right_list`
[error] unresolved-attribute - :71:57 - Object of type `Self@right` has no attribute `_left_list`
[error] unresolved-attribute - :78:39 - Object of type `Self@left` has no attribute `_left_list`
[error] unresolved-attribute - :78:56 - Object of type `Self@left` has no attribute `_right_list`
[error] unresolved-attribute - :103:16 - Object of type `Self@maxlen` has no attribute `_maxlen`

lib/spack/spack/vendor/ruamel/yaml/composer.py

[warning] possibly-missing-attribute - :43:16 - Attribute `_parser` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :51:16 - Attribute `_resolver` may be missing on object of type `Unknown | None`

lib/spack/spack/vendor/ruamel/yaml/constructor.py

[warning] possibly-missing-attribute - :83:20 - Attribute `_composer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :86:48 - Attribute `_composer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :95:16 - Attribute `_resolver` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :103:16 - Attribute `_scanner` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`

lib/spack/spack/vendor/ruamel/yaml/emitter.py

[warning] possibly-missing-attribute - :236:20 - Attribute `_serializer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`

lib/spack/spack/vendor/ruamel/yaml/main.py

[error] call-non-callable - :183:28 - Object of type `None` is not callable
[error] call-non-callable - :192:29 - Object of type `None` is not callable
[error] call-non-callable - :230:20 - Object of type `None` is not callable
[error] call-non-callable - :287:17 - Object of type `None` is not callable
[error] call-non-callable - :303:22 - Object of type `None` is not callable

lib/spack/spack/vendor/ruamel/yaml/representer.py

[warning] possibly-missing-attribute - :74:20 - Attribute `_serializer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`

lib/spack/spack/vendor/ruamel/yaml/resolver.py

[warning] possibly-missing-attribute - :392:23 - Attribute `_scanner` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :398:31 - Attribute `_serializer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`

lib/spack/spack/vendor/ruamel/yaml/scanner.py

[warning] possibly-missing-attribute - :159:40 - Attribute `_reader` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :167:16 - Attribute `processing_version` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`

lib/spack/spack/vendor/ruamel/yaml/serializer.py

[warning] possibly-missing-attribute - :70:16 - Attribute `_emitter` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :77:16 - Attribute `_resolver` may be missing on object of type `Unknown | None`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/builders/manpage.py

[warning] unused-ignore-comment - :102:86 - Unused blanket `type: ignore` directive

sphinx/ext/intersphinx/_shared.py

[warning] unused-ignore-comment - :136:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :140:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :144:54 - Unused blanket `type: ignore` directive

sphinx/domains/cpp/_ast.py

[warning] possibly-missing-attribute - :4573:16 - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :4579:16 - Attribute `function_params` may be missing on object of type `Unknown | None`

sphinx/domains/cpp/_symbol.py

[warning] possibly-missing-attribute - :324:20 - Attribute `is_anon` may be missing on object of type `Unknown | ASTIdentifier | ASTOperator | None`

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/interface_meta.py

[warning] unused-ignore-comment - :22:48 - Unused blanket `type: ignore` directive

static_frame/core/batch.py

[error] invalid-argument-type - :787:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_iloc(key: @Todo) -> Batch` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :788:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_loc(key: @Todo) -> Batch` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :789:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_getitem(key: @Todo) -> Batch` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`

static_frame/core/bus.py

[error] invalid-argument-type - :683:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_iloc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :684:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_loc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :685:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_loc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] no-matching-overload - :1594:18 - No overload of function `sort_index_from_params` matches arguments

static_frame/core/frame.py

[error] invalid-argument-type - :3712:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@drop._drop_iloc(key: @Todo) -> Self@drop) | @Todo` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :3713:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@drop._drop_loc(key: @Todo) -> Self@drop) | @Todo` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3714:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@drop._drop_getitem(key: @Todo) -> Self@drop) | @Todo` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3728:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@masked_array._extract_iloc_masked_array(key: @Todo) -> MaskedArray[Any, Any]) | @Todo` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :3729:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@masked_array._extract_loc_masked_array(key: @Todo) -> MaskedArray[Any, Any]) | @Todo` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3730:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@masked_array._extract_getitem_masked_array(key: @Todo) -> MaskedArray[Any, Any]) | @Todo` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3737:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@assign._extract_iloc_assign(key: @Todo) -> FrameAssignILoc) | @Todo` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :3738:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@assign._extract_loc_assign(key: @Todo) -> FrameAssignILoc) | @Todo` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3739:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@assign._extract_getitem_assign(key: @Todo) -> FrameAssignILoc) | @Todo` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-return-type - :4355:20 - Return type does not match returned value: expected `Self@reindex`, found `Frame`
[error] invalid-return-type - :4372:16 - Return type does not match returned value: expected `Self@reindex`, found `Frame`
[error] invalid-return-type - :4429:16 - Return type does not match returned value: expected `Self@relabel`, found `Frame`
[error] invalid-return-type - :4456:16 - Return type does not match returned value: expected `Self@relabel_flat`, found `Frame`
[error] invalid-return-type - :4496:16 - Return type does not match returned value: expected `Self@relabel_level_add`, found `Frame`
[error] invalid-return-type - :4521:16 - Return type does not match returned value: expected `Self@relabel_level_drop`, found `Frame`
[error] invalid-return-type - :5011:16 - Return type does not match returned value: expected `Self@fillna_leading`, found `Frame`
[error] invalid-return-type - :5028:16 - Return type does not match returned value: expected `Self@fillna_trailing`, found `Frame`
[error] invalid-return-type - :5045:16 - Return type does not match returned value: expected `Self@fillfalsy_leading`, found `Frame`
[error] invalid-return-type - :5062:16 - Return type does not match returned value: expected `Self@fillfalsy_trailing`, found `Frame`
[error] invalid-return-type - :5079:16 - Return type does not match returned value: expected `Self@fillna_forward`, found `Frame`
[error] invalid-return-type - :5096:16 - Return type does not match returned value: expected `Self@fillna_backward`, found `Frame`
[error] invalid-return-type - :5113:16 - Return type does not match returned value: expected `Self@fillfalsy_forward`, found `Frame`
[error] invalid-return-type - :5130:16 - Return type does not match returned value: expected `Self@fillfalsy_backward`, found `Frame`
[error] invalid-return-type - :6690:20 - Return type does not match returned value: expected `Self@sort_values`, found `Frame`
[error] invalid-return-type - :6702:16 - Return type does not match returned value: expected `Self@sort_values`, found `Frame`
[warning] unused-ignore-comment - :4453:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4454:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4516:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4518:85 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6624:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6652:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6766:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6784:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :9463:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :9468:44 - Unused blanket `type: ignore` directive

static_frame/core/index.py

[error] invalid-argument-type - :713:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_iloc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :714:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_loc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`

static_frame/core/node_iter.py

[warning] unused-ignore-comment - :359:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :360:53 - Unused blanket `type: ignore` directive

static_frame/core/node_selector.py

[warning] unused-ignore-comment - :816:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :821:56 - Unused blanket `type: ignore` directive

static_frame/core/quilt.py

[warning] unused-ignore-comment - :1567:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1576:45 - Unused blanket `type: ignore` directive

static_frame/core/series.py

[error] invalid-argument-type - :780:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_iloc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :781:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_loc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :782:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_loc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :791:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@mask._extract_iloc_mask(key: @Todo) -> Self@mask` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :792:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@mask._extract_loc_mask(key: @Todo) -> Self@mask` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :793:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@mask._extract_loc_mask(key: @Todo) -> Self@mask` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :802:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@masked_array._extract_iloc_masked_array(key: @Todo) -> MaskedArray[Any, Any]` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :803:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@masked_array._extract_loc_masked_array(key: @Todo) -> MaskedArray[Any, Any]` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :804:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@masked_array._extract_loc_masked_array(key: @Todo) -> MaskedArray[Any, Any]` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :814:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@assign._extract_iloc_assign(key: @Todo) -> SeriesAssign` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :815:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@assign._extract_loc_assign(key: @Todo) -> SeriesAssign` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :816:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@assign._extract_loc_assign(key: @Todo) -> SeriesAssign` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-return-type - :1186:20 - Return type does not match returned value: expected `Self@reindex`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1198:20 - Return type does not match returned value: expected `Self@reindex`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1212:16 - Return type does not match returned value: expected `Self@reindex`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1242:16 - Return type does not match returned value: expected `Self@relabel`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1258:16 - Return type does not match returned value: expected `Self@relabel_flat`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1278:16 - Return type does not match returned value: expected `Self@relabel_level_add`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1301:16 - Return type does not match returned value: expected `Self@relabel_level_drop`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1575:16 - Return type does not match returned value: expected `Self@fillna_forward`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1597:16 - Return type does not match returned value: expected `Self@fillna_backward`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1619:16 - Return type does not match returned value: expected `Self@fillfalsy_forward`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1641:16 - Return type does not match returned value: expected `Self@fillfalsy_backward`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1708:16 - Return type does not match returned value: expected `Self@fillna_leading`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1730:16 - Return type does not match returned value: expected `Self@fillna_trailing`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1752:16 - Return type does not match returned value: expected `Self@fillfalsy_leading`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1774:16 - Return type does not match returned value: expected `Self@fillfalsy_trailing`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2528:16 - Return type does not match returned value: expected `Self@sort_values`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2578:16 - Return type does not match returned value: expected `Self@clip`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2618:16 - Return type does not match returned value: expected `Self@duplicated`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2638:16 - Return type does not match returned value: expected `Self@drop_duplicated`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2658:16 - Return type does not match returned value: expected `Self@astype`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :3023:16 - Return type does not match returned value: expected `Self@sample`, found `Series[TVIndex@Series, TVDtype@Series]`
[warning] unused-ignore-comment - :3395:41 - Unused blanket `type: ignore` directive

static_frame/core/yarn.py

[error] invalid-argument-type - :426:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_iloc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :427:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_loc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :428:13 - Argument to bound method `__init__` is incorrect: Argument type `bound method Self@drop._drop_loc(key: @Todo) -> Self@drop` does not satisfy upper bound `(@Todo, /) -> typing.TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-return-type - :577:20 - Return type does not match returned value: expected `Self@reindex`, found `Yarn[TVIndex@Yarn]`
[error] invalid-return-type - :595:20 - Return type does not match returned value: expected `Self@reindex`, found `Yarn[TVIndex@Yarn]`
[error] invalid-return-type - :631:16 - Return type does not match returned value: expected `Self@relabel`, found `Yarn[TVIndex@Yarn]`
[error] invalid-return-type - :648:16 - Return type does not match returned value: expected `Self@relabel_flat`, found `Yarn[TVIndex@Yarn]`
[error] invalid-return-type - :669:16 - Return type does not match returned value: expected `Self@relabel_level_add`, found `Yarn[TVIndex@Yarn]`
[error] invalid-return-type - :695:16 - Return type does not match returned value: expected `Self@relabel_level_drop`, found `Yarn[TVIndex@Yarn]`
[error] unresolved-attribute - :745:24 - Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :782:24 - Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_values_mutable`
[error] unresolved-attribute - :782:42 - Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `index`
[error] unresolved-attribute - :819:21 - Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_values_mutable`
[error] unresolved-attribute - :819:39 - Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `index`
[error] unresolved-attribute - :852:17 - Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_values_mutable`
[error] unresolved-attribute - :852:35 - Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `index`
[error] unresolved-attribute - :883:27 - Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `inventory`
[error] unresolved-attribute - :884:19 - Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_name`

stone (https://github.com/dropbox/stone)

stone/ir/data_types.py

[error] not-iterable - :1439:35 - Object of type `Unknown | None` may not be iterable

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/exceptions/object_is_not_a_class.py

[warning] unused-ignore-comment - :65:72 - Unused blanket `type: ignore` directive

strawberry/types/info.py

[warning] unused-ignore-comment - :87:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :113:53 - Unused blanket `type: ignore` directive

streamlit (https://github.com/streamlit/streamlit)

lib/streamlit/testing/v1/element_tree.py

[warning] unused-ignore-comment - :1102:85 - Unused blanket `type: ignore` directive

svcs (https://github.com/hynek/svcs)

src/svcs/fastapi.py

[error] invalid-argument-type - :62:49 - Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `((FastAPI, Registry, /) -> AbstractAsyncContextManager[dict[str, object], bool | None]) | ((FastAPI, Registry, /) -> AbstractAsyncContextManager[None, bool | None]) | ((FastAPI, Registry, /) -> AsyncGenerator[dict[str, object], None]) | ((FastAPI, Registry, /) -> AsyncGenerator[None, None])`
[warning] unused-ignore-comment - :64:34 - Unused blanket `type: ignore` directive

src/svcs/starlette.py

[error] invalid-argument-type - :84:49 - Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `((Starlette, Registry, /) -> AbstractAsyncContextManager[dict[str, object], bool | None]) | ((Starlette, Registry, /) -> AbstractAsyncContextManager[None, bool | None]) | ((Starlette, Registry, /) -> AsyncGenerator[dict[str, object], None]) | ((Starlette, Registry, /) -> AsyncGenerator[None, None])`
[warning] unused-ignore-comment - :86:34 - Unused blanket `type: ignore` directive

sympy (https://github.com/sympy/sympy)

sympy/categories/baseclasses.py

[error] unresolved-attribute - :236:16 - Object of type `Basic` has no attribute `name`
[error] unresolved-attribute - :509:16 - Object of type `Basic` has no attribute `name`

sympy/combinatorics/polyhedron.py

[error] invalid-argument-type - :450:24 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - :471:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | tuple[@Todo, ...] | Basic`
[error] unresolved-attribute - :478:16 - Object of type `Self@faces` has no attribute `_faces`
[error] unresolved-attribute - :485:16 - Object of type `Self@pgroup` has no attribute `_pgroup`

sympy/physics/optics/medium.py

[error] unresolved-attribute - :120:20 - Object of type `Self@speed` has no attribute `n`

sympy/physics/quantum/hilbert.py

[error] unresolved-attribute - :382:21 - Object of type `Basic` has no attribute `dimension`
[error] unresolved-attribute - :501:21 - Object of type `Basic` has no attribute `dimension`

sympy/series/formal.py

[error] non-subscriptable - :1015:16 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :1019:16 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :1023:16 - Cannot subscript object of type `Basic` with no `__getitem__` method

sympy/series/fourier.py

[error] non-subscriptable - :154:16 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :158:17 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :158:34 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :162:16 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :166:16 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :170:16 - Cannot subscript object of type `Basic` with no `__getitem__` method

sympy/sets/contains.py

[error] unresolved-attribute - :57:30 - Object of type `Basic` has no attribute `binary_symbols`

sympy/tensor/array/array_derivatives.py

[error] unresolved-attribute - :36:16 - Object of type `Self@shape` has no attribute `_shape`

sympy/vector/dyadic.py

[error] unresolved-attribute - :43:16 - Object of type `Self@components` has no attribute `_components`
[error] unresolved-attribute - :243:16 - Object of type `Self@base_dyadic` has no attribute `_base_instance`
[error] unresolved-attribute - :250:16 - Object of type `Self@measure_number` has no attribute `_measure_number`

sympy/assumptions/assume.py

[error] unresolved-attribute - :188:19 - Object of type `Self@__doc__` has no attribute `handler`
[error] unresolved-attribute - :189:15 - Object of type `Self@__doc__` has no attribute `_orig_doc`

sympy/assumptions/cnf.py

[error] unresolved-attribute - :51:16 - Object of type `Self@arg` has no attribute `lit`

sympy/codegen/ast.py

[error] unsupported-operator - :518:16 - Operator `+` is unsupported between objects of type `str | None` and `Literal["="]`
[error] unresolved-attribute - :663:43 - Object of type `Self@free_symbols` has no attribute `left_hand_sides`
[error] unresolved-attribute - :1170:21 - Object of type `Self@min` has no attribute `nbits`
[error] unresolved-attribute - :1174:20 - Object of type `Self@max` has no attribute `nbits`
[error] unresolved-attribute - :1186:19 - Object of type `Self@max` has no attribute `nbits`
[error] unresolved-attribute - :1246:22 - Object of type `Self@max_exponent` has no attribute `nexp`
[error] unresolved-attribute - :1257:28 - Object of type `Self@max` has no attribute `nmant`
[error] unresolved-attribute - :1271:23 - Object of type `Self@eps` has no attribute `nmant`
[error] unresolved-attribute - :1281:22 - Object of type `Self@dig` has no attribute `nmant`
[error] unresolved-attribute - :1296:25 - Object of type `Self@decimal_dig` has no attribute `nmant`

sympy/codegen/matrix_nodes.py

[error] unresolved-attribute - :67:16 - Object of type `Self@shape` has no attribute `vector`

sympy/combinatorics/free_groups.py

[error] unresolved-attribute - :296:16 - Object of type `Self@rank` has no attribute `_rank`
[error] unresolved-attribute - :316:16 - Object of type `Self@identity` has no attribute `dtype`
[error] unresolved-attribute - :452:17 - Object of type `Self@letter_form_elm` has no attribute `group`

sympy/combinatorics/partitions.py

[error] no-matching-overload - :132:39 - No overload of function `sorted` matches arguments
[error] unresolved-attribute - :518:25 - Object of type `Self@conjugate` has no attribute `partition`

sympy/combinatorics/perm_groups.py

[error] invalid-argument-type - :5339:35 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | Basic`

sympy/combinatorics/permutations.py

[error] non-subscriptable - :1083:16 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/combinatorics/prufer.py

[error] non-subscriptable - :56:48 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :79:44 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/core/basic.py

[warning] unused-ignore-comment - :806:66 - Unused blanket `type: ignore` directive

sympy/core/expr.py

[error] unresolved-attribute - :112:20 - Object of type `Self@is_hermitian` has no attribute `_eval_is_hermitian`
[error] unresolved-attribute - :121:20 - Object of type `Self@is_antihermitian` has no attribute `_eval_is_antihermitian`

sympy/core/function.py

[error] unresolved-attribute - :213:26 - Object of type `Self@__signature__` has no attribute `eval`

sympy/core/logic.py

[error] unresolved-attribute - :420:16 - Object of type `Self@arg` has no attribute `args`

sympy/core/numbers.py

[error] unresolved-attribute - :2517:16 - Object of type `Self@is_aliased` has no attribute `alias`
[error] unresolved-attribute - :2622:37 - Object of type `Self@is_primitive_element` has no attribute `root`

sympy/core/relational.py

[error] unsupported-operator - :247:70 - Unary operator `-` is unsupported for type `Basic & ~BooleanAtom`
[error] unsupported-operator - :247:74 - Unary operator `-` is unsupported for type `Basic & ~BooleanAtom`
[error] unsupported-operator - :354:56 - Operator `>` is not supported for types `Basic` and `Basic`
[error] unsupported-operator - :374:40 - Unary operator `-` is unsupported for type `(Unknown & ~BooleanAtom) | (Basic & ~BooleanAtom)`

sympy/core/symbol.py

[error] unresolved-attribute - :538:28 - Object of type `Self@sort_key` has no attribute `dummy_index`

sympy/diffgeom/diffgeom.py

[error] invalid-argument-type - :374:34 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] unresolved-attribute - :871:16 - Object of type `Self@patch` has no attribute `_coord_sys`
[error] unresolved-attribute - :875:16 - Object of type `Self@manifold` has no attribute `_coord_sys`
[error] unresolved-attribute - :894:16 - Object of type `Self@free_symbols` has no attribute `_coords`

sympy/functions/special/bessel.py

[error] unresolved-attribute - :1101:15 - Object of type `Self@_eval_rewrite_as_besselj` has no attribute `_hankel_kind_sign`
[error] unresolved-attribute - :1110:15 - Object of type `Self@_eval_rewrite_as_bessely` has no attribute `_hankel_kind_sign`

sympy/functions/special/hyper.py

[error] non-subscriptable - :747:23 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :752:24 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :752:42 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :757:23 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :762:23 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :767:24 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :767:42 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :772:23 - Cannot subscript object of type `Basic` with no `__getitem__` method

sympy/geometry/curve.py

[error] invalid-argument-type - :204:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Basic`
[error] non-subscriptable - :285:16 - Cannot subscript object of type `Basic` with no `__getitem__` method

sympy/geometry/polygon.py

[error] unsupported-operator - :211:21 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :211:29 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :387:17 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :387:25 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :388:22 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :389:22 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unresolved-attribute - :1521:16 - Object of type `Self@args` has no attribute `_center`
[error] unresolved-attribute - :1521:30 - Object of type `Self@args` has no attribute `_radius`
[error] unresolved-attribute - :1521:44 - Object of type `Self@args` has no attribute `_n`
[error] unresolved-attribute - :1566:37 - Object of type `Self@length` has no attribute `_n`
[error] unresolved-attribute - :1592:16 - Object of type `Self@center` has no attribute `_center`
[error] unresolved-attribute - :1638:16 - Object of type `Self@radius` has no attribute `_radius`
[error] unresolved-attribute - :1712:39 - Object of type `Self@apothem` has no attribute `_n`
[error] unresolved-attribute - :1754:17 - Object of type `Self@interior_angle` has no attribute `_n`
[error] unresolved-attribute - :1754:35 - Object of type `Self@interior_angle` has no attribute `_n`
[error] unresolved-attribute - :1779:23 - Object of type `Self@exterior_angle` has no attribute `_n`
[error] unresolved-attribute - :2034:13 - Object of type `Self@vertices` has no attribute `_center`
[error] unresolved-attribute - :2035:17 - Object of type `Self@vertices` has no attribute `_radius`
[error] unresolved-attribute - :2037:20 - Object of type `Self@vertices` has no attribute `_n`
[error] unresolved-attribute - :2040:32 - Object of type `Self@vertices` has no attribute `_n`

sympy/logic/boolalg.py

[error] unresolved-attribute - :217:30 - Object of type `Basic` has no attribute `binary_symbols`

sympy/matrices/common.py

[error] unresolved-attribute - :1631:25 - Object of type `Self@is_weakly_diagonally_dominant` has no attribute `zero`
[error] unresolved-attribute - :1681:25 - Object of type `Self@is_strongly_diagonally_dominant` has no attribute `zero`
[error] unresolved-attribute - :2754:24 - Object of type `Self@__truediv__` has no attribute `one`

sympy/matrices/expressions/blockmatrix.py

[error] unresolved-attribute - :603:52 - Object of type `Basic` has no attribute `rows`
[error] unresolved-attribute - :603:66 - Object of type `Basic` has no attribute `cols`
[error] unresolved-attribute - :610:21 - Object of type `Basic` has no attribute `rows`
[error] unresolved-attribute - :611:21 - Object of type `Basic` has no attribute `cols`
[error] unresolved-attribute - :620:17 - Object of type `Basic` has no attribute `rows`
[error] unresolved-attribute - :624:17 - Object of type `Basic` has no attribute `cols`

sympy/matrices/expressions/companion.py

[error] unresolved-attribute - :42:16 - Object of type `Basic` has no attribute `degree`

sympy/matrices/expressions/diagonal.py

[error] unresolved-attribute - :176:16 - Object of type `Self@shape` has no attribute `_shape`

sympy/matrices/expressions/hadamard.py

[error] unresolved-attribute - :90:16 - Object of type `Basic` has no attribute `shape`

sympy/matrices/expressions/kronecker.py

[error] unresolved-attribute - :122:22 - Object of type `Basic` has no attribute `shape`

sympy/matrices/expressions/matadd.py

[error] unresolved-attribute - :73:16 - Object of type `Expr` has no attribute `shape`

sympy/matrices/expressions/matexpr.py

[error] unresolved-attribute - :704:16 - Object of type `Basic` has no attribute `name`

sympy/matrices/expressions/permutation.py

[error] unresolved-attribute - :71:16 - Object of type `Basic` has no attribute `size`
[error] unresolved-attribute - :76:16 - Object of type `Basic` has no attribute `is_Identity`
[error] unresolved-attribute - :280:16 - Object of type `Basic` has no attribute `shape`

sympy/physics/control/lti.py

[error] unresolved-attribute - :440:16 - Object of type `Self@is_continuous` has no attribute `_is_continuous`
[error] unresolved-attribute - :451:16 - Object of type `Self@is_SISO` has no attribute `_is_SISO`
[error] unresolved-attribute - :2253:16 - Object of type `Self@sampling_time` has no attribute `_sampling_time`
[error] unresolved-attribute - :2568:16 - Object of type `Basic` has no attribute `var`
[error] unresolved-attribute - :2780:16 - Object of type `Self@is_StateSpace_object` has no attribute `_is_series_StateSpace`
[error] unresolved-attribute - :2784:16 - Object of type `Basic` has no attribute `sampling_time`
[error] unresolved-attribute - :2958:16 - Object of type `Basic` has no attribute `var`
[error] unresolved-attribute - :2963:16 - Object of type `Basic` has no attribute `num_inputs`
[error] unresolved-attribute - :2968:16 - Object of type `Basic` has no attribute `num_outputs`
[error] unresolved-attribute - :2977:16 - Object of type `Self@is_StateSpace_object` has no attribute `_is_series_StateSpace`
[error] unresolved-attribute - :3066:16 - Object of type `Basic` has no attribute `sampling_time`
[error] unresolved-attribute - :3212:16 - Object of type `Basic` has no attribute `var`
[error] unresolved-attribute - :3381:16 - Object of type `Self@is_StateSpace_object` has no attribute `_is_parallel_StateSpace`
[error] unresolved-attribute - :3385:16 - Object of type `Basic` has no attribute `sampling_time`
[error] unresolved-attribute - :3562:16 - Object of type `Basic` has no attribute `var`
[error] unresolved-attribute - :3567:16 - Object of type `Basic` has no attribute `num_inputs`
[error] unresolved-attribute - :3572:16 - Object of type `Basic` has no attribute `num_outputs`
[error] unresolved-attribute - :3581:16 - Object of type `Self@is_StateSpace_object` has no attribute `_is_parallel_StateSpace`
[error] unresolved-attribute - :3655:16 - Object of type `Basic` has no attribute `sampling_time`
[error] unresolved-attribute - :3918:57 - Object of type `Basic` has no attribute `sampling_time`
[error] non-subscriptable - :5071:16 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] unresolved-attribute - :5096:16 - Object of type `Self@num_inputs` has no attribute `_expr_mat`
[error] unresolved-attribute - :5122:16 - Object of type `Self@num_outputs` has no attribute `_expr_mat`
[error] unresolved-attribute - :5146:16 - Object of type `Self@shape` has no attribute `_expr_mat`
[error] non-subscriptable - :5315:16 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] unresolved-attribute - :5504:16 - Object of type `Self@state_matrix` has no attribute `_A`
[error] unresolved-attribute - :5527:16 - Object of type `Self@input_matrix` has no attribute `_B`
[error] unresolved-attribute - :5548:16 - Object of type `Self@output_matrix` has no attribute `_C`
[error] unresolved-attribute - :5569:16 - Object of type `Self@feedforward_matrix` has no attribute `_D`
[error] unresolved-attribute - :6764:16 - Object of type `Self@sampling_time` has no attribute `_sampling_time`

sympy/physics/mechanics/system.py

[error] invalid-argument-type - :1437:36 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :1438:36 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[warning] possibly-missing-attribute - :1460:43 - Attribute `col_join` may be missing on object of type `Unknown | None`

sympy/physics/quantum/grover.py

[error] invalid-argument-type - :153:36 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - :238:45 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`

sympy/physics/quantum/identitysearch.py

[error] unresolved-attribute - :650:16 - Object of type `Self@circuit` has no attribute `_circuit`
[error] unresolved-attribute - :654:16 - Object of type `Self@gate_rules` has no attribute `_rules`
[error] unresolved-attribute - :658:16 - Object of type `Self@equivalent_ids` has no attribute `_eq_ids`

sympy/physics/quantum/spin.py

[error] unresolved-attribute - :88:16 - Object of type `Self@name` has no attribute `args`

sympy/physics/quantum/state.py

[error] unresolved-attribute - :124:47 - Object of type `Self@dual` has no attribute `hilbert_space`

sympy/physics/quantum/trace.py

[error] unresolved-attribute - :167:16 - Object of type `Kind` has no attribute `element_kind`

sympy/physics/secondquant.py

[error] unresolved-attribute - :1934:16 - Object of type `Basic` has no attribute `is_q_creator`
[error] unresolved-attribute - :1958:16 - Object of type `Basic` has no attribute `is_q_annihilator`

sympy/physics/units/dimensions.py

[error] unresolved-attribute - :195:16 - Object of type `Self@name` has no attribute `_name`
[error] unresolved-attribute - :199:16 - Object of type `Self@symbol` has no attribute `_symbol`

sympy/physics/units/prefixes.py

[error] unresolved-attribute - :51:16 - Object of type `Self@name` has no attribute `_name`
[error] unresolved-attribute - :55:16 - Object of type `Self@abbrev` has no attribute `_abbrev`
[error] unresolved-attribute - :59:16 - Object of type `Self@scale_factor` has no attribute `_scale_factor`
[error] unresolved-attribute - :68:16 - Object of type `Self@base` has no attribute `_base`

sympy/physics/units/quantities.py

[error] unresolved-attribute - :73:16 - Object of type `Self@name` has no attribute `_name`
[error] unresolved-attribute - :88:16 - Object of type `Self@abbrev` has no attribute `_abbrev`

sympy/physics/vector/frame.py

[error] unresolved-attribute - :68:16 - Object of type `Self@frame` has no attribute `_id`

sympy/plotting/series.py

[error] non-subscriptable - :525:26 - Cannot subscript object of type `property` with no `__getitem__` method
[error] unresolved-attribute - :574:16 - Object of type `Self@line_color` has no attribute `_line_color`
[error] unresolved-attribute - :666:16 - Object of type `Self@surface_color` has no attribute `_surface_color`
[error] unresolved-attribute - :1185:20 - Object of type `Self@start` has no attribute `_cast`
[error] unresolved-attribute - :1194:20 - Object of type `Self@end` has no attribute `_cast`

sympy/polys/matrices/_dfm.py

[error] unresolved-attribute - :182:37 - Object of type `Self@_func` has no attribute `domain`
[error] unresolved-attribute - :573:16 - Object of type `Self@det` has no attribute `rep`
[error] unresolved-attribute - :617:16 - Object of type `Self@charpoly` has no attribute `rep`
[error] unresolved-attribute - :674:13 - Object of type `Self@inv` has no attribute `domain`
[error] unresolved-attribute - :675:16 - Object of type `Self@inv` has no attribute `shape`
[error] unresolved-attribute - :684:38 - Object of type `Self@inv` has no attribute `rep`
[error] unresolved-attribute - :759:16 - Object of type `Self@lu_solve` has no attribute `domain`
[error] unresolved-attribute - :760:67 - Object of type `Self@lu_solve` has no attribute `domain`
[error] unresolved-attribute - :765:16 - Object of type `Self@lu_solve` has no attribute `domain`
[error] unresolved-attribute - :766:60 - Object of type `Self@lu_solve` has no attribute `domain`
[error] unresolved-attribute - :768:16 - Object of type `Self@lu_solve` has no attribute `shape`
[error] unresolved-attribute - :782:19 - Object of type `Self@lu_solve` has no attribute `rep`
[error] unresolved-attribute - :786:42 - Object of type `Self@lu_solve` has no attribute `domain`
[error] unresolved-attribute - :905:12 - Object of type `Self@lll` has no attribute `domain`
[error] unresolved-attribute - :906:57 - Object of type `Self@lll` has no attribute `domain`
[error] unresolved-attribute - :907:14 - Object of type `Self@lll` has no attribute `rows`
[error] unresolved-attribute - :907:26 - Object of type `Self@lll` has no attribute `cols`
[error] unresolved-attribute - :938:12 - Object of type `Self@lll_transform` has no attribute `domain`
[error] unresolved-attribute - :939:57 - Object of type `Self@lll_transform` has no attribute `domain`
[error] unresolved-attribute - :940:14 - Object of type `Self@lll_transform` has no attribute `rows`
[error] unresolved-attribute - :940:26 - Object of type `Self@lll_transform` has no attribute `cols`
[error] unresolved-attribute - :945:31 - Object of type `Self@lll_transform` has no attribute `rows`
[error] unresolved-attribute - :945:42 - Object of type `Self@lll_transform` has no attribute `rows`
[error] unresolved-attribute - :945:54 - Object of type `Self@lll_transform` has no attribute `domain`

sympy/polys/matrices/domainmatrix.py

[warning] possibly-missing-attribute - :712:16 - Attribute `to_dfm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :748:16 - Attribute `to_dfm_or_ddm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1188:16 - Attribute `is_zero_matrix` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1196:16 - Attribute `is_upper` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1204:16 - Attribute `is_lower` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1231:16 - Attribute `is_diagonal` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`

sympy/polys/monomials.py

[error] unresolved-attribute - :483:102 - Object of type `Self@div` has no attribute `ngens`

sympy/polys/polymatrix.py

[error] unresolved-attribute - :154:16 - Object of type `Self@shape` has no attribute `_dm`

sympy/polys/polytools.py

[error] unresolved-attribute - :404:24 - Object of type `Domain[Unknown]` has no attribute `symbols`
[error] unresolved-attribute - :7943:39 - Object of type `Self@args` has no attribute `_basis`
[error] unresolved-attribute - :7944:39 - Object of type `Self@args` has no attribute `_options`
[error] unresolved-attribute - :7948:44 - Object of type `Self@exprs` has no attribute `_basis`
[error] unresolved-attribute - :7952:21 - Object of type `Self@polys` has no attribute `_basis`
[error] unresolved-attribute - :7956:16 - Object of type `Self@gens` has no attribute `_options`
[error] unresolved-attribute - :7960:16 - Object of type `Self@domain` has no attribute `_options`
[error] unresolved-attribute - :7964:16 - Object of type `Self@order` has no attribute `_options`
[error] unresolved-attribute - :8016:17 - Object of type `Self@is_zero_dimensional` has no attribute `_options`

sympy/polys/rootoftools.py

[error] unresolved-attribute - :385:16 - Object of type `Self@expr` has no attribute `poly`
[error] unresolved-attribute - :389:36 - Object of type `Self@args` has no attribute `index`
[error] unresolved-attribute - :1275:16 - Object of type `Self@expr` has no attribute `poly`
[error] unresolved-attribute - :1279:28 - Object of type `Self@args` has no attribute `fun`
[error] unresolved-attribute - :1279:38 - Object of type `Self@args` has no attribute `poly`
[error] unresolved-attribute - :1283:16 - Object of type `Self@free_symbols` has no attribute `poly`
[error] unresolved-attribute - :1283:41 - Object of type `Self@free_symbols` has no attribute `fun`

sympy/printing/cxx.py

[error] unresolved-attribute - :94:20 - Object of type `Self@_print_Max` has no attribute `_print`
[error] unresolved-attribute - :95:45 - Object of type `Self@_print_Max` has no attribute `_print`
[error] unresolved-attribute - :96:35 - Object of type `Self@_print_Max` has no attribute `_print`
[error] unresolved-attribute - :102:20 - Object of type `Self@_print_Min` has no attribute `_print`
[error] unresolved-attribute - :103:45 - Object of type `Self@_print_Min` has no attribute `_print`
[error] unresolved-attribute - :104:35 - Object of type `Self@_print_Min` has no attribute `_print`
[error] unresolved-attribute - :119:51 - Object of type `Self@_print_RuntimeError_` has no attribute `_print`

sympy/printing/printer.py

[warning] unused-ignore-comment - :418:104 - Unused blanket `type: ignore` directive

sympy/printing/tests/test_smtlib.py

[error] unresolved-attribute - :243:38 - Object of type `Self@bound_symbols` has no attribute `limits`
[error] unresolved-attribute - :249:28 - Object of type `Self@free_symbols` has no attribute `function`

sympy/series/sequences.py

[error] non-subscriptable - :447:25 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :447:42 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :463:17 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] unresolved-attribute - :993:22 - Object of type `Basic` has no attribute `gen`
[error] unresolved-attribute - :1000:31 - Object of type `Basic` has no attribute `interval`
[error] unresolved-attribute - :1013:31 - Object of type `Basic` has no attribute `variables`

sympy/sets/sets.py

[error] unresolved-attribute - :1821:12 - Object of type `Basic` has no attribute `is_iterable`
[error] unresolved-attribute - :1827:20 - Object of type `Basic` has no attribute `is_finite_set`
[error] unresolved-attribute - :1830:36 - Object of type `Basic` has no attribute `is_finite_set`
[error] unresolved-attribute - :2267:16 - Object of type `Basic` has no attribute `is_iterable`

sympy/simplify/hyperexpand.py

[error] unresolved-attribute - :487:17 - Object of type `Self@args` has no attribute `ap`
[error] unresolved-attribute - :487:26 - Object of type `Self@args` has no attribute `bq`
[error] unresolved-attribute - :491:21 - Object of type `Self@sizes` has no attribute `ap`
[error] unresolved-attribute - :491:35 - Object of type `Self@sizes` has no attribute `bq`
[error] unresolved-attribute - :500:66 - Object of type `Self@gamma` has no attribute `ap`
[error] unresolved-attribute - :621:17 - Object of type `Self@args` has no attribute `an`
[error] unresolved-attribute - :621:26 - Object of type `Self@args` has no attribute `ap`
[error] unresolved-attribute - :621:35 - Object of type `Self@args` has no attribute `bm`
[error] unresolved-attribute - :621:44 - Object of type `Self@args` has no attribute `bq`
[error] unresolved-attribute - :668:21 - Object of type `Self@signature` has no attribute `an`
[error] unresolved-attribute - :668:35 - Object of type `Self@signature` has no attribute `ap`
[error] unresolved-attribute - :668:49 - Object of type `Self@signature` has no attribute `bm`
[error] unresolved-attribute - :668:63 - Object of type `Self@signature` has no attribute `bq`
[error] invalid-argument-type - :744:52 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | None`
[error] invalid-argument-type - :744:60 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | None`

sympy/stats/compound_rv.py

[error] unresolved-attribute - :170:16 - Object of type `Basic` has no attribute `set`

sympy/stats/crv.py

[error] unresolved-attribute - :391:42 - Object of type `Self@compute_quantile` has no attribute `set`

sympy/stats/frv.py

[error] unresolved-attribute - :400:58 - Object of type `Basic` has no attribute `low`
[error] unresolved-attribute - :400:76 - Object of type `Basic` has no attribute `high`
[error] unresolved-attribute - :410:56 - Object of type `Basic` has no attribute `low`
[error] unresolved-attribute - :410:74 - Object of type `Basic` has no attribute `high`

sympy/stats/joint_rv.py

[error] not-iterable - :378:27 - Object of type `Basic` is not iterable
[error] not-iterable - :384:44 - Object of type `Basic` is not iterable

sympy/stats/stochastic_process_types.py

[warning] unused-ignore-comment - :383:48 - Unused blanket `type: ignore` directive

sympy/stats/symbolic_multivariate_probability.py

[error] unresolved-attribute - :72:16 - Object of type `Self@shape` has no attribute `_shape`
[error] unresolved-attribute - :162:16 - Object of type `Self@shape` has no attribute `_shape`
[error] unresolved-attribute - :257:16 - Object of type `Self@shape` has no attribute `_shape`

sympy/tensor/array/array_comprehension.py

[error] unresolved-attribute - :80:16 - Object of type `Self@limits` has no attribute `_limits`
[error] unresolved-attribute - :103:30 - Object of type `Self@free_symbols` has no attribute `_limits`
[error] unresolved-attribute - :123:31 - Object of type `Self@variables` has no attribute `_limits`
[error] unresolved-attribute - :135:31 - Object of type `Self@bound_symbols` has no attribute `_limits`
[error] unresolved-attribute - :161:16 - Object of type `Self@shape` has no attribute `_shape`
[error] unresolved-attribute - :182:28 - Object of type `Self@is_shape_numeric` has no attribute `_limits`
[error] unresolved-attribute - :390:46 - Object of type `Self@func` has no attribute `_lambda`

sympy/tensor/array/expressions/array_expressions.py

[error] unresolved-attribute - :213:16 - Object of type `Self@subranks` has no attribute `_subranks`
[error] unresolved-attribute - :223:16 - Object of type `Self@shape` has no attribute `_shape`
[error] unresolved-attribute - :1397:16 - Object of type `Self@free_indices` has no attribute `_free_indices`
[error] unresolved-attribute - :1401:21 - Object of type `Self@free_indices_to_position` has no attribute `_free_indices_to_position`
[error] unresolved-attribute - :1548:16 - Object of type `Self@shape` has no attribute `_shape`
[error] unresolved-attribute - :1552:16 - Object of type `Self@expr` has no attribute `_expr`

sympy/tensor/array/ndim_array.py

[error] unresolved-attribute - :292:16 - Object of type `Self@shape` has no attribute `_shape`

sympy/tensor/array/sparse_ndim_array.py

[error] unresolved-attribute - :196:28 - Object of type `Self@free_symbols` has no attribute `_sparse_array`

sympy/tensor/indexed.py

[error] unresolved-attribute - :209:34 - Object of type `Self@assumptions0` has no attribute `_assumptions`
[error] unresolved-attribute - :475:16 - Object of type `Self@name` has no attribute `_name`
[error] unresolved-attribute - :482:34 - Object of type `Self@assumptions0` has no attribute `_assumptions`
[error] unresolved-attribute - :520:16 - Object of type `Self@shape` has no attribute `_shape`
[error] unresolved-attribute - :537:16 - Object of type `Self@strides` has no attribute `_strides`
[error] unresolved-attribute - :559:16 - Object of type `Self@offset` has no attribute `_offset`
[error] non-subscriptable - :720:20 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :741:20 - Cannot subscript object of type `Basic` with no `__getitem__` method

sympy/tensor/tensor.py

[error] unresolved-attribute - :1108:16 - Object of type `Basic` has no attribute `name`
[error] unresolved-attribute - :1112:16 - Object of type `Basic` has no attribute `name`
[error] unresolved-attribute - :1236:27 - Object of type `Self@get_epsilon` has no attribute `_eps_dim`
[error] unresolved-attribute - :1238:54 - Object of type `Self@get_epsilon` has no attribute `_eps_dim`
[error] unresolved-attribute - :1239:44 - Object of type `Self@get_epsilon` has no attribute `_eps_dim`
[error] unresolved-attribute - :1338:16 - Object of type `Basic` has no attribute `name`
[error] unresolved-attribute - :1828:16 - Object of type `Basic` has no attribute `name`
[error] invalid-argument-type - :1832:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] unresolved-attribute - :2494:20 - Object of type `TensExpr` has no attribute `rank`
[error] unresolved-attribute - :2501:20 - Object of type `TensExpr` has no attribute `free_args`
[error] unresolved-attribute - :2911:16 - Object of type `Self@free` has no attribute `_free`
[error] unresolved-attribute - :2915:16 - Object of type `Self@dum` has no attribute `_dum`
[error] unresolved-attribute - :2919:16 - Object of type `Self@ext_rank` has no attribute `_ext_rank`
[error] unresolved-attribute - :2923:16 - Object of type `Self@coeff` has no attribute `_coeff`
[error] unresolved-attribute - :2927:16 - Object of type `Self@nocoeff` has no attribute `_nocoeff`
[error] unresolved-attribute - :2931:16 - Object of type `Self@component` has no attribute `_component`
[error] unresolved-attribute - :2935:16 - Object of type `Self@components` has no attribute `_components`
[error] unresolved-attribute - :3284:16 - Object of type `Self@data` has no attribute `metric`
[error] unresolved-attribute - :3285:52 - Object of type `Self@data` has no attribute `metric`
[error] unresolved-attribute - :3725:16 - Object of type `Self@coeff` has no attribute `_coeff`

sympy/vector/basisdependent.py

[error] unresolved-attribute - :29:16 - Object of type `Self@__add__` has no attribute `_add_func`
[error] unresolved-attribute - :33:16 - Object of type `Self@__radd__` has no attribute `_add_func`
[error] unresolved-attribute - :37:16 - Object of type `Self@__sub__` has no attribute `_add_func`
[error] unresolved-attribute - :41:16 - Object of type `Self@__rsub__` has no attribute `_add_func`
[error] unresolved-attribute - :46:16 - Object of type `Self@__mul__` has no attribute `_mul_func`
[error] unresolved-attribute - :51:16 - Object of type `Self@__rmul__` has no attribute `_mul_func`
[error] unresolved-attribute - :59:16 - Object of type `Self@__truediv__` has no attribute `_div_helper`
[error] unresolved-attribute - :332:34 - Object of type `Self@__eq__` has no attribute `_zero_func`
[error] unresolved-attribute - :338:30 - Object of type `Self@__add__` has no attribute `_expr_type`
[error] unresolved-attribute - :345:30 - Object of type `Self@__radd__` has no attribute `_expr_type`
[error] unresolved-attribute - :352:30 - Object of type `Self@__sub__` has no attribute `_expr_type`
[error] unresolved-attribute - :359:30 - Object of type `Self@__rsub__` has no attribute `_expr_type`

sympy/vector/coordsysrect.py

[error] unresolved-attribute - :449:16 - Object of type `Self@origin` has no attribute `_origin`

sympy/vector/orienters.py

[error] unresolved-attribute - :97:16 - Object of type `Self@angle` has no attribute `_angle`
[error] unresolved-attribute - :101:16 - Object of type `Self@axis` has no attribute `_axis`
[error] unresolved-attribute - :154:16 - Object of type `Self@angle1` has no attribute `_angle1`
[error] unresolved-attribute - :158:16 - Object of type `Self@angle2` has no attribute `_angle2`
[error] unresolved-attribute - :162:16 - Object of type `Self@angle3` has no attribute `_angle3`
[error] unresolved-attribute - :166:16 - Object of type `Self@rot_order` has no attribute `_rot_order`
[error] unresolved-attribute - :376:16 - Object of type `Self@q0` has no attribute `_q0`
[error] unresolved-attribute - :380:16 - Object of type `Self@q1` has no attribute `_q1`
[error] unresolved-attribute - :384:16 - Object of type `Self@q2` has no attribute `_q2`
[error] unresolved-attribute - :388:16 - Object of type `Self@q3` has no attribute `_q3`

sympy/vector/parametricregion.py

[error] unresolved-attribute - :85:16 - Object of type `Self@limits` has no attribute `_limits`
[error] unresolved-attribute - :89:16 - Object of type `Self@parameters` has no attribute `_parameters`

sympy/vector/point.py

[error] unresolved-attribute - :77:23 - Object of type `Self@position_wrt` has no attribute `_parent`
[error] unresolved-attribute - :78:20 - Object of type `Self@position_wrt` has no attribute `_pos`

sympy/vector/scalar.py

[error] unresolved-attribute - :69:16 - Object of type `Self@system` has no attribute `_system`

sympy/vector/vector.py

[error] unresolved-attribute - :59:16 - Object of type `Self@components` has no attribute `_components`
[error] unresolved-attribute - :479:16 - Object of type `Self@system` has no attribute `_system`
[error] unresolved-attribute - :530:16 - Object of type `Self@base_vector` has no attribute `_base_instance`
[error] unresolved-attribute - :537:16 - Object of type `Self@measure_number` has no attribute `_measure_number`

tornado (https://github.com/tornadoweb/tornado)

tornado/test/http1connection_test.py

[error] unresolved-attribute - :25:13 - Unresolved attribute `server_stream` on type `Self@asyncSetUp`.
[error] unresolved-attribute - :26:29 - Object of type `Self@asyncSetUp` has no attribute `server_stream`
[error] unresolved-attribute - :41:9 - Object of type `Self@test_http10_no_content_length` has no attribute `server_stream`
[error] unresolved-attribute - :42:9 - Object of type `Self@test_http10_no_content_length` has no attribute `server_stream`

tornado/httpclient.py

[warning] unused-ignore-comment - :558:31 - Unused blanket `type: ignore` directive

tornado/test/asyncio_test.py

[warning] unused-ignore-comment - :42:43 - Unused blanket `type: ignore` directive

tornado/test/gen_test.py

[error] unresolved-attribute - :583:13 - Unresolved attribute `local_ref` on type `Self@test_coroutine_refcounting`.
[error] unresolved-attribute - :600:27 - Object of type `Self@test_coroutine_refcounting` has no attribute `local_ref`

tornado/test/netutil_test.py

[warning] possibly-missing-attribute - :35:26 - Attribute `resolve` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :55:19 - Attribute `resolve` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :100:24 - Attribute `resolve` may be missing on object of type `Unknown | None | OverrideResolver`
[warning] possibly-missing-attribute - :103:24 - Attribute `resolve` may be missing on object of type `Unknown | None | OverrideResolver`

tornado/websocket.py

[warning] possibly-missing-attribute - :1623:16 - Attribute `selected_subprotocol` may be missing on object of type `Unknown | None | WebSocketProtocol`

urllib3 (https://github.com/urllib3/urllib3)

src/urllib3/response.py

[warning] unused-ignore-comment - :728:85 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :736:85 - Unused blanket `type: ignore` directive

vision (https://github.com/pytorch/vision)

test/datasets_utils.py

[warning] possibly-missing-attribute - :362:27 - Attribute `copy` may be missing on object of type `Unknown | None`
[error] unsupported-operator - :370:12 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["download"]` with `Unknown | None`
[error] call-non-callable - :383:27 - Object of type `None` is not callable
[error] invalid-argument-type - :541:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :543:32 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :551:81 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] unsupported-operator - :564:16 - Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | None`

test/test_transforms_v2.py

[error] invalid-argument-type - :979:17 - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[Unknown | int] | ... omitted 3 union elements`
[error] invalid-argument-type - :1063:36 - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[Unknown | int] | ... omitted 3 union elements`
[error] invalid-argument-type - :1065:20 - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[Unknown | int] | ... omitted 3 union elements`
[error] invalid-argument-type - :4450:40 - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[19], Literal[32]]`
[error] invalid-argument-type - :4454:40 - Argument to function `resized_crop` is incorrect: Expected `bool | None`, found `Unknown | int`
[error] invalid-argument-type - :4454:60 - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[19], Literal[32]]`
[error] invalid-argument-type - :4496:49 - Argument to function `resized_crop` is incorrect: Expected `bool | None`, found `Unknown | int`
[error] invalid-argument-type - :4496:69 - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[19], Literal[32]]`
[error] invalid-argument-type - :6253:55 - Argument to function `five_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[3], Literal[5]]`
[error] invalid-argument-type - :6271:54 - Argument to function `ten_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[3], Literal[5]]`

torchvision/models/densenet.py

[error] invalid-argument-type - :62:37 - Argument to bound method `bn_function` is incorrect: Expected `list[Unknown]`, found `tuple[Unknown, ...]`

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/datastructures/auth.py

[error] unresolved-attribute - :205:9 - Can not assign object of type `CallbackDict[Unknown, Unknown]` to attribute `_parameters` on type `Self@parameters` with custom `__setattr__` method.

src/werkzeug/wrappers/response.py

[warning] unused-ignore-comment - :380:33 - Unused blanket `type: ignore` directive

xarray (https://github.com/pydata/xarray)

asv_bench/benchmarks/indexing.py

[error] invalid-argument-type - :100:22 - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - :100:22 - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - :104:22 - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int`
[error] invalid-argument-type - :104:22 - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - :113:28 - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - :113:28 - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - :119:22 - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - :119:22 - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int | slice[Any, Any, Any]`
[error] invalid-argument-type - :123:22 - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int`
[error] invalid-argument-type - :123:22 - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int`

xarray/computation/rolling.py

[error] invalid-argument-type - :989:41 - Argument to bound method `_mapping_to_list` is incorrect: Expected `Literal[1] | Mapping[Any, Literal[1]]`, found `int | Mapping[Any, int]`

xarray/core/datatree.py

[error] invalid-argument-type - :792:47 - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, Unknown]`, found `Self@_item_sources`

xarray/core/groupby.py

[error] invalid-argument-type - :710:27 - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :710:27 - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`

xarray/core/treenode.py

[error] invalid-return-type - :88:16 - Return type does not match returned value: expected `Self@parent | None`, found `typing.Self | None`
[error] invalid-return-type - :166:16 - Return type does not match returned value: expected `Mapping[str, Self@children]`, found `Frozen[str, typing.Self]`
[warning] unused-ignore-comment - :740:43 - Unused blanket `type: ignore` directive

xarray/tests/test_dataarray.py

[warning] unused-ignore-comment - :1246:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1263:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1276:32 - Unused blanket `type: ignore` directive

xarray/tests/test_plot.py

[error] unresolved-attribute - :1309:53 - Object of type `(...) -> Unknown` has no attribute `__name__`
[error] unresolved-attribute - :1414:12 - Object of type `(...) -> Unknown` has no attribute `__name__`

xarray/tests/test_sparse.py

[warning] unused-ignore-comment - :841:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :842:40 - Unused blanket `type: ignore` directive

xarray/tests/test_variable.py

[warning] unused-ignore-comment - :2712:36 - Unused blanket `type: ignore` directive

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/interface.py

[error] unresolved-attribute - :656:16 - Object of type `Self@__module__` has no attribute `__module`

src/zope/interface/tests/test_interface.py

[error] unsupported-operator - :2100:20 - Operator `<` is not supported for types `Attribute` and `Attribute`, in comparing `Unknown | Attribute` with `Unknown | Attribute`

zulip (https://github.com/zulip/zulip)

zerver/tests/test_tusd.py

[error] unresolved-attribute - :660:30 - Object of type `UserProfile` has no attribute `realm_id`

corporate/tests/test_stripe.py

[error] unresolved-attribute - :9470:75 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :9470:107 - Object of type `CustomerPlan` has no attribute `id`
[error] unresolved-attribute - :9474:75 - Object of type `Customer` has no attribute `id`

zerver/tests/test_events.py

[warning] possibly-missing-attribute - :379:26 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`

zerver/tests/test_handle_push_notification.py

[warning] possibly-missing-attribute - :62:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[warning] possibly-missing-attribute - :163:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[warning] possibly-missing-attribute - :230:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[warning] possibly-missing-attribute - :333:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[warning] possibly-missing-attribute - :361:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[warning] possibly-missing-attribute - :1032:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`

zerver/tests/test_message_flags.py

[error] unresolved-attribute - :887:78 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :896:78 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :920:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :935:38 - Object of type `Stream` has no attribute `id`

zerver/tests/test_message_move_topic.py

[error] unresolved-attribute - :408:71 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :454:39 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :455:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :456:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :457:39 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :458:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :459:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :460:39 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :461:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :462:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :475:39 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :476:39 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :489:39 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :490:39 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :503:39 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :504:39 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :524:27 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :531:42 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :532:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :533:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :534:42 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :535:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :536:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :554:27 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :564:42 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :565:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :566:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :567:42 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :568:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :569:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :587:27 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :595:42 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :596:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :597:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :598:42 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :599:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :600:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :610:27 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :618:42 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :619:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :620:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :621:42 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :622:41 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :623:38 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :675:71 - Object of type `Stream` has no attribute `id`

zerver/tests/test_outgoing_webhook_system.py

[error] unresolved-attribute - :489:26 - Object of type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :529:30 - Object of type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :563:26 - Object of type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :611:26 - Object of type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :613:26 - Object of type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :617:26 - Object of type `Message` has no attribute `sender_id`

zerver/tests/test_push_notifications.py

[error] unresolved-attribute - :308:25 - Object of type `UserProfile` has no attribute `realm_id`

zerver/tests/test_transfer.py

[error] unresolved-attribute - :142:22 - Object of type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :168:22 - Object of type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :181:26 - Object of type `UserProfile` has no attribute `realm_id`

zerver/tests/test_upload_s3.py

[error] unresolved-attribute - :91:30 - Object of type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :213:73 - Object of type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :600:22 - Object of type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :613:22 - Object of type `UserProfile` has no attribute `realm_id`